pangoLayoutGetLines {RGtk2}R Documentation

pangoLayoutGetLines

Description

Returns the lines of the layout as a list.

Usage

pangoLayoutGetLines(object)

Arguments

object [PangoLayout] a PangoLayout

Value

[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.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]