Glyph
Overview
Glyph is a class in Aspose.Font FOSS for Python.
Glyph.glyph_id identifies the glyph using its numeric GlyphId.
Properties: advance_width, glyph_id, glyph_name, lsb, path.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | GlyphId | Read/Write | Gets or sets the glyph id. |
glyph_name | str | None | Read/Write | Gets or sets the glyph name. |
path | GlyphPath | None | Read/Write | Gets or sets the path. |
advance_width | int | Read/Write | Gets or sets the advance width. |
lsb | int | Read/Write | Gets or sets the lsb. |