Valadoc | Vala | Tutorial | API-References | Markup

itemize_with_base_dir


Description:

public unowned List itemize_with_base_dir (Context context, Direction base_dir, string text, int start_index, int length, AttrList attrs, AttrIterator cached_iter)

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.

Parameters:

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

Returns:

a List of

Namespace: Pango
Package: pango