PangoLayout
.pangoLayoutGetLine(object, line)
object
line
pango_layout_get_line_count(layout) - 1
, inclusive.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
.pangoLayoutGetLineReadonly
if you do not plan
to modify the contents of the line (glyphs, glyph widths, etc.).