Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text Namespace / FontDescriptor Class / FontWeight Property

In This Topic
    FontWeight Property (FontDescriptor)
    In This Topic
    Gets the weight (thickness) component of the fully-qualified font name or font specifier.
    Syntax
    'Declaration
     
    Public ReadOnly Property FontWeight As System.Nullable(Of FontWeight)
    public System.Nullable<FontWeight> FontWeight {get;}
    See Also