Gtk2HsContentsIndex
Graphics.UI.Gtk.Pango.Enums
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
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
show/hide Instances
data Weight
Define attributes for FontWeight.
Constructors
WeightUltralight
WeightLight
WeightNormal
WeightBold
WeightUltrabold
WeightHeavy
show/hide 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
show/hide Instances
Enum Variant
Show Variant
data Stretch
Define how wide characters are.
Constructors
StretchUltraCondensed
StretchExtraCondensed
StretchCondensed
StretchSemiCondensed
StretchNormal
StretchSemiExpanded
StretchExpanded
StretchExtraExpanded
StretchUltraExpanded
show/hide Instances
Enum Stretch
Show Stretch
data Underline
Define attributes for FontUnderline.
Constructors
UnderlineNone
UnderlineSingle
UnderlineDouble
UnderlineLow
UnderlineError
show/hide Instances
Produced by Haddock version 0.7