Aspose::Font::TtfTables::TtfPostTable::GetGlyphName method

TtfPostTable::GetGlyphName method

Gets glyph name by glyph index.

System::String Aspose::Font::TtfTables::TtfPostTable::GetGlyphName(uint32_t glyphIndex)
ParameterTypeDescription
glyphIndexuint32_tGlyph index.

ReturnValue

Glyph name. When no PostScript name information is provided for the glyphs in this font file, returns null.

See Also