diff --git a/README.rst b/README.rst index 7e1f117c2..7b3f99597 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,13 @@ are required to unlock the extra features named "ufo", etc. * `reportlab `__: Python toolkit for generating PDFs and graphics. +- ``Lib/fontTools/pens/freetypePen.py`` + + Pen to drawing glyphs with FreeType as raster images, requires: + + * `freetype-py `__: Python binding + for the FreeType library. + How to make a new release ~~~~~~~~~~~~~~~~~~~~~~~~~