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

In This Topic
    GetGlyphWidth Method
    In This Topic
    Returns the advance width for the given glyph.

    Depends on 'hmtx' table.

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

    Parameters

    glyphIndex
    See Also