Package: pango

Function pango:layout-iter-run

Lambda List

pango:layout-iter-run (iter)

Arguments

iter -- a pango:layout-iter instance

Return Value

The pango:glyph-item instance with the current run.

Details

Gets the current run. When iterating by run, at the end of each line, there is a position with a NULL run, so this function can return nil. The NULL run at the end of each line ensures that all lines have at least one run, even lines consisting of only a newline.

Use the faster pango:layout-iter-run-readonly function if you do not plan to modify the contents of the run (glyphs, glyph widths, and so on).
 

See also

2025-2-15