Enumeration
PangoStretch
Description [src]
An enumeration specifying the width of the font relative to other designs within a family.
Members
Name | Description |
---|---|
PANGO_STRETCH_ULTRA_CONDENSED |
Ultra condensed width. |
PANGO_STRETCH_EXTRA_CONDENSED |
Extra condensed width. |
PANGO_STRETCH_CONDENSED |
Condensed width. |
PANGO_STRETCH_SEMI_CONDENSED |
Semi condensed width. |
PANGO_STRETCH_NORMAL |
The normal width. |
PANGO_STRETCH_SEMI_EXPANDED |
Semi expanded width. |
PANGO_STRETCH_EXPANDED |
Expanded width. |
PANGO_STRETCH_EXTRA_EXPANDED |
Extra expanded width. |
PANGO_STRETCH_ULTRA_EXPANDED |
Ultra expanded width. |