'Declaration Public Enum FontWeight Inherits System.Enum
public enum FontWeight : System.Enum
__value public enum FontWeight : public System.Enum
public enum class FontWeight : public System.Enum
'Declaration Public Enum FontWeight Inherits System.Enum
public enum FontWeight : System.Enum
__value public enum FontWeight : public System.Enum
public enum class FontWeight : public System.Enum
| Member | Description |
|---|---|
| Thin | The font weight is thin. |
| ExtraLight | The font weight is extra light. |
| Light | The font weight is light. |
| Regular | The font weight is regular. |
| Medium | The font weight is medium. |
| SemiBold | The font weight is semi bold. |
| Bold | The font weight is bold. |
| ExtraBold | The font weight is extra bold. |
| Black | The font weight is black. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Fonts.FontWeight
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5