TtfPostTable.GetGlyphIndex
TtfPostTable.GetGlyphIndex method
Gets glyph index by glyph name.
public uint GetGlyphIndex(string glyphName)
Parameter | Type | Description |
---|---|---|
glyphName | String | Glyph name. |
Return Value
Glyph index. When no PostScript name information is provided for the glyphs in this font file, returns the index 0, which is the undefined glyph or “.notdef” glyph
See Also
- class TtfPostTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font