Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph Methode

TtfGlyfTable::GetGlyph method

Gibt ein Glyph anhand des glyph index zurück.

virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph(uint32_t glyphIndex)
ParameterTypBeschreibung
glyphIndexuint32_tGlyph-Index.

ReturnValue

Glyph, das dem angegebenen Index zugeordnet ist.

Siehe auch