robotools / extractor

Tools for extracting data from font binaries into UFO objects.
MIT License
51 stars 16 forks source link

Py3 only #31

Closed jenskutilek closed 4 years ago

typemytype commented 4 years ago

py3.5 is not supported by fontTools and will raises: No matching distribution found for fonttools[lxml,type1,ufo,unicode,woff]>=4.0.0 (from ufo-extractor==0.3.1.dev0)

typemytype commented 4 years ago

thanks Jens!