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

In This Topic
    TryGetGlyphIndex Method
    In This Topic
    Tries to return index of the glyph by its name from "post" table.

    Depends on 'post' table.

    Syntax
    'Declaration
     
    Public Function TryGetGlyphIndex( _
       ByVal glyphName As System.String, _
       ByRef glyphIndex As System.UShort _
    ) As System.Boolean
    public System.bool TryGetGlyphIndex( 
       System.string glyphName,
       out System.ushort glyphIndex
    )

    Parameters

    glyphName
    glyphIndex
    See Also