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
a glib.list.List of pango.item.Item structures. The items should be freed using pango.item.Item.free probably in combination with glib.list.List.freeFull.
Like [pango.global.itemize], but with an explicitly specified base direction.
The base direction is used when computing bidirectional levels. funcitemize gets the base direction from the pango.context.Context (see pango.context.Context.setBaseDir).