Codebase list xfonts-mona / debian/2.21-4 ttftools / disp_head
debian/2.21-4

Tree @debian/2.21-4 (Download .tar.gz)

disp_head @debian/2.21-4raw · history · blame

#!/usr/bin/perl
#
# 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 *
#

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

disp_form(@ARGV);