README 662 B

123456789101112131415161718192021222324
  1. Spiro release 0.01
  2. 4 May 2007
  3. Raph Levien
  4. This is a very rough release of the Spiro toolset that I've been using
  5. to create my fonts. The main program is ppedit, and there's a more
  6. detailed README in that directory.
  7. To build ppedit, do:
  8. cd ppedit
  9. make
  10. It requires Gtk2 and cairo.
  11. The curves/ subdirectory contains python utilities for manipulating
  12. curves, including a Bezier optimizer.
  13. The font/ subdirectory contains tools for segmenting scans and
  14. compositing them into classes, suitable for tracing over. (Note,
  15. however, that the gtk2 build of ppedit doesn't yet load background
  16. images for tracing).
  17. Always see http://levien.com/spiro/ for more updates.