RISC OS 3 and Fonts on networks
===============================

This note describes how !Fonts is organised for a network such that:
  the RISC OS 2 client can find the outline font manager
  the RISC OS 2 client sees all the fonts
  the RISC OS 3 client sees all the fonts EXCEPT the ones in his ROM

In order to do this, the !Fonts directory for the net should contain the
following:

 !Boot                  Obey   boot file, copied from this directory
 !Run                   Obey   run file, copied from this directory
 !Sprites               Sprite sprite file, copied from old or new !Fonts
 !Sprites22             Sprite sprite file, copied from new !Fonts
 !Sprites23             Sprite sprite file, copied from new !Fonts
 Fonts                  Module Font manager module, copied from old !Fonts
 Super                  Module super-sampler module, copied from old !Fonts
 FontsRO2.Trinity...    Dir
 FontsRO2.Corpus...     Dir
 FontsRO2.Homerton...   Dir    The fonts which appear in the RISC OS 3 ROM,
                               present for use by RISC OS 2 clients.
 FontsRO3.<other fonts> Dir    Fonts for use by both OSs

In effect what has happened is that the fonts have been split into two
sub-directories: FontsRO2 contains the fonts which are in the RISC OS 3 ROM,
for use by RISC OS 2 only, and FontsRO3 contains all other fonts. The boot
and run files provided in this directory are such that RISC OS 2 clients will
pick up both subdirectories, while RISC OS 3 clients will only pick up one.
