Package: pango

Function pango:layout-iter-index

Lambda List

pango:layout-iter-index (iter)

Arguments

iter -- a pango:layout-iter instance

Return Value

The integer with the current byte index.

Details

Gets the current byte index. Note that iterating forward by char moves in visual order, not logical order, so indexes may not be sequential. Also, the index may be equal to the length of the text in the Pango layout, if on the NULL run. See the pango:layout-iter-run function.
 

See also

2025-2-15