Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pangoLayoutGetLine

pangoLayoutGetLine


Description

Retrieves a particular line from a PangoLayout.

Usage

pangoLayoutGetLine(object, line)

Arguments

object

[PangoLayout] a PangoLayout

line

[integer] the index of a line, which must be between 0 and pango_layout_get_line_count(layout) - 1, inclusive.

Details

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

Value

[PangoLayoutLine] the requested PangoLayoutLine, or NULL if the index is out of range. This layout line can be ref'ed and retained, but will become invalid if changes are made to the PangoLayout.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.