summaryrefslogtreecommitdiff
path: root/third_party/spiro/README
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/spiro/README')
-rw-r--r--third_party/spiro/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/third_party/spiro/README b/third_party/spiro/README
new file mode 100644
index 0000000..e6a2d4b
--- /dev/null
+++ b/third_party/spiro/README
@@ -0,0 +1,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.