aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxero <x@xero.nu>2016-04-30 23:19:59 -0400
committerxero <x@xero.nu>2016-04-30 23:19:59 -0400
commit364c5f8f7fb1c13fc9432233d9377726271f6669 (patch)
treee40cb20b47c8df0010fce74d200adfa6b896fdf6
parente3fc78e78cd6c6764dd2a744a895fdc77d5084fe (diff)
downloaddotfiles_ascii-364c5f8f7fb1c13fc9432233d9377726271f6669.tar.xz
dotfiles_ascii-364c5f8f7fb1c13fc9432233d9377726271f6669.zip
add ttf2dbf converter script by @sshbio
-rw-r--r--bin/bin/ttf2bdf4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bin/ttf2bdf b/bin/bin/ttf2bdf
new file mode 100644
index 0000000..c01f3d5
--- /dev/null
+++ b/bin/bin/ttf2bdf
@@ -0,0 +1,4 @@
+#!/usr/bin/fontforge
+Open($1)
+BitmapsAvail([12])
+Generate($1:r + ".bdf", "bdf")