Kamilche wrote:
> 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 ....

Typically you don't "own" a font, but you have a license to use it.
You need to read the license to figure out what you are allowed to do
with it.

--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to