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
ParameterTypBeschreibung
idSystem::SharedPtr<GlyphId>glyph ID.

ReturnValue

Glyph

Siehe auch