TextLayoutOptions
Overview
TextLayoutOptions is a class in Aspose.PDF FOSS for Python.
Configure complex-text shaping and line layout for Page.add_text.
Properties: alignment, direction, fallback_fonts, features, language, line_height, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | str | Read | Gets the direction. |
language | str | None | Read | Gets the language. |
script | str | None | Read | Gets the script. |
features | Mapping[str, int | bool] | Read | Gets the features. |
fallback_fonts | Sequence[Any] | Read | Gets the fallback fonts. |
max_width | float | None | Read | Gets the max width. |
line_height | float | None | Read | Gets the line height. |
alignment | str | Read | Gets the alignment. |