I have a question for all you Pythoneers out there. I'm making a game with Python, and have a need for fonts. I am currently using a free TrueType font, but am considering switching to a bitmap font instead.
Let's say I own a font, and use it in a paint program to 'draw some text' on a picture that I slap up on the Internet. Everything's probably fine, right? But what if I draw some text on a bitmap on the hard drive, add drop shadows and decorations, and use it to 'blit' text in a game? The answer is less obvious to me then. Any advice you could offer would be greatly appreciated! --Kamilche -- http://mail.python.org/mailman/listinfo/python-list