VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Fonts Namespace / FontWeight Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    FontWeight Enumeration
    In This Topic
    Specifies available weights for a font.
    Syntax
    '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
    
    
    Members
    MemberDescription
    ThinThe font weight is thin.
    ExtraLightThe font weight is extra light.
    LightThe font weight is light.
    RegularThe font weight is regular.
    MediumThe font weight is medium.
    SemiBoldThe font weight is semi bold.
    BoldThe font weight is bold.
    ExtraBoldThe font weight is extra bold.
    BlackThe font weight is black.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Fonts.FontWeight

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also