#!/usr/bin/perl
#
# usage: make_head head.src
#
# build a head (TTF HEADer) table.
# source format is compatible with disp_head.
#
#	2002/2/3, by 1@2ch
#	* public domain *
#

require 'lib_form.pl';
require 'form_head.pl';

make_form(@ARGV);
