Thursday, October 11, 2007
crt_out_text_rewrite
back to index
Procedure crt_out_text_rewrite(x,y : integer; textstring :shortstring);
this overwrites the space with black and it then prints the letter...
If you want to get fancy you would save the background and then write it back.. would be a little slower though.
Procedure crt_out_text_rewrite(x,y : integer; textstring :shortstring);
this overwrites the space with black and it then prints the letter...
If you want to get fancy you would save the background and then write it back.. would be a little slower though.