TtfEncodingParameters.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.
public TtfEncodingParameters(ushort platformId, ushort platformSpecificId)
Parameter | Type | Description |
---|---|---|
platformId | UInt16 | Platform id. |
platformSpecificId | UInt16 | Platform-specific encoding id. |
See Also
- class TtfEncodingParameters
- namespace Aspose.Font.Ttf
- assembly Aspose.Font