Aspose::Font::Ttf::TtfEncoding::UnicodeToGid méthode

TtfEncoding::UnicodeToGid method

Décode un unicode et renvoie l’identifiant du glyphe.

System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Ttf::TtfEncoding::UnicodeToGid(uint32_t unicode) override
ParamètreTypeDescription
unicodeuint32_tUnicode pour obtenir l’identifiant du glyphe.

ReturnValue

Identifiant du glyphe lié à l’Unicode fourni.

Voir aussi