finalcut/fonts/bdf2pcf.sh

7 lines
122 B
Bash
Raw Normal View History

#!/bin/sh
2015-05-23 13:35:12 +02:00
2017-11-03 05:04:27 +01:00
test -f 8x16graph.pcf.gz && rm 8x16graph.pcf.gz
2015-05-23 13:35:12 +02:00
bdftopcf -o 8x16graph.pcf 8x16graph.bdf
gzip -9 8x16graph.pcf