aboutsummaryrefslogtreecommitdiff
path: root/bdf2otb.pe
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-08 19:50:56 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-08 19:52:22 +0200
commitdfcf2da3561dc2708c0b9ebbcf5bb1bbd3c33749 (patch)
treec94dc645d4fde856c17d73f970d966a26c177540 /bdf2otb.pe
parentd4b1ddbeebc469d9696e0877cc6bf1d21663eccf (diff)
downloadfnt-dfcf2da3561dc2708c0b9ebbcf5bb1bbd3c33749.tar.gz
Convert bd2 -> otb
Diffstat (limited to 'bdf2otb.pe')
-rw-r--r--bdf2otb.pe7
1 files changed, 7 insertions, 0 deletions
diff --git a/bdf2otb.pe b/bdf2otb.pe
new file mode 100644
index 0000000..a61bbee
--- /dev/null
+++ b/bdf2otb.pe
@@ -0,0 +1,7 @@
+#!/usr/bin/env fontforge
+i=1
+while (i<$argc)
+ Open($argv[i])
+ Generate($argv[i]:r + ".otb")
+ i = i+1
+endloop