PDA

Click to See Complete Forum and Search --> : Text Out! Need Help!


Gaming_World
Jan 25th, 2002, 02:21 PM
I am using the TextOut API, and I need to remove the text printed using it, without using a .cls method. The background is a picture (and the picture is not a solid color).

Zaei
Jan 25th, 2002, 02:36 PM
What is the objective? At first glance I would say to simply find the size of the text you are about to print, then Store that part of the image into a memory DC, then TextOut. TO remove the text, simply blit the stored area back over the text. But, this may not be the best solution for your application. It depends.

Z.

Gaming_World
Jan 25th, 2002, 03:01 PM
I found a solution, simlar to this, which has an effect on the FPS of less then 1.