Package: pango

Function pango:itemize-with-base-dir

Lambda List

pango:itemize-with-base-dir (context direction text start length attrs iter)

Arguments

context -- a pango:context object holding information that affects the itemization process
direction -- a pango:direction value for the base direction to use for bidirectional processing
text -- a string for the text to itemize, must be valid UTF-8
start -- an integer for the first byte in text to process
length -- an integer for the number of bytes, not characters, to process after start, this must be >= 0
attrs -- a pango:attr-list instance for the set of attributes that apply to text
iter -- a cached pango:attr-iterator attribute iterator, or nil

Return Value

The list of pango:item instances.

Details

Like the pango:itemize function, but the base direction to use when computing bidirectional levels, is specified explicitly rather than gotten from the pango:context object. See also the pango:context-base-dir function.
 

See also

2025-3-2