Skip to content

v2.5.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 01 Nov 16:01
v2.5.0
44f3199

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