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
Parameter | Type | Description |
---|---|---|
gid | uint32_t | Glyph id. |
charCode | uint32_t | Character code associated with the glyph id. |
See Also
- Class Type1Encoding
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++