Aspose::Font::Glyphs::IGlyphAccessor::GetGlyphById Methode
IGlyphAccessor::GetGlyphById method
Gibt ein Glyph anhand der glyph id zurück. Glyph id ist eine eindeutige Nummer für ein Glyph, das vom Font‑Typ abhängig ist. GlyphId – abgeleitetes Objekt. Zum Beispiel: Type1’s id ist ein Glyph‑Name, Instanz der (GlyphStringId) Klasse. TTF’s id ist ein int‑Index, Instanz der (GlyphUInt32Id) Klasse.
virtual System::SharedPtr<Glyph> Aspose::Font::Glyphs::IGlyphAccessor::GetGlyphById(System::SharedPtr<GlyphId> id)=0
| Parameter | Typ | Beschreibung |
|---|---|---|
| id | System::SharedPtr<GlyphId> | glyph ID. |
ReturnValue
Siehe auch
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class IGlyphAccessor
- Namespace Aspose::Font::Glyphs
- Library Aspose.Font for C++