|
Graphics.UI.Gtk.Pango.Enums | Portability | portable (depends on GHC) | Stability | provisional | Maintainer | gtk2hs-users@lists.sourceforge.net |
|
|
|
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 Weight.
| Constructors | WeightUltralight | | WeightLight | | WeightNormal | | WeightSemibold | | WeightBold | | WeightUltrabold | | WeightHeavy | |
| Instances | |
|
|
data Variant |
The variant of a font.
- The VariantSmallCaps 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 Underline.
- The squiggly underline for errors is only available in Gtk 2.4 and higher.
| Constructors | UnderlineNone | | UnderlineSingle | | UnderlineDouble | | UnderlineLow | | UnderlineError | |
| Instances | |
|
|
data EllipsizeMode |
The EllipsizeMode type describes what sort of (if any) ellipsization
should be applied to a line of text. In the ellipsization process characters
are removed from the text in order to make it fit to a given width and
replaced with an ellipsis.
| Constructors | EllipsizeNone | | EllipsizeStart | | EllipsizeMiddle | | EllipsizeEnd | |
| Instances | |
|
|
Produced by Haddock version 0.8 |