Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
Flags
FontMask
The bits in a FontMask
correspond to fields in a
FontDescription
that have been set.
FontMaskFamily | the font family is specified. |
FontMaskStyle | the font style is specified. |
FontMaskVariant | the font variant is specified. |
FontMaskWeight | the font weight is specified. |
FontMaskStretch | the font stretch is specified. |
FontMaskSize | the font size is specified. |
FontMaskGravity | the font gravity is specified (Since: 1.16.) |
FontMaskVariations | OpenType font variations are specified (Since: 1.42) |
AnotherFontMask Int | Catch-all for unknown values |
Instances
Enum FontMask Source # | |
Eq FontMask Source # | |
Ord FontMask Source # | |
Defined in GI.Pango.Flags | |
Show FontMask Source # | |
IsGFlag FontMask Source # | |
Defined in GI.Pango.Flags | |
BoxedFlags FontMask Source # | |
Defined in GI.Pango.Flags |