LayoutLine
A PangoLayoutLine
represents one of the lines resulting from laying out a paragraph via PangoLayout
.
PangoLayoutLine
structures are obtained by calling method@Pango.Layout.get_line and are only valid until the text, attributes, or settings of the parent PangoLayout
are modified.
Skipped during bindings generation
parameter
height
: height: Out parameter is not supportedparameter
ranges
: ranges: Out parameter is not supportedparameter
x_pos
: x_pos: Out parameter is not supportedparameter
index
: index: Out parameter is not supported
Constructors
Allocate a new LayoutLine.
Allocate a new LayoutLine using the provided AutofreeScope.
Allocate a new LayoutLine.
Allocate a new LayoutLine using the provided AutofreeScope.
Properties
Functions
Computes the logical and ink extents of a layout line.
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.
Returns whether this is the first line of the paragraph.
Increase the reference count of a PangoLayoutLine
by one.