Control Reference > VSPrinter Control > VSPrinter Properties > HdrFont Property |
Returns or sets the font used to draw headers and footers.
[form!]VSPrinter.HdrFont[ = Font ]
By default, the same font is used for headers and footers.
If you want to use distinct fonts for the headers and footers of a document, you should trap the BeforeHeader, BeforeFooter, AfterHeader, and AfterFooter events to set and restore the HdrFont property accordingly.
The color of the headers and footers is set with the HdrColor property.
Font