LayoutLine.this

Create a layout_line.LayoutLine boxed type.

  1. this(pango.layout.Layout layout, int startIndex, int length, uint isParagraphStart, uint resolvedDir)
    class LayoutLine
    this
    (,
    int startIndex = int.init
    ,
    int length = int.init
    ,
    uint isParagraphStart = uint.init
    ,
    uint resolvedDir = uint.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

layout pango.layout.Layout

the layout this line belongs to, might be null

startIndex int

start of line as byte index into layout->text

length int

length of line in bytes

isParagraphStart uint

#TRUE if this is the first line of the paragraph

resolvedDir uint

#Resolved PangoDirection of line