summaryrefslogtreecommitdiff
path: root/gs/lib/printafm
blob: 45fa1e67e011173239a6b2f1a91e85c9f0b6deb8 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Print the metrics from a font in AFM format.  Usage:
#	printafm fontname
# Output goes to stdout.

exec gs -q -dNODISPLAY -- printafm.ps "$@"