Aspose::Font::Cff::CffEncoding::GidToUnicode method
CffEncoding::GidToUnicode method
Decodes Gid to unicode. Glyph id is a unique number for a glyph, which is font type dependent. CFF Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.
uint32_t Aspose::Font::Cff::CffEncoding::GidToUnicode(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> gid) override
Parameter | Type | Description |
---|---|---|
gid | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Glyph identifier of symbol to decode. |
ReturnValue
Unicode value related to glyph id passed.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class CffEncoding
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++