Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Releases: googlefonts/cu2qu

v1.6.7.post2

16 Nov 13:19
v1.6.7.post2
4cbc9b6
Compare
Choose a tag to compare
  • Build wheels for Python 3.11. No code changes since 1.6.7

v1.6.7.post1

09 Aug 16:19
Compare
Choose a tag to compare

Refresh wheels

v1.6.7

07 Feb 13:24
eaeef05
Compare
Choose a tag to compare
  • Order errors hierarchically for easier catching.
  • Update shadow Cython module.

v1.6.6

13 Sep 13:30
6ab03d4
Compare
Choose a tag to compare

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

01 Nov 16:48
v1.6.5
3543e4f
Compare
Choose a tag to compare

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

18 Oct 09:36
v1.6.4
104f887
Compare
Choose a tag to compare

Fix installation issue with older pip when no 'wheel' module is installed (#157).

v1.6.3

11 Oct 21:32
Compare
Choose a tag to compare

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

11 Oct 17:43
v1.6.2
f779813
Compare
Choose a tag to compare

Fixed an issue in Cu2QuPointPen with special quadratic contours containing no on-curve points.
trufont/trufont#595

v1.6.1

09 Oct 11:08
v1.6.1
ad5471c
Compare
Choose a tag to compare

Fixes 1-unit differences in the converted output that were introduced with v1.6.0: #155

v1.6.0

26 Sep 20:33
v1.6.0
bc28816
Compare
Choose a tag to compare

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