Determines whether iter is on the last line of the layout.
Copies a pango.layout_iter.LayoutIter.
Gets the Y position of the current line's baseline, in layout coordinates.
Gets the extents of the current character, in layout coordinates.
Gets the extents of the current cluster, in layout coordinates.
Gets the current byte index.
Gets the layout associated with a pango.layout_iter.LayoutIter.
Obtains the extents of the pango.layout.Layout being iterated over.
Gets the current line.
Obtains the extents of the current line.
Gets the current line for read-only access.
Divides the vertical space in the pango.layout.Layout being iterated over between the lines in the layout, and returns the space belonging to the current line.
Gets the current run.
Gets the Y position of the current run's baseline, in layout coordinates.
Gets the extents of the current run in layout coordinates.
Gets the current run for read-only access.
Moves iter forward to the next character in visual order.
Moves iter forward to the next cluster in visual order.
Moves iter forward to the start of the next line.
Moves iter forward to the next run in visual order.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.layout_iter.LayoutIter can be used to iterate over the visual extents of a pango.layout.Layout.
To obtain a pango.layout_iter.LayoutIter, use pango.layout.Layout.getIter.
The pango.layout_iter.LayoutIter structure is opaque, and has no user-visible fields.