cu2qu is a Python library for converting cubic bezier curves to quadratic bezier curves, commonly used in font engineering workflows such as converting cubic outlines (TrueType) to quadratic outlines (OpenType). Current version 1.6.7.post2 is in maintenance mode, with infrequent updates.
pip install cu2quVerified import paths — ran on the pinned version, not inferred.
Demonstrates using CurveToQuadraticPen to convert a cubic bezier curve to quadratic. Requires a target pen (here RecordingPen from fonttools) to record the output.
Ensure fonttools is installed and use pens like fonttools.pens.recordingPen.RecordingPen to capture output.
Migrate to fonttools' own quadratic conversion tools or use the pens module directly.
Pin to cu2qu==1.6.7 if post-release causes issues.
No dependency data recorded yet.