Menu

Tree [r10] /
 History

HTTPS access


File Date Author Commit
 java 2009-05-08 pfaedit [r10] Add Java implementation
 Makefile.in 2007-10-30 pfaedit [r8] Drat. The makefile still contained the definiti...
 README 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 README-RaphLevien 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 aclocal.m4 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 bezctx.c 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 bezctx.h 2007-10-29 pfaedit [r6] Add protection against double includes.
 bezctx_intf.h 2007-10-29 pfaedit [r6] Add protection against double includes.
 config.guess 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 config.sub 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 configure 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 configure.in 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 get-spiro-src.sh 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 gpl.txt 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 install-sh 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 ltmain.sh 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 spiro.c 2007-10-29 pfaedit [r5] Oh. VERBOSE is defined in the file. Comment it ...
 spiro.h 2007-10-29 pfaedit [r6] Add protection against double includes.
 spiroentrypoints.c 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 spiroentrypoints.h 2007-10-28 pfaedit [r1] Initial upload of libspiro sources.
 zmisc.h 2007-10-29 pfaedit [r6] Add protection against double includes.

Read Me

This is a shared library designed to give FontForge (and others) access to
Raph Levien's spiro splines. 

You may (possibly) be able to obtain more recent versions of Spiro from
    http://levien.com/garden/ppedit/
use the get-spiro-src.sh script to do so.

To build, type
    ./configure
    make
    make install

Currently I extract very little from spiro, just the bare minimum to convert
a series of (marked) points to a set of cubic bezier curves which ff can use.