pangoItemizeWithBaseDir {RGtk2} | R Documentation |
Like 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)
|
[PangoContext ] a structure holding information that affects
the itemization process. |
|
[PangoDirection ] base direction to use for bidirectional processing |
|
[char] the text to itemize. |
|
[integer] first byte in text to process |
|
[integer] the number of bytes (not characters) to process
after start.index .
This must be >= 0. |
|
[PangoAttrList ] the set of attributes that apply to text . |
|
[PangoAttrIterator ] Cached attribute iterator, or NULL |
Since 1.4
[list] a list
of PangoItem
structures.
Derived by RGtkGen from GTK+ documentation