Aspose::Font::TtfTables::TtfCMapTable class

TtfCMapTable class

表示 TTF Font 文件的 "cmap" 表。

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

Nested classes

方法

方法描述
FindUnicodeTable()搜索并返回 Unicode CMap。如果存在 ucs-4 CMap,则优先返回它;否则返回它能找到的任何 Unicode CMap。
static get_Tag()获取表标签。
GetAllSubtables()返回 CMap 表中的所有子表。
GetPlatformTables(uint16_t, uint16_t)返回针对 planformId 和 platformSpecificId 的 CMap 子表。

另见