Aspose::Font::Type1::Type1Encoding::Encode method

Type1Encoding::Encode method

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

void Aspose::Font::Type1::Type1Encoding::Encode(uint32_t gid, uint32_t charCode) override
ParameterTypeDescription
giduint32_tGlyph id.
charCodeuint32_tCharacter code associated with the glyph id.

See Also