#!/bin/sh
# $Id: printafm,v 1.1.1.2 1999/02/22 03:05:37 scottc Exp $
# Print the metrics from a font in AFM format.  Usage:
#	printafm fontname
# Output goes to stdout.

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