TtfEncoding.Encode

TtfEncoding.Encode method

Encodes the glyph. For TTF Fonts the character code is unicode.

public void Encode(uint gid, uint charCode)
ParameterTypeDescription
gidUInt32Glyph identifier.
charCodeUInt32Character code.

See Also