Hi all,
I've coded python bindings for the freetype library (high-level API only, using ctypes) and made an example to show text rendering using OpenGL.
(http://code.google.com/p/freetype-py/)
Get the sources from:
svn checkout http://freetype-py.googlecode.com/svn/trunk/ freetype-py-read-only
Install it and then you can test "opengl.py" from the examples directory.
Nicolas |