pangoLayoutGetLines {RGtk2}R Documentation

pangoLayoutGetLines

Description

Returns the lines of the layout as a list.

Usage

pangoLayoutGetLines(object)

Arguments

object [PangoLayout] a PangoLayout

Details

Use the faster pangoLayoutGetLinesReadonly if you do not plan to modify the contents of the lines (glyphs, glyph widths, etc.).

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.12.5-3 Index]