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)
Parameter | Type | Description |
---|---|---|
glyphIndex | uint32_t | Glyph index. |
ReturnValue
Glyph related to index specified.
See Also
- Typedef SharedPtr
- Class Glyph
- Class TtfGlyfTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++