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
ParameterTypeDescription
unicodeuint32_tUnicode to get glyph identifier for.

ReturnValue

Glyph identifier related to unicode passed.

See Also