Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoItemizeWithBaseDir

pangoItemizeWithBaseDir


Description

Like pangoItemize, but the base direction to use when computing bidirectional levels (see pangoContextSetBaseDir), is specified explicitly rather than gotten from the PangoContext.

Usage

pangoItemizeWithBaseDir(context, base.dir, text, start.index, 
    length, attrs, cached.iter = NULL)

Arguments

context

[PangoContext] a structure holding information that affects the itemization process.

base.dir

[PangoDirection] base direction to use for bidirectional processing

text

[char] the text to itemize.

start.index

[integer] first byte in text to process

length

[integer] the number of bytes (not characters) to process after start.index. This must be >= 0.

attrs

[PangoAttrList] the set of attributes that apply to text.

cached.iter

[PangoAttrIterator] Cached attribute iterator, or NULL

Details

Since 1.4

Value

[list] a list of PangoItem structures.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.