text

Draws text string at specified location. Returns next x position.

nothrow @trusted @nogc
float
text
(
T
)
(,
float x
,
float y
,
const(T)[] str
)
if (
isAnyCharType!T
)

See Also

Meta