'Declaration Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
'Declaration Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
Member | 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 |
System.Object
System.ValueType
System.Enum
C1.Util.DX.DirectWrite.FontStretch