[]
DWRITE_FONT_STRETCH
public enum FontStretch
| Name | Description |
|---|---|
| Condensed | DWRITE_FONT_STRETCH_CONDENSED |
| Expanded | DWRITE_FONT_STRETCH_EXPANDED |
| ExtraCondensed | DWRITE_FONT_STRETCH_EXTRA_CONDENSED |
| ExtraExpanded | DWRITE_FONT_STRETCH_EXTRA_EXPANDED |
| Medium | DWRITE_FONT_STRETCH_MEDIUM |
| Normal | DWRITE_FONT_STRETCH_NORMAL |
| SemiCondensed | DWRITE_FONT_STRETCH_SEMI_CONDENSED |
| SemiExpanded | DWRITE_FONT_STRETCH_SEMI_EXPANDED |
| UltraCondensed | DWRITE_FONT_STRETCH_ULTRA_CONDENSED |
| UltraExpanded | DWRITE_FONT_STRETCH_ULTRA_EXPANDED |
| Undefined | DWRITE_FONT_STRETCH_UNDEFINED |