Aspose::Font::IFontEncoding::GidToUnicode method
IFontEncoding::GidToUnicode method
Decodes Gid to unicode. Glyph id is a unique number for a glyph, which is font type dependent. For example: Type1’s id is a glyph name, instance of (GlyphStringId) class. TTF’s id is an int index, instance of (GlyphUInt32Id) class.
virtual uint32_t Aspose::Font::IFontEncoding::GidToUnicode(System::SharedPtr<Glyphs::GlyphId> gid)=0
Parameter | Type | Description |
---|---|---|
gid | System::SharedPtr<Glyphs::GlyphId> | Glyph identifier of symbol to decode. |
ReturnValue
Unicode value related to glyph id passed.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++