From 364c5f8f7fb1c13fc9432233d9377726271f6669 Mon Sep 17 00:00:00 2001 From: xero Date: Sat, 30 Apr 2016 23:19:59 -0400 Subject: add ttf2dbf converter script by @sshbio --- bin/bin/ttf2bdf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/bin/ttf2bdf 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") -- cgit v1.2.1