#!/usr/bin/perl -w # clean up BDF files created by psf2bdf. $px = shift || die "$0: missing pixel size argument"; $pointsize = $px * 10; $avgwidth = $px * 10; # square font! $font = "-BW-Fauxtari Fixed Mono-Medium-R-Normal--$px-$pointsize-75-75-C-$avgwidth-iso10646-1"; while(<>) { chomp; if(/^STARTPROPERTIES\s+(\d+)/) { $oldprop = $1; $newprop = $oldprop + 15; print <