pangoLayoutGetLinesReadonly {RGtk2} | R Documentation |
Returns the lines of the layout
as a list.
pangoLayoutGetLinesReadonly(object)
|
This is a faster alternative to pangoLayoutGetLines
,
but the user is not expected
to modify the contents of the lines (glyphs, glyph widths, etc.).
Since 1.16
[list] a
listcontaining 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. No changes should be made to the lines. [ element-type Pango.LayoutLine][ transfer none ]
Derived by RGtkGen from GTK+ documentation