Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex method

TtfPostTable::GetGlyphIndex method

Gets glyph index by glyph name.

uint32_t Aspose::Font::TtfTables::TtfPostTable::GetGlyphIndex(System::String glyphName)
ParameterTypeDescription
glyphNameSystem::StringGlyph name.

ReturnValue

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