Aspose::Font::IFontEncoding::GidToUnicode method
IFontEncoding::GidToUnicode method
Dekodiert Gid zu Unicode. 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 uint32_t Aspose::Font::IFontEncoding::GidToUnicode(System::SharedPtr<Glyphs::GlyphId> gid)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| gid | System::SharedPtr<Glyphs::GlyphId> | Glyph-Bezeichner des zu dekodierenden Symbols. |
ReturnValue
Unicode-Wert, der zur übergebenen Glyph-ID gehört.
Siehe auch
- Typedef SharedPtr
- Class GlyphId
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++