Aspose::Font::Type1::Type1MetricFont::GetGlyphById method

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

Returns glyph by glyph id. Not supported for Type1MetricFont type.

System::SharedPtr<Aspose::Font::Glyphs::Glyph> Aspose::Font::Type1::Type1MetricFont::GetGlyphById(System::SharedPtr<Aspose::Font::Glyphs::GlyphId> id) override
ParameterTypeDescription
idSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Glyph identifier.

ReturnValue

Glyph.

See Also

Type1MetricFont::GetGlyphById(System::String) method

Returns glyph by glyph id. Not supported for Type1MetricFont type.

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

ReturnValue

Glyph.

See Also