Computer Science Canada

text as background

Author:  85882 [ Fri Jun 13, 2003 12:20 pm ]
Post subject:  text as background

Is there a way to put a text as a background?

Author:  JSBN [ Fri Jun 13, 2003 12:25 pm ]
Post subject: 

what exactly do u mean? i guess you could just put text on the screen using locate and specifying it's size and stuff (see Font.Draw)

Author:  85882 [ Fri Jun 13, 2003 12:31 pm ]
Post subject: 

I just want to put a text as the background, instead of an Image.

Author:  Asok [ Fri Jun 13, 2003 1:32 pm ]
Post subject: 

umm. yea, er... putting text on the screen would be considered the background considering it's in 2D, you can then draw over it to add "Depth"

Author:  Tony [ Fri Jun 13, 2003 2:39 pm ]
Post subject: 

write a procedure to draw screen full of text, and when you normally would call Pic.Draw for background, call your procedure instead to redraw the text.

Author:  Andy [ Fri Jun 13, 2003 4:55 pm ]
Post subject: 

or draw the text first, save it using Pic.New and then just draw the pic


: