FontFace Property
The FontFace property returns or sets the typeface on the ruler. Returns a String.
Syntax
object.FontFace
object.FontFace = FontFace
| Parameter | Type | Description |
| FontFace | String | required, typeface name |
Example
This example shows how to change the font used for the text on the rulers.
Ruler.FontFace = "Times New Roman"
Used by: AutoRuler object