README.md
1 All questions regarding this software should be directed at the
2 Xorg mailing list:
3
4 https://lists.x.org/mailman/listinfo/xorg
5
6 The primary development code repository can be found at:
7
8 https://gitlab.freedesktop.org/xorg/app/xfs
9
10 Please submit bug reports and requests to merge patches there.
11
12 For patch submission instructions, see:
13
14 https://www.x.org/wiki/Development/Documentation/SubmittingPatches
15
16 ------------------------------------------------------------------------------
17
18 [The rest of these notes come from the original X11R5 implementation
19 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
20 but are otherwise a bit stale.]
21
22 Installation instructions for fontserver
23
24 1 - If you don't want to use the default config file location,
25 run configure with the --with-default-config-file=path option to
26 point to the correct place.
27
28 An example config file is in ./config
29
30 2 - modify the config file so the 'catalogue'
31 parameter points to a set of valid font directories.
32
33 At this point the test programs should work. Start the font server
34 (xfs &) and try some tests. Most of the clients take
35 a command line switch of where to find the server, and
36 FSlib understands the environment variable FONTSERVER.
37 The format is the same as Xlib, (ie, hostname:server_number).
38
39 The doc directory contains various pieces of documentation on the font
40 server and associated software:
41
42 xfs-design.xml - DocBook source of fontserver design overview
43
44 Tested font formats:
45
46 The fontserver has been tested with PCF, Speedo, SNF and BDF formats.
47
48 Tested environments:
49
50 the fontserver and clients have been built & tested on SPARC running
51 4.x and a DECstation 3100 running V4.0. it should work ok on any 32
52 bit UNIX w/ BSD sockets.
53
54 ------------------------------------------------------------------------------
55
56