Aspose::Font::TtfTables::TtfGlyfTable class

TtfGlyfTable class

Represents “glyf” table of the TTF Font file.

class TtfGlyfTable : public Aspose::Font::TtfTables::TtfTableBase

Methods

MethodDescription
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