Method
Pango.Layout.get_lines
Declaration [src]
GSList*
pango_layout_get_lines (
PangoLayout* layout
)
Description [src]
Returns the lines of the layout
as a list.
Use the faster pango_layout_get_lines_readonly()
if you do not
plan to modify the contents of the lines (glyphs, glyph widths, etc.).
Return value
Returns: A list of PangoLayoutLine |
|
a |
|
The data is owned by the called function |