home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DTP Toolbox
/
DTPToolbox.iso
/
utilities
/
postscript
/
ghostscript
/
batch
/
printafm
< 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
|
1996-01-22
|
154 b
|
7 lines
#!/bin/sh
# Print the metrics from a font in AFM format. Usage:
# printafm fontname
# Output goes to stdout.
exec gs -q -dNODISPLAY -- printafm.ps "$@"