Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / GetGlyphHeight Method

In This Topic
    GetGlyphHeight Method
    In This Topic
    Returns the advance height for the given glyph.

    Depends on 'vmtx' table.

    Syntax
    'Declaration
     
    Public Function GetGlyphHeight( _
       ByVal glyphIndex As System.Integer _
    ) As System.UShort
    public System.ushort GetGlyphHeight( 
       System.int glyphIndex
    )

    Parameters

    glyphIndex
    See Also