'Declaration Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
__value public enum FontStretch : public System.Enum
public enum class FontStretch : public System.Enum
'Declaration Public Enum FontStretch Inherits System.Enum
public enum FontStretch : System.Enum
__value public enum FontStretch : public System.Enum
public enum class FontStretch : public System.Enum
Member | Description |
---|---|
Undefined | The font stretch is undefined. |
UltraCondensed | The font stretch is ultra condensed. |
ExtraCondensed | The font stretch is extra condensed. |
Condensed | The font stretch is condensed. |
SemiCondensed | The font stretch is semi condensed. |
Normal | The font stretch is normal. |
SemiExpanded | The font stretch is semi expanded. |
Expanded | The font stretch is expanded. |
ExtraExpanded | The font stretch is extra expanded. |
UltraExpanded | The font stretch is ultra expanded. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Fonts.FontStretch
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5