home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2002 February
/
INTERNET88.ISO
/
pc
/
software
/
windows
/
bits
/
pdf995
/
data1.cab
/
Program_Executable_Files
/
res
/
pf2afm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-12-08
|
317 b
|
9 lines
#!/bin/sh
# $RCSfile: pf2afm,v $ $Revision: 1.1.2.2 $
# Make an AFM file from PFB / PFA and (optionally) PFM files. Usage:
# pf2afm fontfilename
# Output goes to fontfilename.afm, which must not already exist.
# See pf2afm.ps for more details.
exec gs -q -dNODISPLAY -dSAFER -dDELAYSAFER -- pf2afm.ps "$@"