summaryrefslogtreecommitdiff
path: root/app/xfs/README
blob: a0490dcabc6006d2569180914f3359eb6c2e5237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* $Xorg: README,v 1.3 2000/08/17 19:54:19 cpqbld Exp $ */
Installation instructions for fontserver

1 - set DefaultFSConfigFile to point to the correct place, if the default
    is not what you want.

    an example config file is in ./config

2 - modify the file named by DefaultFsConfigFile 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).

See mit/doc/fontserver:

./doc
	various pieces of documentation on the font server and associated
	software:

	FSlib.doc	- short summary of the FSlib functions and their args
	test_progs	- description of the clients & test programs
	design.ms	- troff 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.