Type1MetricFont.GetGlyphById
GetGlyphById(string)
Returns glyph by glyph id. Not supported for Type1MetricFont
type.
public override Glyph GetGlyphById(string id)
Parameter | Type | Description |
---|---|---|
id | String | Glyph identifier. |
Return Value
Glyph.
See Also
- class Glyph
- class Type1MetricFont
- namespace Aspose.Font.Type1
- assembly Aspose.Font
GetGlyphById(GlyphId)
Returns glyph by glyph id. Not supported for Type1MetricFont
type.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Type | Description |
---|---|---|
id | GlyphId | Glyph identifier. |
Return Value
Glyph.
See Also
- class Glyph
- class GlyphId
- class Type1MetricFont
- namespace Aspose.Font.Type1
- assembly Aspose.Font