u'LatinBold19'
The flags are the following:
FONT_BOLD
bold
FONT_ITALIC
italic
FONT_SUBSCRIPT
subscript
FONT_SUPERSCRIPT
superscript
FONT_ANTIALIAS
forces the font to be antialiased
FONT_NO_ANTIALIAS
forces the font to not be antialiased
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:
'normal'
'dense'
'title'
'symbol'
'legend'
'annotation'
See About this document... for information on suggesting changes.