FONT

IUP - Portable User Interface

FONT

Character font of the text shown in the element.

Value

Font name. Please refer to the Character Fonts table for a list of the fonts existing in IUP drivers.

Default: Depends on the native interface system.

Affects

All elements with an associated text.

Note

To set a font, the user can use one of the font options provided in the Character Fonts table, or directly use the name of a native font in the driver. Attention: when consulting this attribute, the user will always be returned the name of the driver font being used, not the name of the IUP font. To get the name of the IUP font, the user must use the IupUnMapFont function.

See Also

TITLE, IupMapFont, IupUnMapFont.