TtfPostTable.GetGlyphName
TtfPostTable.GetGlyphName method
Gets glyph name by glyph index.
public string GetGlyphName(uint glyphIndex)
Parameter | Type | Description |
---|---|---|
glyphIndex | UInt32 | Glyph index. |
Return Value
Glyph name. When no PostScript name information is provided for the glyphs in this font file, returns null.
See Also
- class TtfPostTable
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font