IFontEncoding.Encode

IFontEncoding.Encode method

Encodes the glyph. For TTF Fonts the charCode is unicode.

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

See Also