|
| Graphics.UI.Gtk.Pango.Enums |
|
|
|
|
| Description |
| Enumerations for describing font characteristics.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data FontStyle |
The style of a font.
| | Constructors | | StyleNormal | | | StyleOblique | | | StyleItalic | |
| | Instances | |
|
|
| data Weight |
| Define attributes for FontWeight.
| | Constructors | | WeightUltralight | | | WeightLight | | | WeightNormal | | | WeightBold | | | WeightUltrabold | | | WeightHeavy | |
| | Instances | |
|
|
| data Variant |
The variant of a font.
- The VariantCmallCaps is a version of a font where lower case
letters are shown as physically smaller upper case letters.
| | Constructors | | VariantNormal | | | VariantSmallCaps | |
| | Instances | |
|
|
| data Stretch |
| Define how wide characters are.
| | Constructors | | StretchUltraCondensed | | | StretchExtraCondensed | | | StretchCondensed | | | StretchSemiCondensed | | | StretchNormal | | | StretchSemiExpanded | | | StretchExpanded | | | StretchExtraExpanded | | | StretchUltraExpanded | |
| | Instances | |
|
|
| data Underline |
| Define attributes for FontUnderline.
| | Constructors | | UnderlineNone | | | UnderlineSingle | | | UnderlineDouble | | | UnderlineLow | | | UnderlineError | |
| | Instances | |
|
|
| Produced by Haddock version 0.6 |