Package: pango

GFlags pango:font-mask

Declaration

(gobject:define-gflags "PangoFontMask" font-mask
  (:export t
   :type-initializer "pango_font_mask_get_type")
  (:family #.(ash 1 0))
  (:style #.(ash 1 1))
  (:variant #.(ash 1 2))
  (:weight #.(ash 1 3))
  (:stretch #.(ash 1 4))
  (:size #.(ash 1 5))
  (:gravity #.(ash 1 6))
  (:variations #.(ash 1 7)))  

Values

:family
The font family is specified.
:style
The font style is specified.
:variant
The font variant is specified.
:weight
The font weight is specified.
:stretch
The font stretch is specified.
:size
The font size is specified.
:gravity
The font gravity is specified.
:variations
OpenType font variations are specified.

Details

The bits correspond to fields in a pango:font-description instance that have been set.
 

See also

2023-8-27