示例#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);
 }