v2.5.0
The optimizeCFF
compile option is no longer a bool, but now takes an integer (or enum) value:
- 0: no optimizations
- 1: charstring operators' specialization only, without subroutinization
- 2 (default): both specialization and subroutinization
Changes in installation requirements:
- fonttools[ufo] >= 3.32.0 (for the
fontTools.ufoLib
module);
Removed standalone 'ufoLib' from requirements. - defcon >= 0.6.0
- cu2qu >= 1.6.4