#!/bin/sh # Usage: # $0 # for .list and .ps # for everything else (like 12.afont, # 12.font, dict, ...) #DIR=${NEWSHOME-/usr/NeWS}/fonts set -x # make the ascii font from the list of ascii bitmap files... mkiconfont $1.list $2 >${2}${3}.afb # convert the ascii font into a bitmap font dumpfont -d. ${2}${3}.afb # build the font families for all the fonts in the current directory bldfamily -d. # build a post script reference file egrep "^(STARTCHAR|ENCODING)" ${2}${3}.afb>${1}.ps ed - ${1}.ps<