Computer Science Canada

strings on backgrounds

Author:  aqazwsx1 [ Sun Jan 11, 2009 11:34 am ]
Post subject:  strings on backgrounds

How can you put strings on a picture background (JPG) .I try to do that but the strings erase my background. Is there a way to show put statements on the a background picture without erasing it not using font.draw ? Thanks in advance!

Author:  syntax_error [ Sun Jan 11, 2009 11:37 am ]
Post subject:  RE:strings on backgrounds

Why do you not want to use font.draw?

Author:  Euphoracle [ Sun Jan 11, 2009 11:45 am ]
Post subject:  RE:strings on backgrounds

No, there isn't. However, you can write a wrapper for it, so you don't need to worry about positioning Font.Draw all the time.

Author:  aqazwsx1 [ Sun Jan 11, 2009 12:47 pm ]
Post subject:  Re: strings on backgrounds

what do you mean? Can you how me exmaples?

Author:  aqazwsx1 [ Sun Jan 11, 2009 12:47 pm ]
Post subject:  Re: strings on backgrounds

anyone else can help?

Author:  Tony [ Sun Jan 11, 2009 4:03 pm ]
Post subject:  RE:strings on backgrounds

You have to use Font.Draw. A wrapper is a helpful function that "wraps around" another function call (while setting up default arguments, or doing some other useful work), making it easier to work with that wrapped call.


: