Aspose::Font::TtfTables::TtfCMapTable::GetPlatformTables 方法

TtfCMapTable::GetPlatformTables method

返回针对 planformId 和 platformSpecificId 的 CMap 子表。

System::ArrayPtr<System::SharedPtr<TtfCMapFormats::TtfCMapFormatBaseTable>> Aspose::Font::TtfTables::TtfCMapTable::GetPlatformTables(uint16_t platformId, uint16_t platformSpecificId)
参数类型描述
platformIduint16_t平台 ID。
platformSpecificIduint16_t平台特定编码 ID。

ReturnValue

CMap 子表。

另见