HeaderFooterFont

HeaderFooterFont class

Specifies the font used for the header and footer text.

Properties

NameTypeDescription
HeightintSpecifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
WidthintSpecifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
EscapementintSpecifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
OrientationintSpecifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
WeightintSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
ItalicintSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL intege
UnderlineintSpecifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is
StrikeOutintSpecifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the proper
CharSetlongSpecifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
OutPrecisionlongSpecifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
ClipPrecisionlongSpecifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
QualitylongSpecifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
PitchAndFamilylongSpecifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
FaceNameStringSpecifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.