drawText
fn
void drawText(string text, int x, int y)Draws text at a position.
The position specifies the baseline of the text.
Parameters
text | Text to draw |
x | X position |
y | Y position (baseline) Example: |