Method
PangoLayoutget_lines_readonly
Declaration [src]
GSList*
pango_layout_get_lines_readonly (
PangoLayout* layout
)
Description [src]
Returns the lines of the layout
as a list.
This is a faster alternative to pango_layout_get_lines()
,
but the user is not expected to modify the contents of the lines
(glyphs, glyph widths, etc.).
Available since: | 1.16 |
Return value
Returns: | A list of PangoLayoutLine |
A |
|
The data is owned by the instance. |