Exemplo n.º 1
0
 public static Line renderf(Color c, String text, Object... args) {
   return (std.render(String.format(text, args), c));
 }
Exemplo n.º 2
0
 public static Line render(String text, Color c) {
   return (std.render(text, c));
 }