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
| Parameter | Type | Description |
|---|---|---|
| id | System::SharedPtr<Aspose::Font::Glyphs::GlyphId> | Glyph identifier. |
ReturnValue
Glyph.
See Also
- Typedef SharedPtr
- Class Glyph
- Class GlyphId
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++
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
| Parameter | Type | Description |
|---|---|---|
| id | System::String | Glyph identifier. |
ReturnValue
Glyph.
See Also
- Typedef SharedPtr
- Class Glyph
- Class String
- Class Type1MetricFont
- Namespace Aspose::Font::Type1
- Library Aspose.Font for C++