fontBold

Type: Boolean

Availability: Read or write at any time

The fontBold property of the Application class determines the bold font style used for controls in the application when the fontName property for a control on a form is set to Default. (See also the Application class fontName and fontSize properties.)

Any changes made to the application font attributes at run time are not permanent and affect only the current instance of the application. The application font also defines the default font for graphics text drawing methods. The default value for the fontBold property is false.