libspiro

Library to simplify the drawing of curves with spiro splines

brewmacoslinux
Try with needOr install directly
Source

About

Library to simplify the drawing of curves

Commands

libspiro

Examples

Convert spiro points to bezier curves in a font editor or vector graphics application$ libspiro-convert input.spiro output.bezier
Use libspiro as a C library in font design tools like FontForge$ #include <spiro.h>
Verify spiro library installation and version$ pkg-config --modversion libspiro