3.3.4.4 Font specifications

A font can be specified in three ways:

The flags are the following:

You can combine the flags with the binary or operator ``|''. For example, the flags setting FONT_BOLD|FONT_ITALIC will produce text that is both bold and italic.

Note: Antialiasing support is only available for scalable fonts.

You can obtain a list of all available fonts with the appuifw module function available_fonts.

The symbolic names for UI fonts are:

Since background processes have no access to the UI framework, these symbolic names are not supported in them. You need to specify the full font name.

See About this document... for information on suggesting changes.