Font

The font group defines the fonts and defaults available.

Font example

[FONT]

font1 = 10, Courier New, normal

font2 = 8, Arial, normal

font3 = 10, Arial, normal

font4 = 3, Arial, normal

font5 = 4, Arial, normal

font6 = 5, Arial, normal

font7 = 6, Arial, normal

font8 = 7, Arial, normal

font9 = 6, Arial, normal

font10 = 6, Arial, normal

font11 = 10, Arial, normal

font12 = 10, Arial, normal

font13 = 13, Arial, normal

font14 = 18, Arial, bold

font15 = 18, Times New Roman, italic

pushbutton_font =" " 9, arial , normal

radiobutton_font = 9, arial , normal

listbox_header_font = 8, arial , normal

listbox_body_font = 8, arial , normal

default_printer_font = 9, arial , bold

font<index> = <Size>, <Name>, <Style>

Font index is used to refer to a specific font. Font indexes 0 to 30 can be used to define the font; currently 0 to 15 is defined. Font indexes 31 to 99 are system fonts used for defaults.

<Size> is the point size.

<Name> is the font name.

<Style> cannot be normal, bold or italic.

pushbutton_font = <Size>, <Name>, <Style>

radiobutton_font = <Size>, <Name>, <Style>

listbox_header_font = <Size>, <Name>, <Style>

listbox_body_font = <Size>, <Name>, <Style>

These sets the default font that is used for the control.

default_printer_font = <Size>, <Name>, <Style>

This sets the default font that is used when printing non-list box information.