Example #1
0
 public void drawString(string text, float x, float y)
 {
     _font.draw(this, text, x, y);
 }
Example #2
0
 public void drawString(string text, float x, float y)
 {
     beginRendering();
     _font.draw(this, text, x, y);
 }