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