Aspose::Font::IFontEncoding::Encode method

IFontEncoding::Encode method

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

virtual void Aspose::Font::IFontEncoding::Encode(uint32_t gid, uint32_t charCode)=0
ParameterTypeDescription
giduint32_tGlyph id.
charCodeuint32_tCharacter code associated with the glyph id.

See Also