Regular
The (symbolic) name of the fontface for regular text, i.e. without bold or italic.
Allowed attributes: fontface
Child elements: (none)
Parent elements: DefineFontfamily
<DefineFontfamily name="Title" fontsize="12" leading="14"> <Regular fontface="Helvetica Regular"/> <Bold fontface="Helvetica Bold"/> <Italic fontface="Helvetica Italic"/> <BoldItalic fontface="Helvetica Bold Italic"/> </DefineFontfamily>
This font family can now be accessed like this:
<Textblock fontface="Title"> <Paragraph> <Value>...<Value> </Paragraph> </Textblock>