Description Usage Arguments Details Value Author(s)
Retrieves a particular line from a PangoLayout
.
1 | pangoLayoutGetLine(object, line)
|
|
[ |
|
[integer] the index of a line, which must be between 0 and
|
Use the faster pangoLayoutGetLineReadonly
if you do not plan
to modify the contents of the line (glyphs, glyph widths, etc.).
[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
.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.