ae ~next (2021-10-23T04:25:29.3345725)
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.