TextLayout
Overview
TextLayout is a class in Aspose.Font FOSS for Python.
Result of a TextRenderer.layout() call.
Properties: ascender, descender, glyphs, total_width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyphs | list[GlyphLayout] | Read/Write | Gets or sets the glyphs. |
total_width | float | Read/Write | Gets or sets the total width. |
ascender | float | Read/Write | Gets or sets the ascender. |
descender | float | Read/Write | Gets or sets the descender. |