FontMask
Description:
[ CCode ( cprefix = "PANGO_FONT_MASK_" , type_id = "pango_font_mask_get_type ()" ) ]
[ Flags ]
public enum FontMask
The bits in a `PangoFontMask` correspond to the set fields in a `PangoFontDescription`.
Content:
Enum values:
- FAMILY - the font family is specified.
- GRAVITY - the font gravity is specified (
Since: 1.16.
- SIZE - the font size is specified.
- STRETCH - the font stretch is specified.
- STYLE - the font style is specified.
- VARIANT - the font variant is specified.
- VARIATIONS - OpenType font variations are
specified (Since: 1.42)
- WEIGHT - the font weight is specified.