Package: pango

Function pango-itemize-with-base-dir

Lambda List

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

Arguments

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

Return Value

A list of pango-item instances.

Details

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

See also

2021-1-12