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

In This Topic
    GetGlyphName Method
    In This Topic
    Returns name of the glyph from "post" table.

    Depends on 'post' table.

    Syntax
    'Declaration
     
    Public Function GetGlyphName( _
       ByVal glyphIndex As System.Integer _
    ) As System.String
    public System.string GetGlyphName( 
       System.int glyphIndex
    )

    Parameters

    glyphIndex
    See Also