X Font Server for *.ttf Files

Create the font server:

	make xfstt && make install

Test the font server with *.ttf files in the xyz directory,
you need an application that knows how to deal with variable
width fonts like xcoral.

	mkdir /etc/ttfonts
	ln -s xyz /etc/ttfonts
	xfstt --sync
	xset +fp unix/:7100
	xcoral -fn "TTM400_Times New Roman" RasterHints.cpp

	when done clean up with

	xset -fp unix/:7100
	xfstt --kill

Use the font server:

	create links to all font directories in /etc/ttfonts
	e.g.
	ln -s /DOS/windows/fonts	/etc/ttfonts/winfonts
	ln -s /DOS/windows		/etc/ttfonts/morefonts

	then do

	xfstt --sync

	will search all directories with the pathname "/etc/ttfonts/*"  
	in order to find and catalog the *.ttf font files. After they have
	been cataloged the --sync option should be omitted for performance
	reasons.

	Add the line

	FontPath "unix/:7100"

	in the "Files" section of the X Windows configuration file.
	For linux systems this usually is the /etc/XF86Config file.
