blob: f61cff2f3b550d3f4d22b00e556d2bbe024d57e6 (
plain)
1
2
3
4
5
|
A Python wrapping of the FreeType 1.2 rendering engine for TrueType fonts.
Most of this is a direct and nearly exhaustive translation of the FreeType
API. A few of the functions have been given more "Pythonic" wrappings for
convenience. There are also a couple of _de_novo_ convenience functions to
access certain bits of data.
|