HeaderFooterFont class

HeaderFooterFont class

Specifies the font used for the header and footer text.

The HeaderFooterFont type exposes the following members:

Properties

Property Description
height Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
width Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.
escapement Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
orientation Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
weight Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
italic Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
underline Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field.
strike_out Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field.
char_set Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
out_precision Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
clip_precision Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
quality Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
pitch_and_family Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
face_name Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.

See Also