Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: frontend for emulators in opengl

  1. #11
    Quote Originally Posted by Nitrogen View Post
    If you are using Font4.pas to render out the Font Studio fonts (that procedure above comes from / was derived from Font4.pas) then it will draw the bitmap font characters upside down by default because of this line:

    Code:
    const
          USE_INVERTED = true; //Use this if you use inverted GL coordinates
                                         //where (0,0) is the top left corner.
    I see you've just fixed it manually, but setting that to false may have fixed it too.
    Oh my god so simply so simply
    Thanks nitrogen...

  2. #12
    Quote Originally Posted by chronozphere View Post
    Interesting. I faced this problem a long time ago, but I probably overlooked that constant. Thanks for the heads up.
    What can i say me too

Page 2 of 2 FirstFirst 12

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
  •