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)
ParameterTypeDescription
platformIdUInt16Platform id.
platformSpecificIdUInt16Platform-specific encoding id.

See Also