Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
pangoLayoutGetLines: pangoLayoutGetLines
Description
Returns the lines of the
layout
as a list.
Usage
pangoLayoutGetLines(object)
Arguments
object
[
PangoLayout
] a
PangoLayout
Value
element-type Pango.LayoutLine): (transfer
none.
Details
Use the faster
pangoLayoutGetLinesReadonly
if you do not plan to modify the contents of the lines (glyphs, glyph widths, etc.).