Aspose::Font::Cff::CffFont::GetGlyphById Methode

CffFont::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 Font-Typ abhängt. Die CFF Font Glyph-ID kann eine Instanz der Klasse (GlyphStringId) oder der Klasse (GlyphUInt32Id) sein.

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

ReturnValue

Glyph.

Siehe auch

CffFont::GetGlyphById(System::String) method

Gibt das Glyph anhand des Glyph-Namens zurück.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Cff::CffFont::GetGlyphById(System::String glyphName)
ParameterTypBeschreibung
glyphNameSystem::StringGlyph-Name.

ReturnValue

Glyph.

Siehe auch

CffFont::GetGlyphById(uint32_t) method

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

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

ReturnValue

Glyph.

Siehe auch