Regular
The (symbolic) name of the fontface for regular text, i.e. without bold or italic.
Child elements
(none)
Parent elements
Attributes
fontface
(text)-
The symbolic name of the font file.
Example
<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 fontfamily="Title">
<Paragraph>
<Value>...<Value>
</Paragraph>
</Textblock>
See also
Command <DefineFontfamily>
, chapter Using fonts.