Package: gtk

GEnum gtk:font-level

Declaration

(gobject:define-genum "GtkFontLevel" font-level
  (:export t
   :type-initializer "gtk_font_level_get_type")
  (:family 0)
  (:face 1)
  (:font 2)
  (:features 3))  

Values

:family
Select a font family.
:face
Select a font face, that is a family and a style.
:font
Select a font, that is, a face with a size, and possibly font variations).
:features
Select a font and font features.

Details

The level of granularity for the font selection. Depending on this value, the pango:font-description instance that is returned by the gtk:font-dialog-button-font-desc function will have more or less fields set.

Since 4.10
 

See also

2024-7-30