Aspose::Font::TtfTables::TtfPostTable::GetAllGlyphIndexesForGlyphName method

TtfPostTable::GetAllGlyphIndexesForGlyphName method

Gets array of glyphs indexes by glyph name.

System::ArrayPtr<uint32_t> Aspose::Font::TtfTables::TtfPostTable::GetAllGlyphIndexesForGlyphName(System::String glyphName)
ParameterTypeDescription
glyphNameSystem::StringGlyph name

ReturnValue

array of glyphs indexes

See Also