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] element-type Pango.LayoutLine): (transfer none. element-type Pango.LayoutLine): (transfer none.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.31 Index]