Description Usage Arguments Details Value Author(s)
Gets the current run. When iterating by run, at the end of each
line, there's a position with a NULL
run, so this function can return
NULL
. The NULL
run at the end of each line ensures that all lines have
at least one run, even lines consisting of only a newline.
1 | pangoLayoutIterGetRun(object)
|
|
[ |
Use the faster pangoLayoutIterGetRunReadonly
if you do not plan
to modify the contents of the run (glyphs, glyph widths, etc.).
[PangoLayoutRun] the current run.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.