v2.2.0
- Added
overlapsBackend
option to select "pathops" as alternative libary for removing overlaps: https://github.com/fonttools/skia-pathops - setup.py: added "pathops" to
extras_require
. You can install ufo2ft with support for skia-pathops with e.g.pip install ufo2ft[pathops]
. - Added
enum34
to installation requirements, only for python < 3.4. This is a backport of python3'senum
module.