Function CanvasItem.drawString
Draws a string using a custom font.
void drawString
(
Font font,
const(Vector2) position,
const(String) text,
const(Color) modulate = Color(0.00000F, 0.00000F, 0.00000F, 1.00000F, ).this(1.00000F, 1.00000F, 1.00000F, 1.00000F),
const(long) clip_w = -1L
) nothrow @nogc;