Method
PangoLayoutIterget_line
Declaration [src]
PangoLayoutLine*
pango_layout_iter_get_line (
PangoLayoutIter* iter
)
Description [src]
Gets the current line.
Use the faster pango_layout_iter_get_line_readonly()
if
you do not plan to modify the contents of the line (glyphs,
glyph widths, etc.).
Return value
Returns: | PangoLayoutLine |
The current line. |
|
The data is owned by the instance. |