Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph method

TtfGlyfTable::GetGlyph method

Returns a glyph by glyph index.

virtual System::SharedPtr<Aspose::Font::Glyphs::Glyph> Aspose::Font::TtfTables::TtfGlyfTable::GetGlyph(uint32_t glyphIndex)
ParameterTypeDescription
glyphIndexuint32_tGlyph index.

ReturnValue

Glyph related to index specified.

See Also