NeHe lesson 13 - Bitmap Fonts

Started by
0 comments, last by Anon Mike 15 years, 6 months ago
Hi all, I was wondering how can i get accented characters using bitmap fonts? using the lesson 13 code, if i try to print "olá" it will only show up "ol"... Any ideas? thanks Julien
Advertisement
The call to wglUseFontBitmaps creates display lists only for characters 32-128. á is 225 (in Unicode, no clue what it is if you aren't using Unicode). The easy fix is just to make more display lists.
-Mike

This topic is closed to new replies.

Advertisement