Computes the logical and ink extents of a layout line.
Computes the height of the line, as the maximum of the heights of fonts used in this line.
Returns the length of the line, in bytes.
Computes the logical and ink extents of layout_line in device units.
Returns the resolved direction of the line.
Returns the start index of the line, as byte index into the text of the layout.
Gets a list of visual ranges corresponding to a given logical range.
Converts an index within a line to a X position.
Converts from x offset to the byte index of the corresponding character within the text of the layout.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.
A pango.layout_line.LayoutLine represents one of the lines resulting from laying out a paragraph via pango.layout.Layout.
pango.layout_line.LayoutLine structures are obtained by calling pango.layout.Layout.getLine and are only valid until the text, attributes, or settings of the parent pango.layout.Layout are modified.