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

Releases: googlefonts/cu2qu

v1.6.7.post2

Choose a tag to compare

@github-actions github-actions released this 16 Nov 13:19
v1.6.7.post2
4cbc9b6
  • Build wheels for Python 3.11. No code changes since 1.6.7

v1.6.7.post1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 16:19

Refresh wheels

v1.6.7

Choose a tag to compare

@madig madig released this 07 Feb 13:24
eaeef05
  • Order errors hierarchically for easier catching.
  • Update shadow Cython module.

v1.6.6

Choose a tag to compare

@anthrotype anthrotype released this 13 Sep 13:30
6ab03d4

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

Choose a tag to compare

@anthrotype anthrotype released this 01 Nov 16:48
v1.6.5
3543e4f

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

Choose a tag to compare

@anthrotype anthrotype released this 18 Oct 09:36
v1.6.4
104f887

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

v1.6.3

Choose a tag to compare

@anthrotype anthrotype released this 11 Oct 21:32

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

Choose a tag to compare

@anthrotype anthrotype released this 11 Oct 17:43
v1.6.2
f779813

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

v1.6.1

Choose a tag to compare

@anthrotype anthrotype released this 09 Oct 11:08
v1.6.1
ad5471c

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

v1.6.0

Choose a tag to compare

@anthrotype anthrotype released this 26 Sep 20:33
v1.6.0
bc28816

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