Enumeration
GtkFontLevel
since: 4.10
Description [src]
The level of granularity for the font selection.
Depending on this value, the PangoFontDescription
that
is returned by gtk_font_dialog_button_get_font_desc()
will have more or less fields set.
Available since: 4.10
Members
Name | Description |
---|---|
GTK_FONT_LEVEL_FAMILY |
Select a font family. |
GTK_FONT_LEVEL_FACE |
Select a font face (i.e. a family and a style) |
GTK_FONT_LEVEL_FONT |
Select a font (i.e. a face with a size, and possibly font variations) |
GTK_FONT_LEVEL_FEATURES |
Select a font and font features. |