Page 1 of 1

custom fonts (tiny, sans, serife, fixed) in different sizes

Posted: 11 Oct 2010, 19:51
by HaWe
another content from the annals of nxtasy:

user defined ric fonts.

test program:

Code: Select all

string filename;
#download "Tiny_7.ric"
#download "Sans_8.ric"
#download "Serife_8.ric"
#download "Fixed_8.ric"
task main(){
  filename ="Tiny_7.ric";
  FontTextOut(0, 50, filename, filename+"-ABCabc123.45");
  filename ="Sans_8.ric";
  FontTextOut(0, 34, filename, filename+"-ABCabc123.45");
  filename ="Serife_8.ric";
  FontTextOut(0, 20, filename, filename+"-ABCabc123.45");
  filename ="Fixed_8.ric";
  FontTextOut(0, 0, filename, filename+"-ABCabc123.45");
  while (true);
}
download files: