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)
ParameterTypeDescription
platformIduint16_tPlatform Id.
platformSpecificIduint16_tPlatform-specific encoding Id.

ReturnValue

CMap subtables.

See Also