Aspose::Font::Ttf::TtfEncoding::GidToUnicode method
TtfEncoding::GidToUnicode method
Decodes glyph id 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::Ttf::TtfEncoding::GidToUnicode(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> glyphId) override
Parameter | Type | Description |
---|---|---|
glyphId | 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 TtfEncoding
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++