xenocara/app/xfs
2010-10-31 19:35:19 +00:00
..
config Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
difs Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
doc Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
include Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
m4 Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
man Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
os Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
aclocal.m4 Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
AUTHORS Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
ChangeLog Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
config.guess regen 2006-12-16 17:56:18 +00:00
config.sub regen 2006-12-16 17:56:18 +00:00
configure Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
configure.ac Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
COPYING update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
depcomp Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
INSTALL Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
install-sh Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
Makefile.am Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
Makefile.bsd-wrapper Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
Makefile.in Update to xfs 1.1.1 2010-10-31 19:35:19 +00:00
missing Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
NEWS Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00
README update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
xfs-config.h.in update to xfs 1.1.0. 2009-10-10 10:12:48 +00:00
xfs.def Importing from X.Org indiviual releases 2006-11-26 14:43:35 +00:00

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/xfs

        http://cgit.freedesktop.org/xorg/app/xfs

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage

------------------------------------------------------------------------------

[The rest of these notes come from the original X11R5 implementation
 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
 but are otherwise a bit stale.]

Installation instructions for fontserver

1 - If you don't want to use the default config file location,
    run configure with the --with-default-config-file=path option to 
    point to the correct place.

    An example config file is in ./config

2 - modify the config file so the 'catalogue'
	parameter points to a set of valid font directories.

At this point the test programs should work.  Start the font server
	(xfs &) and try some tests.  Most of the clients take
	a command line switch of where to find the server, and
	FSlib understands the environment variable FONTSERVER.
	The format is the same as Xlib, (ie, hostname:server_number).

The doc directory contains various pieces of documentation on the font
server and associated software:

	xfs-design.xml	- DocBook source of fontserver design overview

Tested font formats:

The fontserver has been tested with PCF, Speedo, SNF and BDF formats.

Tested environments:

the fontserver and clients have been built & tested on SPARC running
4.x and a DECstation 3100 running V4.0.  it should work ok on any 32
bit UNIX w/ BSD sockets.

------------------------------------------------------------------------------