예제 #1
0
 public void Prepare(string text, TextureFont font, out TextHandle handle)
 {
     handle = new TextHandle(text, font.font);
 }
예제 #2
0
 public void Prepare(string text, TextureFont font, out TextHandle handle)
 {
     handle = new TextHandle(text, font.font);
 }
예제 #3
0
 public void Draw(string text, TextureFont font)
 {
     Print(text, font.font, Color.White);
 }
예제 #4
0
 public void Draw(string text, TextureFont font)
 {
     Print(text, font.font, Color.White);
 }