summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04upgrade fonttools and fontmakeRasmus Andersson1-7/+9
2019-05-27tooling: upgrade python librariesRasmus Andersson1-6/+7
2019-03-27Fixup STAT tables of single-axis variable fonts to aid desktop apps (style ↵Rasmus Andersson1-0/+3
linking). Related to #142
2019-02-10Upgrade toolchain. glyphsLib 3.2.0b2 -> 3.2.0; fontmake 1.8.0 -> 1.9.1Rasmus Andersson1-2/+2
2019-02-03fontbuild: upgrade glyphsLib, ufo2ft and fsRasmus Andersson1-4/+4
2019-01-07upgrade ufo2ft that includes fixed fonttools. This means we can also drop ↵Rasmus Andersson1-1/+1
our temporary fonttools patch. Related to https://github.com/fonttools/fonttools/pull/1430 and https://github.com/googlei18n/ufo2ft/issues/306
2019-01-05patch fonttools instead of ufo2ftRasmus Andersson1-0/+1
2019-01-04Workaround for Python 3 bug in ufo2ft which caused invalid OTF files to be ↵Rasmus Andersson1-1/+3
generated. Closes #110
2018-11-28Upgrade toolchain to Python 3, fontmake 1.8.0 and numpy 1.15.4Rasmus Andersson1-4/+2
2018-10-11tooling: upgrade glyphsLib and fontmakeRasmus Andersson1-2/+2
2018-10-11upgrade glyphsLib and fontmakeRasmus Andersson1-1/+2
2018-09-07use Skia's pathops instead of the impressively slow booleanOperations, ↵Rasmus Andersson1-0/+2
speeding up builds by a large factor
2018-09-04cleanup python requirements.txtRasmus Andersson1-19/+1
2018-09-03Major overhaul, moving from UFO2 to Glyphs and UFO3, plus a brand new and ↵Rasmus Andersson1-11/+22
much simpler fontbuild
2018-09-01very slightly upgrade ufo2ftRasmus Andersson1-1/+1
2018-08-28upgrade dependenciesRasmus Andersson1-12/+12
2017-11-29Adds script for verifying font filesRasmus Andersson1-0/+1
2017-09-04Speeds up font compilation by around 200%Rasmus Andersson1-3/+1
Cython is used to compile some hot paths into native Python extensions. These hot paths were identified through running ufocompile with the hotshot profiler and then converting file by file to Cython, starting with the "hottest" paths and continuing until returns were deminishing. This means that only a few Python files were converted to Cython. Closes #23 Closes #20 (really this time)
2017-08-22Initial public commitv1.0Rasmus Andersson1-0/+14