Aspose::Font::TtfTables::TtfCMapTable class

TtfCMapTable class

Represents “cmap” table of the TTF Font file.

class TtfCMapTable : public Aspose::Font::TtfTables::TtfTableBase

Nested classes

Methods

MethodDescription
FindUnicodeTable()Searches and returns unicode CMap. if there is ucs-4 CMap - returns it first; otherwise - returns any unicode cmap it can find.
static get_Tag()Gets table tag.
GetAllSubtables()Returns all the subtables from CMap table.
GetPlatformTables(uint16_t, uint16_t)Returns CMap subtables for planformId and platformSpecificId.

See Also