python3-freetype

Freetype Python bindings for Python 3
  https://github.com/rougier/freetype-py
  0
  no reviews



Freetype Python provides bindings for the FreeType library. Only the high-level API is bound.

All the font access is done through the FreeType2 library, which supports many formats. It can render images of characters with high-quality hinting and antialiasing, extract metrics information, and extract the outlines of characters in scalable formats like TrueType.

This is the Python 3 version of the package.