Type1Font.GetGlyphById
Contents
[
Hide
]GetGlyphById(string)
Returns glyph by glyph id.
public virtual Glyph GetGlyphById(string id)
Parameter | Type | Description |
---|---|---|
id | String | Glyph id. |
Return Value
Glyph.
See Also
- class Glyph
- class Type1Font
- namespace Aspose.Font.Type1
- assembly Aspose.Font
GetGlyphById(uint)
Returns glyph by glyph id.
public Glyph GetGlyphById(uint id)
Parameter | Type | Description |
---|---|---|
id | UInt32 | Glyph id. |
Return Value
Glyph.
See Also
- class Glyph
- class Type1Font
- namespace Aspose.Font.Type1
- assembly Aspose.Font
GetGlyphById(GlyphId)
Returns glyph by glyph id. Glyph id is a unique number for a glyph, which is font type dependent. Type1 Font glyph id can be instance of (GlyphStringId
) class or (GlyphUInt32Id
) class.
public override Glyph GetGlyphById(GlyphId id)
Parameter | Type | Description |
---|---|---|
id | GlyphId | Glyph id. |
Return Value
Glyph.
See Also
- class Glyph
- class GlyphId
- class Type1Font
- namespace Aspose.Font.Type1
- assembly Aspose.Font