Enum FontStretch
FontStretch describes relative change from the normal aspect ratio as specified by a font designer for the glyphs in a font.
public enum FontStretch
Fields
Condensed = 3
Expanded = 7
ExtraCondensed = 2
ExtraExpanded = 8
Normal = 5
SemiCondensed = 4
SemiExpanded = 6
UltraCondensed = 1
UltraExpanded = 9