dlangui v0.9.145 (2017-09-25T09:39:15Z)
Home
Dub
Repo
Font.measureMultilineText
dlangui
graphics
fonts
Font
measure multiline text with line splitting, returns width and height in pixels
class
Font
Point
measureMultilineText
(
const
dchar
[]
text
,
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
measure multiline text with line splitting, returns width and height in pixels