Documents for PDF, .NET Edition Documentation
TryGetGlyphIndex Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : TryGetGlyphIndex Method
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

Reference

FontTables Class
FontTables Members