|
-
Jan 25th, 2002, 03:21 PM
#1
Thread Starter
Fanatic Member
Text Out! Need Help!
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).
-
Jan 25th, 2002, 03:36 PM
#2
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.
-
Jan 25th, 2002, 04:01 PM
#3
Thread Starter
Fanatic Member
I found a solution, simlar to this, which has an effect on the FPS of less then 1.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|