pangoItemize
, but the base direction to use when
computing bidirectional levels (see pangoContextSetBaseDir
),
is specified explicitly rather than gotten from the PangoContext
.pangoItemizeWithBaseDir(context, base.dir, text, start.index, length, attrs, cached.iter = NULL)
context
PangoContext
] a structure holding information that affects
the itemization process.base.dir
PangoDirection
] base direction to use for bidirectional processingtext
start.index
text
to processlength
start.index
.
This must be >= 0.attrs
PangoAttrList
] the set of attributes that apply to text
.cached.iter
PangoAttrIterator
] Cached attribute iterator, or NULL
list
of PangoItem
structures.