| 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)
|
[ |
|
[ |
|
[char] the text to itemize. |
|
[integer] first byte in |
|
[integer] the number of bytes (not characters) to process
after |
|
[ |
|
[ |
Since 1.4
[list] a list of PangoItem structures.
Derived by RGtkGen from GTK+ documentation