I've added a small function: draw_font. It's usage is basically the same as draw_text, but allows you to render with custom bitmap fonts and some other features of TEXT
Code:
draw_font("Hello World", 16, 16, vector(0, 255, 0), font, SHADOW, 100);



Visit my site: www.masterq32.de