| pangoLayoutGetLines {RGtk2.10} | R Documentation |
Returns the lines of the layout as a list.
pangoLayoutGetLines(object)
|
[PangoLayout] a PangoLayout |
[list] a list containing the lines in the layout. This
points to internal data of the PangoLayout and must be used with
care. It will become invalid on any change to the layout's
text or properties.
Derived by RGtkGen from GTK+ documentation