Aspose::Font::Ttf::TtfEncodingParameters class
TtfEncodingParameters class
Represents TTF encoding parameters.
class TtfEncodingParameters : public Aspose::Font::IEncodingParameters
Methods
Method | Description |
---|---|
get_PlatformId() const | Gets PlatformId value. |
get_PlatformSpecificId() const | Gets PlatformSpecificId value. |
set_PlatformId(uint16_t) | Sets PlatformId value. |
set_PlatformSpecificId(uint16_t) | Sets PlatformSpecificId value. |
TtfEncodingParameters(uint16_t, uint16_t) | 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. |
Remarks
Should be used to request specific encoding from TTF Font.
See Also
- Class IEncodingParameters
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++