Label Font

Font to use for the label, and for tool tip text for widgets (if they support tool tips). The listed fonts are determines by the application's .ini file.

Description

This property can be set only via the pop-up menu on a label. You can set the default font in the application's .ini file.

By default, the label rectangle includes a 2 pixel margin around the text, which can cause the label to wrap, even if there appears to be enough space for the text. To prevent this from happening:

  1. Set Label Font to FormText. This makes the label rectangle behave as if it has no margin, preventing unnecessary wrapping.

  2. Ensure that the FormText font defined in usys.ini is the same as font0.

    ;usys.ini
    [screen]
    font0=Arial,Western,8,regular
    FormText=Arial,Western,8,regular

Applies To

Label

Related Topics