python-cu2qu
Cubic-to-quadratic bezier curve conversion
This library provides functions which take in UFO objects (such as Defcon Fonts or Robofab RFonts) and converts any cubic curves to quadratic. The most useful function is probably fonts_to_quadratic.
- Versions: 1.6.7.post2
- Website: https://github.com/googlefonts/cu2qu
- Licenses: ASL 2.0
- Package source: gnu/packages/fontutils.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-cu2qu as follows:
guix install python-cu2qu
Or install a particular version:
guix install python-cu2qu@1.6.7.post2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-cu2qu about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-cu2qu'><img src='https://packages.guix.gnu.org/packages/python-cu2qu/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-cu2qu)
Example Org:
[[https://packages.guix.gnu.org/packages/python-cu2qu][https://packages.guix.gnu.org/packages/python-cu2qu/badges/latest-version.svg]]