source:
buchla-68k/font/make-font.sh
| Last change on this file was 018c029, checked in by , 6 years ago | |
|---|---|
|
|
| File size: 146 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/bash |
| 2 | |
| 3 | gcc -Wall -Wextra -O2 -o svg-glyphs svg-glyphs.c |
| 4 | |
| 5 | mkdir -p glyphs |
| 6 | |
| 7 | ./svg-glyphs |
| 8 | ./svg-font.py |
| 9 | |
| 10 | rm buchla.afm svg-glyphs |
| 11 | rm -r glyphs |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)