Aspose::Font::IFontEncoding::UnicodeToGid method
IFontEncoding::UnicodeToGid method
Dekodiert ein Unicode und gibt die Glyph‑ID zurück. Glyph‑ID ist eine eindeutige Nummer für ein Glyph, die vom Font‑Typ abhängig ist. Zum Beispiel: Type1’s ID ist ein Glyph‑Name, Instanz der Klasse (GlyphStringId). TTF’s ID ist ein int‑Index, Instanz der Klasse (GlyphUInt32Id).
virtual System::SharedPtr<Glyphs::GlyphId> Aspose::Font::IFontEncoding::UnicodeToGid(uint32_t unicode)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| unicode | uint32_t | Unicode, um den Glyph-Bezeichner zu erhalten. |
ReturnValue
Glyph-Bezeichner, der zum übergebenen Unicode gehört.
Siehe auch
- Typedef SharedPtr
- Class GlyphId
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++