Like `pango_itemize()`, but with an explicitly specified base direction.
The base direction is used when computing bidirectional levels. [func@itemize] gets the base direction from the `PangoContext` (see [ [email protected]_base_dir]).
context |
a structure holding information that affects the itemization process. |
base_dir |
base direction to use for bidirectional processing |
text |
the text to itemize. |
start_index |
first byte in |
length |
the number of bytes (not characters) to process after |
attrs |
the set of attributes that apply to |
cached_iter |
Cached attribute iterator |
a `GList` of [[email protected]] structures. The items should be freed using [[email protected]] probably in combination with [[email protected]_full]. |