I'm using glutBitmapCharacter of pyOpenGL in Python, but the only fonts I can choose to use are helvetica and times_new_roman. Is it possible to add more fonts?
Asked
Active
Viewed 621 times
1 Answers
0
Not without modifying your GLUT implementation to add additional enum
s and font bitmaps.

genpfault
- 51,148
- 11
- 85
- 139
-
How can I do that? In OpenGL.GLUT.fonts I see a list of GLUT_... fonts, but when I try to add one I get an error (of course). – Joost Verbraeken Jul 04 '14 at 07:45