NameDateSize

..10-Nov-202533

aclocal.m4H A D10-Nov-2025148.4 KiB

ChangeLogH A D10-Nov-202581.7 KiB

compileH A D10-Nov-20257.4 KiB

config/H10-Nov-202562

config.guessH A D10-Nov-202549.5 KiB

config.h.inH A D10-Nov-20256.1 KiB

config.subH A D10-Nov-202536 KiB

configureH A D10-Nov-2025409.9 KiB

configure.acH A D10-Nov-20255.6 KiB

COPYINGH A D10-Nov-20257.4 KiB

depcompH A D10-Nov-202523.1 KiB

devbook.amH A D10-Nov-20251.7 KiB

difs/H10-Nov-20254 KiB

doc/H10-Nov-202566

include/H10-Nov-20254 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515.1 KiB

m4/H10-Nov-202530

Makefile.amH A D10-Nov-20252.7 KiB

Makefile.inH A D10-Nov-202540.5 KiB

man/H10-Nov-202559

missingH A D10-Nov-20257.5 KiB

os/H10-Nov-20254 KiB

README.mdH A D10-Nov-20251.8 KiB

README.md

1All questions regarding this software should be directed at the
2Xorg mailing list:
3
4  https://lists.x.org/mailman/listinfo/xorg
5
6The primary development code repository can be found at:
7
8  https://gitlab.freedesktop.org/xorg/app/xfs
9
10Please submit bug reports and requests to merge patches there.
11
12For 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
22Installation instructions for fontserver
23
241 - If you don't want to use the default config file location,
25run configure with the --with-default-config-file=path option to
26point to the correct place.
27
28An example config file is in ./config
29
302 - modify the config file so the 'catalogue'
31parameter points to a set of valid font directories.
32
33At this point the test programs should work.  Start the font server
34(xfs &) and try some tests.  Most of the clients take
35a command line switch of where to find the server, and
36FSlib understands the environment variable FONTSERVER.
37The format is the same as Xlib, (ie, hostname:server_number).
38
39The doc directory contains various pieces of documentation on the font
40server and associated software:
41
42    xfs-design.xml	- DocBook source of fontserver design overview
43
44Tested font formats:
45
46The fontserver has been tested with PCF, Speedo, SNF and BDF formats.
47
48Tested environments:
49
50the fontserver and clients have been built & tested on SPARC running
514.x and a DECstation 3100 running V4.0.  it should work ok on any 32
52bit UNIX w/ BSD sockets.
53
54------------------------------------------------------------------------------
55
56