Hey, I m drawing text with OpenGL in Python. It all works ok, however the font is really bad. If I make it thick the letters start to look very occurred (especially the ones which are round like 'o' or 'g'. For the purpose of my program it must be thick. Is there any font I could use which does not look so bad when thickened, or is there another way to draw it? I am really stuck and will appreciate any answer,
A:
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=43
At the bottom is the python version of this lesson which shows you how to load freetype fonts with the Python Image Library (PIL) http://www.pythonware.com/products/pil/
manifest
2010-01-06 02:24:17