ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
drawText
ae
utils
graphics
fonts
draw
Draw text using a bitmap font.
void
drawText
(
V
FONT
S
COLOR
)
(
auto
ref
V
v
,
xy_t
x
,
xy_t
y
,
S
s
,
ref
FONT
font
,
COLOR
color
)
if
(
isWritableView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
Meta
Source
See Implementation
ae
utils
graphics
fonts
draw
functions
drawText
Draw text using a bitmap font.