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)
|
a structure holding information that affects the itemization process. |
|
base direction to use for bidirectional processing |
|
the text to itemize. |
|
first byte in |
|
the number of bytes (not characters) to process
after |
|
the set of attributes that apply to |
|
Cached attribute iterator, or |
Since 1.4
[list] a
listof
PangoItem
structures.
Derived by RGtkGen from GTK+ documentation