Class TtfCMapTable
TtfCMapTable class
Represents “cmap” table of the TTF Font file.
public class TtfCMapTable : TtfTableBase
Properties
| Name | Description |
|---|
| Offset { get; } | Gets offset from beginning of sfnt. |
| TtfTables { get; } | Reference to TTF table repository. |
| static Tag { get; } | Gets table tag. |
Methods
| Name | Description |
|---|
| 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
See Also