Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.Pango.Flags
Contents
Description
Exported types
The bits in a FontMask
correspond to fields in a
FontDescription
that have been set.
Constructors
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.) |
AnotherFontMask Int | Catch-all for unknown values |