'宣言 Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
'宣言 Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
| メンバ | 解説 |
|---|---|
| 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