You can use the FontName property to specify the font for text in the following situations:
Read/write String.
The FontName property setting is the name of the font that the text is displayed in.
For controls on forms and reports, you can set this property by using the property sheet, a macro, or Visual Basic.
You can also set this property by clicking the Font box on the Formatting (Form/Report) toolbar.
You can set the default for this property by using a control's default control style or the DefaultControl method in Visual Basic.
For reports, you can set this property only in an event procedure or in a macro specified by the OnPrint event property setting.
In Visual Basic, you set the FontName property by using a string expression that is the name of the desired font.
Font availability depends on your system and printer. If you select a font that your system can't display or that isn't installed, Windows substitutes a similar font.