HeaderFooterFont
Contents
[
Hide
]HeaderFooterFont class
Specifies the font used for the header and footer text.
Properties
| Name | Type | Description |
|---|---|---|
| Height | int | Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field. |
| Width | int | Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field. |
| Escapement | int | Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field. |
| Orientation | int | Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field. |
| Weight | int | Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. |
| Italic | int | Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field. The value of the property is BOOL intege |
| Underline | int | Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field. The value of the property is |
| StrikeOut | int | Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field. The value of the proper |
| CharSet | long | Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field. |
| OutPrecision | long | Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field. |
| ClipPrecision | long | Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field. |
| Quality | long | Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field. |
| PitchAndFamily | long | Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field. |
| FaceName | String | Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field. |