Aspose::Font::Type1::Type1Encoding::GidToUnicode method
Type1Encoding::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.
uint32_t Aspose::Font::Type1::Type1Encoding::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 Type1Encoding
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++