From fdab35063da39bfaf4c13c6a140b5c3c1c0600fe Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 30 Sep 2020 13:55:30 +0100 Subject: [PATCH] README.rst: mention 'pathops' among extras pip install fonttools[pathops] --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 7ee99331f..810f5fb1e 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,16 @@ are required to unlock the extra features named "ufo", etc. *Extra:* ``type1`` +- ``Lib/fontTools/ttLib/removeOverlaps.py`` + + Simplify TrueType glyphs by merging overlapping contours and components. + + * `skia-pathops `__: Python + bindings for the Skia library's PathOps module, performing boolean + operations on paths (union, intersection, etc.). + + *Extra:* ``pathops`` + - ``Lib/fontTools/pens/cocoaPen.py`` Pen for drawing glyphs with Cocoa ``NSBezierPath``, requires: