Results 1 to 3 of 3

Thread: Text Out! Need Help!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962

    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).
    Involved in: Sentience

  2. #2
    Zaei
    Guest
    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.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Oregon
    Posts
    962
    I found a solution, simlar to this, which has an effect on the FPS of less then 1.
    Involved in: Sentience

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width