Like itemize, but the base direction to use when computing bidirectional levels (see set_base_dir), is specified explicitly rather than gotten from the Context.
Item structures. The items should be freed using pango_item_free probably in
combination with foreach, and the list itself using
g_list_free.
| text | the text to itemize. |
| context | a structure holding information that affects the itemization process. |
| cached_iter | Cached attribute iterator, or null
|
| base_dir | base direction to use for bidirectional processing |
| attrs | the set of attributes that apply to text. |
| length | the number of bytes (not characters) to process after start_index. This must be >= 0. |
| start_index | first byte in text to process |
| a List of |