Struct TextLine

struct TextLine

Constructors

NameDescription
this (str)

Fields

TypeNameDescription
markup
bool
measured
dstring
str

Properties

TypeNameDescription
int
glyphCount[get]
const(FragmentGlyph[])
glyphs[get]
float
height[get]
SizeOf!(float)
size[get]
bool
wrapped[get]
const(LineSpan[])
wrapSpans[get]

Methods

NameDescription
draw (pr, x, y, boxWidth, style)
measure (style)
wrap (boxWidth)