TTFQuery for Python

TTFQuery builds on the FontTools package to allow the Python programmer to accomplish a number of tasks:

With these functionalities, it is possible to readily create OpenGL solid-text rendering libraries which can accept abstract font-family names as font specifiers and deliver platform-specific TTF files to match those libraries.  TTFQuery doesn't provide rendering services, but a sample implementation can be found in the OpenGLContext project, from which TTFQuery was refactored.

TTFQuery can be downloaded from the project page on SourceForge.  You will obviously need the FontTools package installed to use it, and that in turn requires the Numeric Python (numpy) package.

Changes

Version 1.0.0

Version 1.0.0a1

Version 0.2.6

Version 0.2.5

Note: there's no reason to update from 0.2.4 for OpenGLContext users, as none of the patched errors affect OpenGLContext's use of the package.

Version 0.2.4