blob: 97e09ae83b63d59fb7fc46ff20d18f4e9ecaca99 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# $Id: printafm,v 1.1 2000/03/09 08:40:40 lpd Exp $
# Print the metrics from a font in AFM format. Usage:
# printafm fontname
# Output goes to stdout.
exec gs -q -dNODISPLAY -- printafm.ps "$@"
|