0

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?

Joost Verbraeken
  • 883
  • 2
  • 15
  • 30

1 Answers1

0

Not without modifying your GLUT implementation to add additional enums and font bitmaps.

genpfault
  • 51,148
  • 11
  • 85
  • 139