Method
Pango.Layout.get_line
Declaration [src]
PangoLayoutLine*
pango_layout_get_line (
  PangoLayout* layout,
  int line
)
Description [src]
Retrieves a particular line from a PangoLayout.
Use the faster pango_layout_get_line_readonly() if you do not
plan to modify the contents of the line (glyphs, glyph widths, etc.).
Parameters
| line | int | 
| the index of a line, which must be between 0 and
        | 
Return value
| Returns: PangoLayoutLine | |
| the requested  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |