fillText

Draw text centered on a point on a DirectView.

nothrow @nogc
void
fillText
(
V
StringType
)
(
auto ref V surface
,,
StringType s
,,,,
float positionX
,
float positionY
,
HorizontalAlignment horzAlign = HorizontalAlignment.center
,
VerticalAlignment vertAlign = VerticalAlignment.center
)
if (
is(ViewColor!V == RGBA)
)

Meta