Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / WidthClass Property

In This Topic
    WidthClass Property
    In This Topic
    Get the value indicating a relative change from the normal aspect ratio (width to height ratio) for the glyphs in a font.

    Values from 1 (UltraCondensed) to 9 (UltraExpanded) are expected.

    Syntax
    'Declaration
     
    Public ReadOnly Property WidthClass As System.Integer
    public System.int WidthClass {get;}
    See Also