#!/bin/sh
# $RCSfile: printafm,v $ $Revision: 1.1.2.1 $
# Print the metrics from a font in AFM format.  Usage:
#	printafm fontname
# Output goes to stdout.

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