[]
DWRITE_FONT_STRETCH
public enum FontStretch
Condensed = 3DWRITE_FONT_STRETCH_CONDENSED
Expanded = 7DWRITE_FONT_STRETCH_EXPANDED
ExtraCondensed = 2DWRITE_FONT_STRETCH_EXTRA_CONDENSED
ExtraExpanded = 8DWRITE_FONT_STRETCH_EXTRA_EXPANDED
Medium = 5DWRITE_FONT_STRETCH_MEDIUM
Normal = 5DWRITE_FONT_STRETCH_NORMAL
SemiCondensed = 4DWRITE_FONT_STRETCH_SEMI_CONDENSED
SemiExpanded = 6DWRITE_FONT_STRETCH_SEMI_EXPANDED
UltraCondensed = 1DWRITE_FONT_STRETCH_ULTRA_CONDENSED
UltraExpanded = 9DWRITE_FONT_STRETCH_ULTRA_EXPANDED
Undefined = 0DWRITE_FONT_STRETCH_UNDEFINED