Aspose::Font::TtfTables::TtfGlyfTable class
TtfGlyfTable class
Represents “glyf” table of the TTF Font file.
class TtfGlyfTable : public Aspose::Font::TtfTables::TtfTableBase
Methods
| Method | Description |
|---|---|
| virtual ContainsGlyph(int32_t) | Returns true in case the table contains glyph with glyphIndex. |
| static get_Tag() | Gets table tag. |
| virtual GetGlyph(uint32_t) | Returns a glyph by glyph index. |
See Also
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++