Aspose::Font::Type1::Type1Font::GetGlyphById method

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

Returns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. Type1Font glyph id can be instance of (GlyphStringId) class or (GlyphUInt32Id) class.

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

ReturnValue

Glyph.

See Also

Type1Font::GetGlyphById(System::String) method

Returns glyph by glyph id.

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

ReturnValue

Glyph.

See Also

Type1Font::GetGlyphById(uint32_t) method

Returns glyph by glyph id.

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

ReturnValue

Glyph.

See Also