dlangui v0.9.76 (2017-06-21T06:58:02Z)
Home
Dub
Repo
Font.drawMultilineText
dlangui
graphics
fonts
Font
draws multiline text with line splitting
class
Font
void
drawMultilineText
(
DrawBuf
buf
,
int
x
,
int
y
,
const
dchar
[]
text
,
uint
color
,
int
maxLines
= 0
,
int
maxWidth
= 0
,
int
tabSize
= 4
,
int
tabOffset
= 0
,
uint
textFlags
= 0
)
Meta
Source
See Implementation
dlangui
graphics
fonts
Font
destructors
~this
functions
charWidth
checkpoint
cleanup
clear
clearGlyphCache
drawColoredText
drawMultilineText
drawText
getCharGlyph
measureMultilineText
measureText
textSize
properties
antialiased
baseline
face
family
height
isFixed
isNull
italic
size
spaceWidth
weight
variables
_spaceWidth
_textSizeBuffer
draws multiline text with line splitting