Codebase list xfonts-mona / 1aa1ba1e-2b31-4477-af8c-d143137a5e99/main ttftools / disp_head
1aa1ba1e-2b31-4477-af8c-d143137a5e99/main

Tree @1aa1ba1e-2b31-4477-af8c-d143137a5e99/main (Download .tar.gz)

disp_head @1aa1ba1e-2b31-4477-af8c-d143137a5e99/mainraw · history · blame

#!/usr/bin/env perl
# $Id: disp_head,v 1.4 2003/08/05 16:26:37 s42335 Exp $
#
# usage: disp_head head
#    or: disp_head -    (from stdin)
#
# display the content of head/bhea (HEADer / Bitmap HEAder) table.
# output format is compatible with make_head.
#
#	2002/2/3, by 1@2ch
#	* public domain *
#

$p=$0; $p=~s:[^/]+$::; push(@INC,$p);
require 'lib_form.pl';
require 'form_head.pl';

disp_form(@ARGV);