text

v0.0.3
text(str, x, y);

Draw text on the screen

Arguments

strString to render
xThe x position of the start of the text
yThe y position of the top of the text

Fonts are not yet implemented

fill(150, 50, 255);
text('Hello lu5!', 40, 60);
See text in shapes.h