source: buchla-68k/font/make-font.sh

Last change on this file was 018c029, checked in by Thomas Lopatic <thomas@…>, 5 years ago

Create web fonts.

  • Property mode set to 100755
File size: 146 bytes
Line 
1#!/bin/bash
2
3gcc -Wall -Wextra -O2 -o svg-glyphs svg-glyphs.c
4
5mkdir -p glyphs
6
7./svg-glyphs
8./svg-font.py
9
10rm buchla.afm svg-glyphs
11rm -r glyphs
Note: See TracBrowser for help on using the repository browser.