Overview
TextLayout 是Python的Aspose.Font FOSS中的一个类.
结果是一个 TextRenderer.布局() 的电话.
特性: ascender, descender, glyphs, total_width.
Properties
| Name | Type | Access | Description |
|---|
glyphs | list[GlyphLayout] | 阅读/写作 | 得到或设置字符. |
total_width | float | 阅读/写作 | 得到或设置总宽度. |
ascender | float | 阅读/写作 | 得到或设置升降器. |
descender | float | 阅读/写作 | 得到或设置下降. |
See Also