summaryrefslogtreecommitdiff
path: root/fonts/mbboard/source/COMPILE
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/mbboard/source/COMPILE
Initial commit
Diffstat (limited to 'fonts/mbboard/source/COMPILE')
-rw-r--r--fonts/mbboard/source/COMPILE27
1 files changed, 27 insertions, 0 deletions
diff --git a/fonts/mbboard/source/COMPILE b/fonts/mbboard/source/COMPILE
new file mode 100644
index 0000000000..89efb8e181
--- /dev/null
+++ b/fonts/mbboard/source/COMPILE
@@ -0,0 +1,27 @@
+#! /bin/bash
+# blackboard typefaces by Anthony Phan.
+# file: @compile (stupid compilation script)
+# last modification: 09.08.2001.
+#
+# This script is helful for me. I just type 'bash @compile'
+# then drink my coffee. It produces metrics and bitmaps (pk)
+# for the 'ljfour' mode, then it wipes out temporary files
+# and put the useful stuff in some directory...
+# PLEASE CHANGE THE THIS FILE FOR YOUR OWN NEEDS.
+
+for xx in 17 12 10 9 8 7 6 5
+do
+ mf "\mode=ljfour; input mbb$xx"; gftopk mbb$xx.600gf;
+ mf "\mode=ljfour; mag=1.2; input mbb$xx"; gftopk mbb$xx.720gf;
+ mf "\mode=ljfour; input mbbx$xx"; gftopk mbbx$xx.600gf;
+ mf "\mode=ljfour; mag=1.2; input mbbx$xx"; gftopk mbbx$xx.720gf;
+done;
+
+for fontxx in mbbheb10 mbbgr10 mbbi10 mbbsl10 mbbsc10 mbbr10 mbbcr10
+do
+ mf "\mode=ljfour; input $fontxx"; gftopk $fontxx.600gf;
+ mf "\mode=ljfour; mag=1.2; input $fontxx"; gftopk $fontxx.720gf;
+done;
+
+mv *.tfm ../tfm; mv *pk ../pk; rm *gf; rm *.log;
+