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 [ method@Pango.Context.set_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 [struct@Pango.Item] structures. The items should be freed using [method@Pango.Item.free] probably in combination with [func@GLib.List.free_full]. |