Home | History | Annotate | only in /xsrc/external/mit/xfs/dist
Up to higher level directory
NameDateSize
aclocal.m416-Nov-2024148.4K
ChangeLog16-Nov-202481.7K
compile16-Nov-20247.4K
config/19-Feb-2026
config.guess16-Nov-202449.5K
config.h.in16-Nov-20246.1K
config.sub16-Nov-202436K
configure16-Nov-2024409.9K
configure.ac16-Nov-20245.6K
COPYING09-Jul-20097.4K
depcomp16-Nov-202423.1K
devbook.am31-May-20131.7K
difs/19-Feb-2026
doc/19-Feb-2026
include/19-Feb-2026
INSTALL25-Feb-201515.4K
install-sh16-Nov-202415.1K
m4/19-Feb-2026
Makefile.am11-Jul-20222.7K
Makefile.in16-Nov-202440.5K
man/19-Feb-2026
missing16-Nov-20247.5K
os/19-Feb-2026
README.md11-Jul-20221.8K

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