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

In This Topic
    XHeight Property
    In This Topic
    Gets the font's x height: the vertical coordinate of the top of flat non ascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters.
    Syntax
    'Declaration
     
    Public ReadOnly Property XHeight As System.Nullable(Of Single)
    public System.Nullable<float> XHeight {get;}
    See Also