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

In This Topic
    AvgWidth Property
    In This Topic
    Gets the average width of glyphs in the font.
    Syntax
    'Declaration
     
    Public ReadOnly Property AvgWidth As System.Nullable(Of Single)
    public System.Nullable<float> AvgWidth {get;}
    See Also