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

In This Topic
    ItalicAngle Property (FontDescriptor)
    In This Topic
    Gets the angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font.
    Syntax
    'Declaration
     
    Public ReadOnly Property ItalicAngle As System.Nullable(Of Single)
    public System.Nullable<float> ItalicAngle {get;}
    See Also