pangoLayoutGetLinesReadonly {RGtk2}R Documentation

pangoLayoutGetLinesReadonly

Description

Returns the lines of the layout as a list.

Usage

pangoLayoutGetLinesReadonly(object)

Arguments

object [PangoLayout] a PangoLayout

Details

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

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. No changes should be made to the lines.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]