Aspose::Font::TtfTables::TtfCMapTable::GetPlatformTables method
TtfCMapTable::GetPlatformTables method
Returns CMap subtables for planformId and platformSpecificId.
System::ArrayPtr<System::SharedPtr<Aspose::Font::TtfCMapFormats::TtfCMapFormatBaseTable>> Aspose::Font::TtfTables::TtfCMapTable::GetPlatformTables(uint16_t platformId, uint16_t platformSpecificId)
Parameter | Type | Description |
---|---|---|
platformId | uint16_t | Platform Id. |
platformSpecificId | uint16_t | Platform-specific encoding Id. |
ReturnValue
CMap subtables.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class TtfCMapFormatBaseTable
- Class TtfCMapTable
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++