public void drawString(string text, float x, float y) { _font.draw(this, text, x, y); }
public void drawString(string text, float x, float y) { beginRendering(); _font.draw(this, text, x, y); }