Results 1 to 4 of 4

Thread: Drawing fonts on surface

  1. #1

    Drawing fonts on surface

    Hi! Now I have access to the backbuffer, I want to draw text directly to the surface. How can I read Windows font information to write the pixels?

  2. #2

    Drawing fonts on surface

    That is the slowest way to wrote text to the screen. Take a look at D3DXFont if you want to use Windows fonts in your app.

  3. #3

    Drawing fonts on surface

    Thanks! I will check...

  4. #4

    Drawing fonts on surface

    just use billboards to print fonts is my advice. Get a program that makes bmp from true type and go..
    Marmin^.Style

Bookmarks

Posting Permissions

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