Aspose::Font::Cff::CffEncoding::UnicodeToGid method
CffEncoding::UnicodeToGid method
Decodes a unicode and returns glyph id. 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.
System::SharedPtr<Aspose::Font::Glyphs::GlyphId> Aspose::Font::Cff::CffEncoding::UnicodeToGid(uint32_t unicode) override
| Parameter | Type | Description |
|---|---|---|
| unicode | uint32_t | Unicode to get glyph identifier for. |
ReturnValue
Glyph identifier related to unicode passed.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class CffEncoding
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++