Skip to content

v2.2.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 18 Aug 12:49
· 1302 commits to main since this release
v2.2.0
2682b59
  • 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's enum module.