Aspose::Font::Type1::Type1MetricFont::GetGlyphById metodo

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

Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Glyphs::GlyphId> id) override
ParametroTipoDescrizione
idSystem::SharedPtr<Glyphs::GlyphId>Identificatore del glifo.

ReturnValue

Glifo.

Vedi anche

Type1MetricFont::GetGlyphById(System::String) method

Restituisce il glifo per ID glifo. Non supportato per il tipo Type1MetricFont.

System::SharedPtr<Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::String id) override
ParametroTipoDescrizione
idSystem::StringIdentificatore del glifo.

ReturnValue

Glifo.

Vedi anche