Aspose::Font::Type1::Type1Font::GetGlyphById Methode

Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId>) method

Gibt ein Glyph anhand seiner Glyph-ID zurück. Die Glyph-ID ist eine eindeutige Nummer für ein Glyph, die vom Schriftarttyp abhängt. Type1Font Glyph-ID kann eine Instanz der Klasse (GlyphStringId) oder der Klasse (GlyphUInt32Id) sein.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
ParameterTypBeschreibung
idSystem::SharedPtr<Glyphs::GlyphId>Glyph-ID.

ReturnValue

Glyph.

Siehe auch

Type1Font::GetGlyphById(System::String) method

Gibt die Glyphe anhand ihrer Glyphen‑ID zurück.

virtual System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(System::String id)
ParameterTypBeschreibung
idSystem::StringGlyph-ID.

ReturnValue

Glyph.

Siehe auch

Type1Font::GetGlyphById(uint32_t) method

Gibt die Glyphe anhand ihrer Glyphen‑ID zurück.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1Font::GetGlyphById(uint32_t id)
ParameterTypBeschreibung
iduint32_tGlyph-ID.

ReturnValue

Glyph.

Siehe auch