LayoutIter
A PangoLayoutIter
can be used to iterate over the visual extents of a PangoLayout
.
To obtain a PangoLayoutIter
, use method@Pango.Layout.get_iter.
The PangoLayoutIter
structure is opaque, and has no user-visible fields.
Skipped during bindings generation
parameter
y0
: y0: Out parameter is not supportedmethod
get_run
: Return type LayoutRun is unsupportedmethod
get_run_readonly
: Return type LayoutRun is unsupported
Constructors
Functions
Determines whether @iter is on the last line of the layout.
Copies a PangoLayoutIter
.
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.
Obtains the extents of the PangoLayout
being iterated over.
Gets the current line.
Obtains the extents of the current line.
Gets the current line for read-only access.
Gets the Y position of the current run's baseline, in layout coordinates.
Gets the extents of the current run in layout coordinates.
Moves @iter forward to the next cluster in visual order.