Aspose::Font::Cff::CffEncoding::GidToUnicode-Methode
CffEncoding::GidToUnicode method
Dekodiert Gid zu Unicode. Glyph‑ID ist eine eindeutige Nummer für ein Glyph, die vom Font‑Typ abhängt. CFF Font Glyph‑ID kann eine Instanz der (GlyphStringId)-Klasse oder der (GlyphUInt32Id)-Klasse sein.
uint32_t Aspose::Font::Cff::CffEncoding::GidToUnicode(System::SharedPtr<Glyphs::GlyphId> gid) override
| 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 CffEncoding
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++