get_run_readonly


Description:

[ Version ( since = "1.16" ) ]
public unowned LayoutRun? get_run_readonly ()

Gets the current run for read-only access.

When iterating by run, at the end of each line, there's a position with a null run, so this function can return null. 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.

This is a faster alternative to [method@Pango.LayoutIter.get_run], but the user is not expected to modify the contents of the run (glyphs, glyph widths, etc.).

Parameters:

this

a `PangoLayoutIter`

Returns:

the current run, that should not be modified