Aspose::Font::Ttf::TtfEncodingParameters::TtfEncodingParameters constructor
TtfEncodingParameters::TtfEncodingParameters constructor
Initializes new instance of TtfEncodingParameters class. Takes Platform Id, Platform-specific encoding id as parameters. These parameters used to request special CMap subtable from main font CMap table, see table ‘CMap’, ’name’ in OpenType Font File specification.
Aspose::Font::Ttf::TtfEncodingParameters::TtfEncodingParameters(uint16_t platformId, uint16_t platformSpecificId)
Parameter | Type | Description |
---|---|---|
platformId | uint16_t | Platform id. |
platformSpecificId | uint16_t | Platform-specific encoding id. |
See Also
- Class TtfEncodingParameters
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++