Class TtfEncodingParameters

TtfEncodingParameters class

Represents TTF encoding parameters. Should be used to request specific encoding from TTF Font.

public class TtfEncodingParameters : IEncodingParameters

Constructors

NameDescription
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

NameDescription
PlatformId { get; set; }Gets or sets PlatformId value.
PlatformSpecificId { get; set; }Gets or sets PlatformSpecificId value.

See Also