Releases: googlefonts/cu2qu
v1.6.7.post2
- Build wheels for Python 3.11. No code changes since 1.6.7
v1.6.7.post1
Refresh wheels
v1.6.7
v1.6.6
Fixed issue when converting curves compatibly, and for some contours the last and first points have the same coordinates. cu2qu was incorrectly reporting different number of segments between glyphs.
#185
googlefonts/fontmake#572
v1.6.5
Removed ufoLib
dependency, require fonttools[ufo]
(for fontTools.ufoLib
module).
Require defcon
> 0.6.0 for the cu2qu
console script.
This means UFOZ (zipped UFOs) can also be converted now.
v1.6.4
v1.6.3
Properly handle special quadratic contours without on-curve points.
The starting 'None' point should not be passed through to the other point pen, but simply skipped.
trufont/trufont#595
v1.6.2
Fixed an issue in Cu2QuPointPen with special quadratic contours containing no on-curve points.
trufont/trufont#595
v1.6.1
v1.6.0
Use Cython to build an (optional) optimized extension module that is twice as fast as the pure-Python version, while still producing identical output.
See https://github.com/googlei18n/cu2qu#installation