pangoLayoutIterGetLine {RGtk2}R Documentation

pangoLayoutIterGetLine

Description

Gets the current line.

Usage

pangoLayoutIterGetLine(object)

Arguments

object [PangoLayoutIter] a PangoLayoutIter

Details

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

Value

[PangoLayoutLine] the current line.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]