diff options
author | xero <x@xero.nu> | 2016-04-30 23:19:59 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2016-04-30 23:19:59 -0400 |
commit | 364c5f8f7fb1c13fc9432233d9377726271f6669 (patch) | |
tree | e40cb20b47c8df0010fce74d200adfa6b896fdf6 /bin | |
parent | e3fc78e78cd6c6764dd2a744a895fdc77d5084fe (diff) | |
download | dotfiles_ascii-364c5f8f7fb1c13fc9432233d9377726271f6669.tar.xz dotfiles_ascii-364c5f8f7fb1c13fc9432233d9377726271f6669.zip |
add ttf2dbf converter script by @sshbio
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bin/ttf2bdf | 4 |
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") |