Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontWeight Enumeration

In This Topic
    FontWeight Enumeration
    In This Topic
    Defines possible font weight values.
    Syntax
    'Declaration
     
    Public Enum FontWeight 
       Inherits System.Enum
    public enum FontWeight : System.Enum 
    Members
    MemberDescription
    BlackBlack.
    BoldBold.
    DemiBoldDemiBold.
    ExtraBoldExtraBold.
    ExtraLightExtraLight.
    HeavyHeavy.
    LightLight.
    MediumMedium.
    NormalNormal.
    RegularRegular.
    SemiBoldSemiBold.
    ThinThin.
    UltraLightUltraLight.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Text.FontWeight

    See Also