Enumeration
Pango.FontMask
Description [src]
The bits in a PangoFontMask correspond to the set fields in a
PangoFontDescription.
Members
| Name | Description | 
|---|---|
| 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.) | 
| PANGO_FONT_MASK_VARIATIONS | OpenType font variations are specified (Since: 1.42) |