Class TtfCMapTable

TtfCMapTable class

Represents “cmap” table of the TTF Font file.

public class TtfCMapTable : TtfTableBase

Properties

NameDescription
Offset { get; }Gets offset from beginning of sfnt.
TtfTables { get; }Reference to TTF table repository.
static Tag { get; }Gets table tag.

Methods

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

Other Members

NameDescription
abstract class TtfCMapSubtableDescriptionProvides brief information about CMap subtable.

See Also