dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
fillText
dplug
graphics
font
Draw text centered on a point on a DirectView.
nothrow @
nogc
void
fillText
(
V
StringType
)
(
auto
ref
V
surface
,
Font
font
,
StringType
s
,
float
fontSizePx
,
float
letterSpacingPx
,
RGBA
textColor
,
float
positionx
,
float
positiony
)
if
(
isWritableView
!
V
&&
is
(
ViewColor
!
V
==
RGBA
)
)
Meta
Source
See Implementation
dplug
graphics
font
classes
Font
functions
fillText
Draw text centered on a point on a DirectView.