Aspose::Font::Ttf::TtfEncoding::Encode method

TtfEncoding::Encode method

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

void Aspose::Font::Ttf::TtfEncoding::Encode(uint32_t gid, uint32_t charCode) override
ParameterTypeDescription
giduint32_tGlyph identifier.
charCodeuint32_tCharacter code.

See Also