freebsd-ports/print/py-freetype/pkg-descr
Maxim Sobolev a2f81fa3ff Add py-freetype 0.5, a Python wrapping of the FreeType 1.2 fonts
rendering engine. In fact the software called PyFT, but py-freetype
better reflects its purpose.
2001-03-08 19:05:52 +00:00

5 lines
331 B
Text

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.