Enumeration
Gtk.FontChooserLevel
Description [src]
Specifies the granularity of font selection
that is desired in a GtkFontChooser
.
This enumeration may be extended in the future; applications should ignore unknown values.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_FONT_CHOOSER_LEVEL_FAMILY |
"family" |
0 |
Allow selecting a font family |
GTK_FONT_CHOOSER_LEVEL_STYLE |
"style" |
1 |
Allow selecting a specific font face |
GTK_FONT_CHOOSER_LEVEL_SIZE |
"size" |
2 |
Allow selecting a specific font size |
GTK_FONT_CHOOSER_LEVEL_VARIATIONS |
"variations" |
4 |
Allow changing OpenType font variation axes |
GTK_FONT_CHOOSER_LEVEL_FEATURES |
"features" |
8 |
Allow selecting specific OpenType font features |