summaryrefslogtreecommitdiff
path: root/third_party/spiro/README
blob: e6a2d4ba591df2e13b41e05dc138205d27c8296d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Spiro release 0.01
4 May 2007
Raph Levien

This is a very rough release of the Spiro toolset that I've been using
to create my fonts. The main program is ppedit, and there's a more
detailed README in that directory.

To build ppedit, do:

cd ppedit
make

It requires Gtk2 and cairo.

The curves/ subdirectory contains python utilities for manipulating
curves, including a Bezier optimizer.

The font/ subdirectory contains tools for segmenting scans and
compositing them into classes, suitable for tracing over. (Note,
however, that the gtk2 build of ppedit doesn't yet load background
images for tracing).

Always see http://levien.com/spiro/ for more updates.