Aspose::Font::Ttf::TtfEncoding::UnicodeToGid method
TtfEncoding::UnicodeToGid method
Decodes a unicode and returns glyph id.
System::SharedPtr<Aspose::Font::Glyphs::GlyphId> Aspose::Font::Ttf::TtfEncoding::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 TtfEncoding
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++