fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
Style.drawText
fluid
style
Style
Draw text using the same params as
measureText
.
void
drawText
(Image image, Rectangle rect, string text, bool wrap)
void
drawText
(Image image, Rectangle rect, string text, Color color, bool wrap)
class
Style
deprecated
const
void
drawText
(
ref
Image
image
,
Rectangle
rect
,
string
text
,
Color
color
,
bool
wrap
= true
)
Meta
Source
See Implementation
fluid
style
Style
aliases
loadFont
constructors
this
enums
Side
functions
contentBox
drawBackground
drawText
fullMargin
measureText
setDPI
totalMargin
update
static functions
cropBox
init
loadTypeface
static variables
_currentTheme
_styleStack
structs
__anonymous
Draw text using the same params as measureText.