[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontTables.TryGetGlyphIndex

TryGetGlyphIndex Method

TryGetGlyphIndex(string, out ushort)

Tries to return index of the glyph by its name from "post" table.

Depends on 'post' table.

Declaration
public bool TryGetGlyphIndex(string glyphName, out ushort glyphIndex)
Public Function TryGetGlyphIndex(glyphName As String, ByRef glyphIndex As UShort) As Boolean
Parameters
Type Name Description
string glyphName
ushort glyphIndex
Returns
Type Description
bool