#!/usr/bin/perl
#
# usage: disp_hhea hhea
#    or: disp_hhea -    (from stdin)
#
# display the content of hhea (Horizontal metrics table HEAder) table.
# output format is compatible with make_hhea.
#
#	2002/2/3, by 1@2ch
#	* public domain *
#

require 'lib_form.pl';
require 'form_hhea.pl';

disp_form(@ARGV);
