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)
| 参数 | 类型 | 描述 |
|---|---|---|
| platformId | uint16_t | 平台 ID。 |
| platformSpecificId | uint16_t | 平台特定编码 ID。 |
ReturnValue
CMap 子表。
另见
- Typedef ArrayPtr
- Typedef SharedPtr
- Class TtfCMapFormatBaseTable
- Class TtfCMapTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++