Skip to content

v2.11.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 03 Dec 12:45
v2.11.0
83aacfe
  • Dropped support for Python 2.7. Python 3.6 or greater is now required.
  • Bumped minimum requirements:
    • fonttools >= 4.2.0
    • cu2qu >= 1.6.6
    • booleanOperations >= 0.9.0
  • When computing the glyph bounding boxes, the ufo2ft.outlineCompiler now uses the compiled TTGlyph or CFF CharString objects instead of the UFO glyphs, since the latter may still contain float coordinates and component offsets, which could lead to incorrect off-by-one bounds and sidebearings (#356, googlefonts/fontmake#593).