]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/vt/fontcvt/terminus.sh
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / vt / fontcvt / terminus.sh
1 #!/bin/sh
2 # $FreeBSD$
3
4 for i in 6:12 8:14 8:16 10:18 10:20 11:22 12:24 14:28 16:32
5 do
6         C=`echo $i | cut -f 1 -d :`
7         R=`echo $i | cut -f 2 -d :`
8         ./vtfontcvt \
9                 -w $C -h $R \
10                 ~/terminus-font-4.36/ter-u${R}n.bdf \
11                 ~/terminus-font-4.36/ter-u${R}b.bdf \
12                 terminus-u${R}.vfnt
13         gzip -9nf terminus-u${R}.vfnt
14 done