GlyphLayout
Overview
GlyphLayout is a class in Aspose.Font FOSS for Python.
A single glyph positioned in world-space layout coordinates.
Properties: advance_width, char, glyph_id, path, x_offset, y_offset.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
char | str | Read/Write | Gets or sets the char. |
glyph_id | GlyphId | Read/Write | Gets or sets the glyph id. |
x_offset | float | Read/Write | Gets or sets the x offset. |
y_offset | float | Read/Write | Gets or sets the y offset. |
advance_width | float | Read/Write | Gets or sets the advance width. |
path | GlyphPath | None | Read/Write | Gets or sets the path. |