blob: a41f5c45b074c10745a128814c77e1f64f37482f (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# $Id: printafm,v 1.3 2002/02/21 21:49:28 giles Exp $
# Print the metrics from a font in AFM format. Usage:
# printafm fontname
# Output goes to stdout.
exec gs -q -dNODISPLAY -- printafm.ps "$@"
|