Class TtfEncodingParameters
TtfEncodingParameters class
Represents TTF encoding parameters. Should be used to request specific encoding from TTF Font.
public class TtfEncodingParameters : IEncodingParameters
Constructors
Name | Description |
---|
TtfEncodingParameters(ushort, ushort) | 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. |
Properties
See Also