Gtk2HsContentsIndex
Graphics.UI.Gtk.Pango.Enums
Description
Enumerations for describing font characteristics.
Synopsis
data FontStyle
= StyleNormal
| StyleOblique
| StyleItalic
data Weight
= WeightUltralight
| WeightLight
| WeightNormal
| WeightBold
| WeightUltrabold
| WeightHeavy
data Variant
= VariantNormal
| VariantSmallCaps
data Stretch
= StretchUltraCondensed
| StretchExtraCondensed
| StretchCondensed
| StretchSemiCondensed
| StretchNormal
| StretchSemiExpanded
| StretchExpanded
| StretchExtraExpanded
| StretchUltraExpanded
data Underline
= UnderlineNone
| UnderlineSingle
| UnderlineDouble
| UnderlineLow
| UnderlineError
Documentation
data FontStyle

The style of a font.

Constructors
StyleNormal
StyleOblique
StyleItalic
Instances
Show FontStyle
Enum FontStyle
data Weight
Define attributes for FontWeight.
Constructors
WeightUltralight
WeightLight
WeightNormal
WeightBold
WeightUltrabold
WeightHeavy
Instances
Enum Weight
Show Weight
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
Show Variant
Enum Variant
data Stretch
Define how wide characters are.
Constructors
StretchUltraCondensed
StretchExtraCondensed
StretchCondensed
StretchSemiCondensed
StretchNormal
StretchSemiExpanded
StretchExpanded
StretchExtraExpanded
StretchUltraExpanded
Instances
Show Stretch
Enum Stretch
data Underline
Define attributes for FontUnderline.
Constructors
UnderlineNone
UnderlineSingle
UnderlineDouble
UnderlineLow
UnderlineError
Instances
Show Underline
Enum Underline
Produced by Haddock version 0.6