a structure holding information that affects the itemization process.
base direction to use for bidirectional processing
the text to itemize.
first byte in @text to process
the number of bytes (not characters) to process after @start_index. This must be >= 0.
the set of attributes that apply to @text.
Cached attribute iterator, or %NULL
a GList of [struct@Pango.Item] structures. The items should be freed using [method@Pango.Item.free] probably in combination with g_list_free_full().
1.4
Like pango_itemize(), but with an explicitly specified base direction.
The base direction is used when computing bidirectional levels. (see [method@Pango.Context.set_base_dir]). [func@itemize] gets the base direction from the PangoContext.