Bold
Name of the font face that should be used when switching to »bold«.
Child elements
(none)
Parent elements
Attributes
fontface
(text)-
Name of the font for bold.
Example
<LoadFontfile name="Times" filename="timesregular.otf"/>
<LoadFontfile name="Times bold" filename="timesbold.otf"/>
<LoadFontfile name="Times italic" filename="timesitalic.otf"/>
<LoadFontfile name="Times bold italic" filename="timesbolditalic.otf"/>
<DefineFontfamily name="text" fontsize="12" leading="14">
<Regular fontface="Times"/>
<Bold fontface="Times bold"/>
<Italic fontface="Times italic"/>
<BoldItalic fontface="Times bold italic" />
</DefineFontfamily>
See also
Command <DefineFontfamily>
, chapter Using fonts.