]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/tools/vt/fontcvt/terminus.sh
MFC 219886, 226100, 226111, 226341, 242529, 259015, 259016, 259019, 259049,
[FreeBSD/stable/9.git] / tools / tools / vt / fontcvt / terminus.sh
1 #!/bin/sh
2 for i in 6:12 8:14 8:16 10:18 10:20 11:22 12:24 14:28 16:32
3 do
4         C=`echo $i | cut -f 1 -d :`
5         R=`echo $i | cut -f 2 -d :`
6         ./fontcvt \
7                 $C $R \
8                 ~/terminus-font-4.36/ter-u${R}n.bdf \
9                 ~/terminus-font-4.36/ter-u${R}b.bdf \
10                 terminus-u${R}.vfnt
11         gzip -9nf terminus-u${R}.vfnt
12 done