|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| config/ | H | 03-May-2022 | - | 586 | 462 |
| difs/ | H | 28-Nov-2017 | - | 6,648 | 4,880 |
| doc/ | H | 28-Nov-2017 | - | 1,953 | 1,690 |
| include/ | H | 28-Nov-2017 | - | 1,963 | 701 |
| m4/ | H | 28-Nov-2017 | - | 50 | 47 |
| man/ | H | 28-Nov-2017 | - | 982 | 800 |
| os/ | H | 28-Nov-2017 | - | 3,885 | 2,617 |
| COPYING | H A D | 28-Nov-2017 | 7.4 KiB | 147 | 116 |
| ChangeLog | H A D | 28-Nov-2017 | 66.8 KiB | 1,913 | 1,276 |
| INSTALL | H A D | 28-Nov-2017 | 15.4 KiB | 371 | 288 |
| Makefile.am | H A D | 28-Nov-2017 | 2.6 KiB | 108 | 73 |
| Makefile.in | H A D | 28-Nov-2017 | 36.9 KiB | 1,121 | 990 |
| README | H A D | 28-Nov-2017 | 2 KiB | 64 | 38 |
| aclocal.m4 | H A D | 28-Nov-2017 | 142.4 KiB | 3,955 | 3,615 |
| compile | H A D | 28-Nov-2017 | 7.2 KiB | 349 | 259 |
| config.guess | H A D | 28-Nov-2017 | 43.3 KiB | 1,477 | 1,283 |
| config.h.in | H A D | 28-Nov-2017 | 3.2 KiB | 133 | 94 |
| config.sub | H A D | 28-Nov-2017 | 35.7 KiB | 1,837 | 1,699 |
| configure | H A D | 28-Nov-2017 | 382.8 KiB | 13,738 | 10,961 |
| configure.ac | H A D | 28-Nov-2017 | 5.5 KiB | 149 | 128 |
| depcomp | H A D | 28-Nov-2017 | 23 KiB | 792 | 502 |
| devbook.am | H A D | 28-Nov-2017 | 1.7 KiB | 56 | 45 |
| install-sh | H A D | 28-Nov-2017 | 14.3 KiB | 502 | 327 |
| missing | H A D | 28-Nov-2017 | 6.7 KiB | 216 | 143 |
README
1All questions regarding this software should be directed at the
2Xorg mailing list:
3
4 http://lists.freedesktop.org/mailman/listinfo/xorg
5
6Please submit bug reports to the Xorg bugzilla:
7
8 https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
9
10The master development code repository can be found at:
11
12 git://anongit.freedesktop.org/git/xorg/app/xfs
13
14 http://cgit.freedesktop.org/xorg/app/xfs
15
16For patch submission instructions, see:
17
18 http://www.x.org/wiki/Development/Documentation/SubmittingPatches
19
20For more information on the git code manager, see:
21
22 http://wiki.x.org/wiki/GitPage
23
24------------------------------------------------------------------------------
25
26[The rest of these notes come from the original X11R5 implementation
27 in 1991, and have been updated slightly for the xfs 1.1.0 modular release,
28 but are otherwise a bit stale.]
29
30Installation instructions for fontserver
31
321 - If you don't want to use the default config file location,
33 run configure with the --with-default-config-file=path option to
34 point to the correct place.
35
36 An example config file is in ./config
37
382 - modify the config file so the 'catalogue'
39 parameter points to a set of valid font directories.
40
41At this point the test programs should work. Start the font server
42 (xfs &) and try some tests. Most of the clients take
43 a command line switch of where to find the server, and
44 FSlib understands the environment variable FONTSERVER.
45 The format is the same as Xlib, (ie, hostname:server_number).
46
47The doc directory contains various pieces of documentation on the font
48server and associated software:
49
50 xfs-design.xml - DocBook source of fontserver design overview
51
52Tested font formats:
53
54The fontserver has been tested with PCF, Speedo, SNF and BDF formats.
55
56Tested environments:
57
58the fontserver and clients have been built & tested on SPARC running
594.x and a DECstation 3100 running V4.0. it should work ok on any 32
60bit UNIX w/ BSD sockets.
61
62------------------------------------------------------------------------------
63
64