* These fonts are for Hanterm304 - i.e. Johab fonts!

* You have 2 options when you install these.

	1) use xmkmf ; then make install.

		Here, I have NOT included the routine for installing
		the compressed PCF fonts since some does support while
		some does NOT.

		If you want to save disk space and can use compressed fonts,
		use (2) option.

		<*Note 1*> Easy way to check this is just look into
		$(X_TOP_DIR)/lib/X11/fonts/misc and see if it has any
		*.pcf.Z files or *.pcf.gz.

	2) use the Makefile.noimake to install

		$(DESTDIR) :
			where you want to put these fonts)

		$(COMPRESS) :
			if your X server can handle compressed pcf -
			and most likely your X server does; then set this to
			be the compress problem you want to use such as
			'compress'; if NOT, just set it as 'test'.

			if your X server can handle *.Z, then use 'compress';
			if your X server can handle *.gz, then use 'gzip'.
			(refer to <*Note 1*> above on how to check)

		Then just run:
		"make -f Makefile.noimake install"

Daeshik Kim
dkim@cwc.com // hellcat@korea.slip.umd.edu

Also, you can reach me to 'hellcat' or 'HellCat' on some Korean Internet BBS.
