Enumeration

GtkFontChooserLevel

Declaration

flags Gtk.FontChooserLevel

Description [src]

This enumeration specifies the granularity of font selection that is desired in a font chooser.

This enumeration may be extended in the future; applications should ignore unknown values.

Members

GTK_FONT_CHOOSER_LEVEL_FAMILY

Allow selecting a font family.

  • Value: 0
  • Available since: 3.0
GTK_FONT_CHOOSER_LEVEL_STYLE

Allow selecting a specific font face.

  • Value: 1
  • Available since: 3.0
GTK_FONT_CHOOSER_LEVEL_SIZE

Allow selecting a specific font size.

  • Value: 2
  • Available since: 3.0
GTK_FONT_CHOOSER_LEVEL_VARIATIONS

No description available.

  • Value: 4
  • Available since: 3.0
GTK_FONT_CHOOSER_LEVEL_FEATURES

Allow selecting specific OpenType font features.

  • Value: 8
  • Available since: 3.0