Esempio n. 1
0
File: Font.cs Progetto: HaKDMoDz/Psy
 public void DrawString(string text, Rectangle rectangle, TextFormat format, Color4 color)
 {
     DrawString(null, text, rectangle, MapTextFormat(format), color.ToColor4());
 }
Esempio n. 2
0
File: Font.cs Progetto: HaKDMoDz/Psy
 public void DrawString(string text, int x, int y, Color4 color)
 {
     DrawString(null, text, x, y, color.ToColor4());
 }