HeaderFooterFont class

HeaderFooterFont class

Specifies the font used for the header and footer text.

The HeaderFooterFont type exposes the following members:

Properties

PropertyDescription
heightSpecifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
widthSpecifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
escapementSpecifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
orientationSpecifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
weightSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
italicSpecifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
underlineSpecifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field.
strike_outSpecifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field.
char_setSpecifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
out_precisionSpecifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
clip_precisionSpecifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
qualitySpecifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
pitch_and_familySpecifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
face_nameSpecifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

See Also