Aspose::Font::Type1::Type1MetricFont::GetGlyphById Methode

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

Gibt das Glyph anhand der Glyph-ID zurück. Nicht unterstützt für den Typ Type1MetricFont.

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

ReturnValue

Glyph.

Siehe auch

Type1MetricFont::GetGlyphById(System::String) method

Gibt das Glyph anhand der Glyph-ID zurück. Nicht unterstützt für den Typ Type1MetricFont.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
ParameterTypBeschreibung
idSystem::StringGlyph-Bezeichner.

ReturnValue

Glyph.

Siehe auch