PangoFontMask

The bits in a PangoFontMask correspond to fields in a PangoFontDescription that have been set. PANGO_FONT_MASK_FAMILY the font family is specified. PANGO_FONT_MASK_STYLE the font style is specified. PANGO_FONT_MASK_VARIANT the font variant is specified. PANGO_FONT_MASK_WEIGHT the font weight is specified. PANGO_FONT_MASK_STRETCH the font stretch is specified. PANGO_FONT_MASK_SIZE the font size is specified. PANGO_FONT_MASK_GRAVITY the font gravity is specified (Since: 1.16.)

Values

ValueMeaning
FAMILY1 << 0
STYLE1 << 1
VARIANT1 << 2
WEIGHT1 << 3
STRETCH1 << 4
SIZE1 << 5
GRAVITY1 << 6

Meta