Type1Encoding.Encode

Type1Encoding.Encode method

Encodes the glyph. For TTF Fonts the character code is unicode. Not supported for Type1 Font types.

public void Encode(uint gid, uint charCode)
ParameterTypeDescription
gidUInt32Glyph id.
charCodeUInt32Character code associated with the glyph id.

See Also