#!/bin/sh
# $Id: printafm,v 1.1 2002/12/28 01:46:15 drempel Exp $
# Print the metrics from a font in AFM format.  Usage:
#	printafm fontname
# Output goes to stdout.

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