Home » Personal collection » Acorn hard disk » apps » Econet » Extras/NetFonts/!Fonts/!Help

Extras/NetFonts/!Fonts/!Help

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » Econet
Filename: Extras/NetFonts/!Fonts/!Help
Read OK:
File size: 0F6B bytes
Load address: 0000
Exec address: 0000
File contents
  


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

This note describes how fonts can be organised on 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,a !Fonts directory has been constructed for the net
which is organised as follows:

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

In effect what happens 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 Otherfonts contains all other fonts. The boot and run files provided below are such
that RISC OS 2 clients will pick up both subdirectories, while RISC OS 3 clients will
only pick up one.

!Fonts.!Boot:
================
Iconsprites <Obey$Dir>.!Sprites
Set OS$New TRUE
RMEnsure ROMFonts 0 Set OS$New FALSE
If "<OS$New>"="TRUE" Then FontInstall <Obey$Dir>.Otherfonts
If "<OS$New>"="FALSE" Then If "<Font$Prefix>"="" Then RMEnsure FontManager 2.42 RMLoad <Obey$Dir>.Fonts
If "<OS$New>"="FALSE" Then If "<Font$Prefix>"="" Then RMEnsure SuperSample 0.04 RMLoad <Obey$Dir>.Super
If "<OS$New>"="FALSE" Then If "<Font$Prefix>"="" Then Set Font$Path <Obey$Dir>.FontsRO2,<Obey$Dir>.Otherfonts
If "<OS$New>"="FALSE" Then If "<Font$Prefix>"="" Then Set Font$Prefix <Obey$Dir>.FontsRO2
Unset OS$New

!Fonts.!Run:
===============
Iconsprites <Obey$Dir>.!Sprites
Set OS$New TRUE
RMEnsure ROMFonts 0 Set OS$New FALSE
If "<OS$New>"="NEW" Then FontInstall <Obey$Dir>.Otherfonts
If "<OS$New>"="NEW" Then FontInstall
If "<OS$New>"="FALSE" Then RMEnsure FontManager 2.42 RMLoad <Obey$Dir>.Fonts
If "<OS$New>"="FALSE" Then RMEnsure SuperSample 0.04 RMLoad <Obey$Dir>.Super
If "<OS$New>"="FALSE" Then Set Font$Path <Obey$Dir>.FontsRO2,<Obey$Dir>.Otherfonts
If "<OS$New>"="FALSE" Then Set Font$Prefix <Obey$Dir>.FontsRO2
Unset OS$New




In addition, the following remarks should be noted about this version of
Fonts and its documentation.

  The "Portrhouse" font is intended primarily for screen use. At a nominal
height of 10 points, it uses no grey pixels when rendered on a mode 12 or
mode 20 screen.  This font is only provided with the Latin1 character set.

  The "System.Fixed" font precisely mimics the system font built in to the
machine. The tuned bitmap files ensure that at a nominal height of 12 points
there are no grey pixels when rendered on a mode 12 or mode 20 screen.  This
font is only provided with the Latin1 character set.

  The "System.Medium" font contains the same characters as System.Fixed, but
with proportionally spaced metrics.  This font is only provided with the
Latin1 character set.

  The "Sidney" font is included only to provide the new Encoding file for
use by the new font manager.  This file is also required if the PostScript
printer driver is to render Sidney on a PostScript device using the
PostScript font "Symbol".  You should copy this "Sidney" font over your
existing font, thus making a copy of the file "Encoding".  If you do not
have a copy of the "Sidney" font then you should ignore this directory and
file.  It is not advisable to delete the Sidney directory since you may
require it in the future.
00000000  20 20 0a 0a 0a 52 49 53  43 20 4f 53 20 33 20 61  |  ...RISC OS 3 a|
00000010  6e 64 20 46 6f 6e 74 73  20 6f 6e 20 6e 65 74 77  |nd Fonts on netw|
00000020  6f 72 6b 73 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |orks.===========|
00000030  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |================|
00000040  3d 3d 3d 3d 0a 0a 54 68  69 73 20 6e 6f 74 65 20  |====..This note |
00000050  64 65 73 63 72 69 62 65  73 20 68 6f 77 20 66 6f  |describes how fo|
00000060  6e 74 73 20 63 61 6e 20  62 65 20 6f 72 67 61 6e  |nts can be organ|
00000070  69 73 65 64 20 6f 6e 20  61 20 6e 65 74 77 6f 72  |ised on a networ|
00000080  6b 20 73 75 63 68 20 74  68 61 74 3a 0a 20 20 74  |k such that:.  t|
00000090  68 65 20 52 49 53 43 20  4f 53 20 32 20 63 6c 69  |he RISC OS 2 cli|
000000a0  65 6e 74 20 63 61 6e 20  66 69 6e 64 20 74 68 65  |ent can find the|
000000b0  20 6f 75 74 6c 69 6e 65  20 66 6f 6e 74 20 6d 61  | outline font ma|
000000c0  6e 61 67 65 72 0a 20 20  74 68 65 20 52 49 53 43  |nager.  the RISC|
000000d0  20 4f 53 20 32 20 63 6c  69 65 6e 74 20 73 65 65  | OS 2 client see|
000000e0  73 20 61 6c 6c 20 74 68  65 20 66 6f 6e 74 73 0a  |s all the fonts.|
000000f0  20 20 74 68 65 20 52 49  53 43 20 4f 53 20 33 20  |  the RISC OS 3 |
00000100  63 6c 69 65 6e 74 20 73  65 65 73 20 61 6c 6c 20  |client sees all |
00000110  74 68 65 20 66 6f 6e 74  73 20 45 58 43 45 50 54  |the fonts EXCEPT|
00000120  20 74 68 65 20 6f 6e 65  73 20 69 6e 20 68 69 73  | the ones in his|
00000130  20 52 4f 4d 0a 0a 49 6e  20 6f 72 64 65 72 20 74  | ROM..In order t|
00000140  6f 20 64 6f 20 74 68 69  73 2c 61 20 21 46 6f 6e  |o do this,a !Fon|
00000150  74 73 20 64 69 72 65 63  74 6f 72 79 20 68 61 73  |ts directory has|
00000160  20 62 65 65 6e 20 63 6f  6e 73 74 72 75 63 74 65  | been constructe|
00000170  64 20 66 6f 72 20 74 68  65 20 6e 65 74 0a 77 68  |d for the net.wh|
00000180  69 63 68 20 69 73 20 6f  72 67 61 6e 69 73 65 64  |ich is organised|
00000190  20 61 73 20 66 6f 6c 6c  6f 77 73 3a 0a 0a 20 21  | as follows:.. !|
000001a0  46 6f 6e 74 73 20 20 20  20 20 20 20 20 20 20 20  |Fonts           |
000001b0  20 20 20 20 20 20 20 20  20 20 20 20 44 69 72 20  |            Dir |
000001c0  20 20 20 20 20 72 6f 6f  74 20 64 69 72 65 63 74  |     root direct|
000001d0  6f 72 79 0a 20 21 46 6f  6e 74 73 2e 21 42 6f 6f  |ory. !Fonts.!Boo|
000001e0  74 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |t               |
000001f0  20 20 4f 62 65 79 20 20  20 20 20 62 6f 6f 74 20  |  Obey     boot |
00000200  66 69 6c 65 2c 20 6c 69  73 74 65 64 20 62 65 6c  |file, listed bel|
00000210  6f 77 0a 20 21 46 6f 6e  74 73 2e 21 52 75 6e 20  |ow. !Fonts.!Run |
00000220  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000230  20 4f 62 65 79 20 20 20  20 20 72 75 6e 20 66 69  | Obey     run fi|
00000240  6c 65 2c 20 6c 69 73 74  65 64 20 62 65 6c 6f 77  |le, listed below|
00000250  20 0a 20 21 46 6f 6e 74  73 2e 21 53 70 72 69 74  | . !Fonts.!Sprit|
00000260  65 73 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |es              |
00000270  53 70 72 69 74 65 20 20  20 73 70 72 69 74 65 20  |Sprite   sprite |
00000280  66 69 6c 65 2c 20 63 6f  70 69 65 64 20 66 72 6f  |file, copied fro|
00000290  6d 20 6f 6c 64 20 6f 72  20 6e 65 77 20 21 46 6f  |m old or new !Fo|
000002a0  6e 74 73 0a 20 21 46 6f  6e 74 73 2e 46 6f 6e 74  |nts. !Fonts.Font|
000002b0  73 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |s               |
000002c0  20 20 4d 6f 64 75 6c 65  20 20 20 46 6f 6e 74 20  |  Module   Font |
000002d0  6d 61 6e 61 67 65 72 20  6d 6f 64 75 6c 65 2c 20  |manager module, |
000002e0  63 6f 70 69 65 64 20 66  72 6f 6d 20 6f 6c 64 20  |copied from old |
000002f0  21 46 6f 6e 74 73 0a 20  21 46 6f 6e 74 73 2e 53  |!Fonts. !Fonts.S|
00000300  75 70 65 72 20 20 20 20  20 20 20 20 20 20 20 20  |uper            |
00000310  20 20 20 20 20 4d 6f 64  75 6c 65 20 20 20 73 75  |     Module   su|
00000320  70 65 72 2d 73 61 6d 70  6c 65 72 20 6d 6f 64 75  |per-sampler modu|
00000330  6c 65 2c 20 63 6f 70 69  65 64 20 66 72 6f 6d 20  |le, copied from |
00000340  6f 6c 64 20 21 46 6f 6e  74 73 0a 20 21 46 6f 6e  |old !Fonts. !Fon|
00000350  74 73 2e 46 6f 6e 74 73  52 4f 32 2e 54 72 69 6e  |ts.FontsRO2.Trin|
00000360  69 74 79 2e 2e 2e 20 20  20 44 69 72 0a 20 21 46  |ity...   Dir. !F|
00000370  6f 6e 74 73 2e 46 6f 6e  74 73 52 4f 32 2e 43 6f  |onts.FontsRO2.Co|
00000380  72 70 75 73 2e 2e 2e 20  20 20 20 44 69 72 0a 20  |rpus...    Dir. |
00000390  21 46 6f 6e 74 73 2e 46  6f 6e 74 73 52 4f 32 2e  |!Fonts.FontsRO2.|
000003a0  48 6f 6d 65 72 74 6f 6e  2e 2e 2e 20 20 44 69 72  |Homerton...  Dir|
000003b0  20 20 20 20 20 20 54 68  65 20 66 6f 6e 74 73 20  |      The fonts |
000003c0  77 68 69 63 68 20 61 70  70 65 61 72 20 69 6e 20  |which appear in |
000003d0  74 68 65 20 52 49 53 43  20 4f 53 20 33 20 52 4f  |the RISC OS 3 RO|
000003e0  4d 2c 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |M,.             |
000003f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000400  20 20 20 20 20 20 20 20  20 20 70 72 65 73 65 6e  |          presen|
00000410  74 20 66 6f 72 20 75 73  65 20 62 79 20 52 49 53  |t for use by RIS|
00000420  43 20 4f 53 20 32 20 63  6c 69 65 6e 74 73 2e 0a  |C OS 2 clients..|
00000430  20 21 46 6f 6e 74 73 2e  4f 74 68 65 72 66 6f 6e  | !Fonts.Otherfon|
00000440  74 73 2e 3c 61 6e 79 20  6f 74 68 65 72 20 66 6f  |ts.<any other fo|
00000450  6e 74 73 3e 20 44 69 72  20 46 6f 6e 74 73 20 66  |nts> Dir Fonts f|
00000460  6f 72 20 75 73 65 20 62  79 20 62 6f 74 68 20 4f  |or use by both O|
00000470  53 73 0a 0a 49 6e 20 65  66 66 65 63 74 20 77 68  |Ss..In effect wh|
00000480  61 74 20 68 61 70 70 65  6e 73 20 69 73 20 74 68  |at happens is th|
00000490  61 74 20 74 68 65 20 66  6f 6e 74 73 20 68 61 76  |at the fonts hav|
000004a0  65 20 62 65 65 6e 20 73  70 6c 69 74 20 69 6e 74  |e been split int|
000004b0  6f 20 74 77 6f 20 73 75  62 2d 64 69 72 65 63 74  |o two sub-direct|
000004c0  6f 72 69 65 73 3a 0a 46  6f 6e 74 73 52 4f 32 20  |ories:.FontsRO2 |
000004d0  63 6f 6e 74 61 69 6e 73  20 74 68 65 20 66 6f 6e  |contains the fon|
000004e0  74 73 20 77 68 69 63 68  20 61 72 65 20 69 6e 20  |ts which are in |
000004f0  74 68 65 20 52 49 53 43  20 4f 53 20 33 20 52 4f  |the RISC OS 3 RO|
00000500  4d 2c 20 66 6f 72 20 75  73 65 20 62 79 20 52 49  |M, for use by RI|
00000510  53 43 20 4f 53 20 32 20  6f 6e 6c 79 2c 0a 61 6e  |SC OS 2 only,.an|
00000520  64 20 4f 74 68 65 72 66  6f 6e 74 73 20 63 6f 6e  |d Otherfonts con|
00000530  74 61 69 6e 73 20 61 6c  6c 20 6f 74 68 65 72 20  |tains all other |
00000540  66 6f 6e 74 73 2e 20 54  68 65 20 62 6f 6f 74 20  |fonts. The boot |
00000550  61 6e 64 20 72 75 6e 20  66 69 6c 65 73 20 70 72  |and run files pr|
00000560  6f 76 69 64 65 64 20 62  65 6c 6f 77 20 61 72 65  |ovided below are|
00000570  20 73 75 63 68 0a 74 68  61 74 20 52 49 53 43 20  | such.that RISC |
00000580  4f 53 20 32 20 63 6c 69  65 6e 74 73 20 77 69 6c  |OS 2 clients wil|
00000590  6c 20 70 69 63 6b 20 75  70 20 62 6f 74 68 20 73  |l pick up both s|
000005a0  75 62 64 69 72 65 63 74  6f 72 69 65 73 2c 20 77  |ubdirectories, w|
000005b0  68 69 6c 65 20 52 49 53  43 20 4f 53 20 33 20 63  |hile RISC OS 3 c|
000005c0  6c 69 65 6e 74 73 20 77  69 6c 6c 0a 6f 6e 6c 79  |lients will.only|
000005d0  20 70 69 63 6b 20 75 70  20 6f 6e 65 2e 0a 0a 21  | pick up one...!|
000005e0  46 6f 6e 74 73 2e 21 42  6f 6f 74 3a 0a 3d 3d 3d  |Fonts.!Boot:.===|
000005f0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 0a 49 63  |=============.Ic|
00000600  6f 6e 73 70 72 69 74 65  73 20 3c 4f 62 65 79 24  |onsprites <Obey$|
00000610  44 69 72 3e 2e 21 53 70  72 69 74 65 73 0a 53 65  |Dir>.!Sprites.Se|
00000620  74 20 4f 53 24 4e 65 77  20 54 52 55 45 0a 52 4d  |t OS$New TRUE.RM|
00000630  45 6e 73 75 72 65 20 52  4f 4d 46 6f 6e 74 73 20  |Ensure ROMFonts |
00000640  30 20 53 65 74 20 4f 53  24 4e 65 77 20 46 41 4c  |0 Set OS$New FAL|
00000650  53 45 0a 49 66 20 22 3c  4f 53 24 4e 65 77 3e 22  |SE.If "<OS$New>"|
00000660  3d 22 54 52 55 45 22 20  54 68 65 6e 20 46 6f 6e  |="TRUE" Then Fon|
00000670  74 49 6e 73 74 61 6c 6c  20 3c 4f 62 65 79 24 44  |tInstall <Obey$D|
00000680  69 72 3e 2e 4f 74 68 65  72 66 6f 6e 74 73 0a 49  |ir>.Otherfonts.I|
00000690  66 20 22 3c 4f 53 24 4e  65 77 3e 22 3d 22 46 41  |f "<OS$New>"="FA|
000006a0  4c 53 45 22 20 54 68 65  6e 20 49 66 20 22 3c 46  |LSE" Then If "<F|
000006b0  6f 6e 74 24 50 72 65 66  69 78 3e 22 3d 22 22 20  |ont$Prefix>"="" |
000006c0  54 68 65 6e 20 52 4d 45  6e 73 75 72 65 20 46 6f  |Then RMEnsure Fo|
000006d0  6e 74 4d 61 6e 61 67 65  72 20 32 2e 34 32 20 52  |ntManager 2.42 R|
000006e0  4d 4c 6f 61 64 20 3c 4f  62 65 79 24 44 69 72 3e  |MLoad <Obey$Dir>|
000006f0  2e 46 6f 6e 74 73 0a 49  66 20 22 3c 4f 53 24 4e  |.Fonts.If "<OS$N|
00000700  65 77 3e 22 3d 22 46 41  4c 53 45 22 20 54 68 65  |ew>"="FALSE" The|
00000710  6e 20 49 66 20 22 3c 46  6f 6e 74 24 50 72 65 66  |n If "<Font$Pref|
00000720  69 78 3e 22 3d 22 22 20  54 68 65 6e 20 52 4d 45  |ix>"="" Then RME|
00000730  6e 73 75 72 65 20 53 75  70 65 72 53 61 6d 70 6c  |nsure SuperSampl|
00000740  65 20 30 2e 30 34 20 52  4d 4c 6f 61 64 20 3c 4f  |e 0.04 RMLoad <O|
00000750  62 65 79 24 44 69 72 3e  2e 53 75 70 65 72 0a 49  |bey$Dir>.Super.I|
00000760  66 20 22 3c 4f 53 24 4e  65 77 3e 22 3d 22 46 41  |f "<OS$New>"="FA|
00000770  4c 53 45 22 20 54 68 65  6e 20 49 66 20 22 3c 46  |LSE" Then If "<F|
00000780  6f 6e 74 24 50 72 65 66  69 78 3e 22 3d 22 22 20  |ont$Prefix>"="" |
00000790  54 68 65 6e 20 53 65 74  20 46 6f 6e 74 24 50 61  |Then Set Font$Pa|
000007a0  74 68 20 3c 4f 62 65 79  24 44 69 72 3e 2e 46 6f  |th <Obey$Dir>.Fo|
000007b0  6e 74 73 52 4f 32 2c 3c  4f 62 65 79 24 44 69 72  |ntsRO2,<Obey$Dir|
000007c0  3e 2e 4f 74 68 65 72 66  6f 6e 74 73 0a 49 66 20  |>.Otherfonts.If |
000007d0  22 3c 4f 53 24 4e 65 77  3e 22 3d 22 46 41 4c 53  |"<OS$New>"="FALS|
000007e0  45 22 20 54 68 65 6e 20  49 66 20 22 3c 46 6f 6e  |E" Then If "<Fon|
000007f0  74 24 50 72 65 66 69 78  3e 22 3d 22 22 20 54 68  |t$Prefix>"="" Th|
00000800  65 6e 20 53 65 74 20 46  6f 6e 74 24 50 72 65 66  |en Set Font$Pref|
00000810  69 78 20 3c 4f 62 65 79  24 44 69 72 3e 2e 46 6f  |ix <Obey$Dir>.Fo|
00000820  6e 74 73 52 4f 32 0a 55  6e 73 65 74 20 4f 53 24  |ntsRO2.Unset OS$|
00000830  4e 65 77 0a 0a 21 46 6f  6e 74 73 2e 21 52 75 6e  |New..!Fonts.!Run|
00000840  3a 0a 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |:.==============|
00000850  3d 0a 49 63 6f 6e 73 70  72 69 74 65 73 20 3c 4f  |=.Iconsprites <O|
00000860  62 65 79 24 44 69 72 3e  2e 21 53 70 72 69 74 65  |bey$Dir>.!Sprite|
00000870  73 0a 53 65 74 20 4f 53  24 4e 65 77 20 54 52 55  |s.Set OS$New TRU|
00000880  45 0a 52 4d 45 6e 73 75  72 65 20 52 4f 4d 46 6f  |E.RMEnsure ROMFo|
00000890  6e 74 73 20 30 20 53 65  74 20 4f 53 24 4e 65 77  |nts 0 Set OS$New|
000008a0  20 46 41 4c 53 45 0a 49  66 20 22 3c 4f 53 24 4e  | FALSE.If "<OS$N|
000008b0  65 77 3e 22 3d 22 4e 45  57 22 20 54 68 65 6e 20  |ew>"="NEW" Then |
000008c0  46 6f 6e 74 49 6e 73 74  61 6c 6c 20 3c 4f 62 65  |FontInstall <Obe|
000008d0  79 24 44 69 72 3e 2e 4f  74 68 65 72 66 6f 6e 74  |y$Dir>.Otherfont|
000008e0  73 0a 49 66 20 22 3c 4f  53 24 4e 65 77 3e 22 3d  |s.If "<OS$New>"=|
000008f0  22 4e 45 57 22 20 54 68  65 6e 20 46 6f 6e 74 49  |"NEW" Then FontI|
00000900  6e 73 74 61 6c 6c 0a 49  66 20 22 3c 4f 53 24 4e  |nstall.If "<OS$N|
00000910  65 77 3e 22 3d 22 46 41  4c 53 45 22 20 54 68 65  |ew>"="FALSE" The|
00000920  6e 20 52 4d 45 6e 73 75  72 65 20 46 6f 6e 74 4d  |n RMEnsure FontM|
00000930  61 6e 61 67 65 72 20 32  2e 34 32 20 52 4d 4c 6f  |anager 2.42 RMLo|
00000940  61 64 20 3c 4f 62 65 79  24 44 69 72 3e 2e 46 6f  |ad <Obey$Dir>.Fo|
00000950  6e 74 73 0a 49 66 20 22  3c 4f 53 24 4e 65 77 3e  |nts.If "<OS$New>|
00000960  22 3d 22 46 41 4c 53 45  22 20 54 68 65 6e 20 52  |"="FALSE" Then R|
00000970  4d 45 6e 73 75 72 65 20  53 75 70 65 72 53 61 6d  |MEnsure SuperSam|
00000980  70 6c 65 20 30 2e 30 34  20 52 4d 4c 6f 61 64 20  |ple 0.04 RMLoad |
00000990  3c 4f 62 65 79 24 44 69  72 3e 2e 53 75 70 65 72  |<Obey$Dir>.Super|
000009a0  0a 49 66 20 22 3c 4f 53  24 4e 65 77 3e 22 3d 22  |.If "<OS$New>"="|
000009b0  46 41 4c 53 45 22 20 54  68 65 6e 20 53 65 74 20  |FALSE" Then Set |
000009c0  46 6f 6e 74 24 50 61 74  68 20 3c 4f 62 65 79 24  |Font$Path <Obey$|
000009d0  44 69 72 3e 2e 46 6f 6e  74 73 52 4f 32 2c 3c 4f  |Dir>.FontsRO2,<O|
000009e0  62 65 79 24 44 69 72 3e  2e 4f 74 68 65 72 66 6f  |bey$Dir>.Otherfo|
000009f0  6e 74 73 0a 49 66 20 22  3c 4f 53 24 4e 65 77 3e  |nts.If "<OS$New>|
00000a00  22 3d 22 46 41 4c 53 45  22 20 54 68 65 6e 20 53  |"="FALSE" Then S|
00000a10  65 74 20 46 6f 6e 74 24  50 72 65 66 69 78 20 3c  |et Font$Prefix <|
00000a20  4f 62 65 79 24 44 69 72  3e 2e 46 6f 6e 74 73 52  |Obey$Dir>.FontsR|
00000a30  4f 32 0a 55 6e 73 65 74  20 4f 53 24 4e 65 77 0a  |O2.Unset OS$New.|
00000a40  0a 0a 0a 0a 49 6e 20 61  64 64 69 74 69 6f 6e 2c  |....In addition,|
00000a50  20 74 68 65 20 66 6f 6c  6c 6f 77 69 6e 67 20 72  | the following r|
00000a60  65 6d 61 72 6b 73 20 73  68 6f 75 6c 64 20 62 65  |emarks should be|
00000a70  20 6e 6f 74 65 64 20 61  62 6f 75 74 20 74 68 69  | noted about thi|
00000a80  73 20 76 65 72 73 69 6f  6e 20 6f 66 0a 46 6f 6e  |s version of.Fon|
00000a90  74 73 20 61 6e 64 20 69  74 73 20 64 6f 63 75 6d  |ts and its docum|
00000aa0  65 6e 74 61 74 69 6f 6e  2e 0a 0a 20 20 54 68 65  |entation...  The|
00000ab0  20 22 50 6f 72 74 72 68  6f 75 73 65 22 20 66 6f  | "Portrhouse" fo|
00000ac0  6e 74 20 69 73 20 69 6e  74 65 6e 64 65 64 20 70  |nt is intended p|
00000ad0  72 69 6d 61 72 69 6c 79  20 66 6f 72 20 73 63 72  |rimarily for scr|
00000ae0  65 65 6e 20 75 73 65 2e  20 41 74 20 61 20 6e 6f  |een use. At a no|
00000af0  6d 69 6e 61 6c 0a 68 65  69 67 68 74 20 6f 66 20  |minal.height of |
00000b00  31 30 20 70 6f 69 6e 74  73 2c 20 69 74 20 75 73  |10 points, it us|
00000b10  65 73 20 6e 6f 20 67 72  65 79 20 70 69 78 65 6c  |es no grey pixel|
00000b20  73 20 77 68 65 6e 20 72  65 6e 64 65 72 65 64 20  |s when rendered |
00000b30  6f 6e 20 61 20 6d 6f 64  65 20 31 32 20 6f 72 0a  |on a mode 12 or.|
00000b40  6d 6f 64 65 20 32 30 20  73 63 72 65 65 6e 2e 20  |mode 20 screen. |
00000b50  20 54 68 69 73 20 66 6f  6e 74 20 69 73 20 6f 6e  | This font is on|
00000b60  6c 79 20 70 72 6f 76 69  64 65 64 20 77 69 74 68  |ly provided with|
00000b70  20 74 68 65 20 4c 61 74  69 6e 31 20 63 68 61 72  | the Latin1 char|
00000b80  61 63 74 65 72 20 73 65  74 2e 0a 0a 20 20 54 68  |acter set...  Th|
00000b90  65 20 22 53 79 73 74 65  6d 2e 46 69 78 65 64 22  |e "System.Fixed"|
00000ba0  20 66 6f 6e 74 20 70 72  65 63 69 73 65 6c 79 20  | font precisely |
00000bb0  6d 69 6d 69 63 73 20 74  68 65 20 73 79 73 74 65  |mimics the syste|
00000bc0  6d 20 66 6f 6e 74 20 62  75 69 6c 74 20 69 6e 20  |m font built in |
00000bd0  74 6f 20 74 68 65 0a 6d  61 63 68 69 6e 65 2e 20  |to the.machine. |
00000be0  54 68 65 20 74 75 6e 65  64 20 62 69 74 6d 61 70  |The tuned bitmap|
00000bf0  20 66 69 6c 65 73 20 65  6e 73 75 72 65 20 74 68  | files ensure th|
00000c00  61 74 20 61 74 20 61 20  6e 6f 6d 69 6e 61 6c 20  |at at a nominal |
00000c10  68 65 69 67 68 74 20 6f  66 20 31 32 20 70 6f 69  |height of 12 poi|
00000c20  6e 74 73 0a 74 68 65 72  65 20 61 72 65 20 6e 6f  |nts.there are no|
00000c30  20 67 72 65 79 20 70 69  78 65 6c 73 20 77 68 65  | grey pixels whe|
00000c40  6e 20 72 65 6e 64 65 72  65 64 20 6f 6e 20 61 20  |n rendered on a |
00000c50  6d 6f 64 65 20 31 32 20  6f 72 20 6d 6f 64 65 20  |mode 12 or mode |
00000c60  32 30 20 73 63 72 65 65  6e 2e 20 20 54 68 69 73  |20 screen.  This|
00000c70  0a 66 6f 6e 74 20 69 73  20 6f 6e 6c 79 20 70 72  |.font is only pr|
00000c80  6f 76 69 64 65 64 20 77  69 74 68 20 74 68 65 20  |ovided with the |
00000c90  4c 61 74 69 6e 31 20 63  68 61 72 61 63 74 65 72  |Latin1 character|
00000ca0  20 73 65 74 2e 0a 0a 20  20 54 68 65 20 22 53 79  | set...  The "Sy|
00000cb0  73 74 65 6d 2e 4d 65 64  69 75 6d 22 20 66 6f 6e  |stem.Medium" fon|
00000cc0  74 20 63 6f 6e 74 61 69  6e 73 20 74 68 65 20 73  |t contains the s|
00000cd0  61 6d 65 20 63 68 61 72  61 63 74 65 72 73 20 61  |ame characters a|
00000ce0  73 20 53 79 73 74 65 6d  2e 46 69 78 65 64 2c 20  |s System.Fixed, |
00000cf0  62 75 74 0a 77 69 74 68  20 70 72 6f 70 6f 72 74  |but.with proport|
00000d00  69 6f 6e 61 6c 6c 79 20  73 70 61 63 65 64 20 6d  |ionally spaced m|
00000d10  65 74 72 69 63 73 2e 20  20 54 68 69 73 20 66 6f  |etrics.  This fo|
00000d20  6e 74 20 69 73 20 6f 6e  6c 79 20 70 72 6f 76 69  |nt is only provi|
00000d30  64 65 64 20 77 69 74 68  20 74 68 65 0a 4c 61 74  |ded with the.Lat|
00000d40  69 6e 31 20 63 68 61 72  61 63 74 65 72 20 73 65  |in1 character se|
00000d50  74 2e 0a 0a 20 20 54 68  65 20 22 53 69 64 6e 65  |t...  The "Sidne|
00000d60  79 22 20 66 6f 6e 74 20  69 73 20 69 6e 63 6c 75  |y" font is inclu|
00000d70  64 65 64 20 6f 6e 6c 79  20 74 6f 20 70 72 6f 76  |ded only to prov|
00000d80  69 64 65 20 74 68 65 20  6e 65 77 20 45 6e 63 6f  |ide the new Enco|
00000d90  64 69 6e 67 20 66 69 6c  65 20 66 6f 72 0a 75 73  |ding file for.us|
00000da0  65 20 62 79 20 74 68 65  20 6e 65 77 20 66 6f 6e  |e by the new fon|
00000db0  74 20 6d 61 6e 61 67 65  72 2e 20 20 54 68 69 73  |t manager.  This|
00000dc0  20 66 69 6c 65 20 69 73  20 61 6c 73 6f 20 72 65  | file is also re|
00000dd0  71 75 69 72 65 64 20 69  66 20 74 68 65 20 50 6f  |quired if the Po|
00000de0  73 74 53 63 72 69 70 74  0a 70 72 69 6e 74 65 72  |stScript.printer|
00000df0  20 64 72 69 76 65 72 20  69 73 20 74 6f 20 72 65  | driver is to re|
00000e00  6e 64 65 72 20 53 69 64  6e 65 79 20 6f 6e 20 61  |nder Sidney on a|
00000e10  20 50 6f 73 74 53 63 72  69 70 74 20 64 65 76 69  | PostScript devi|
00000e20  63 65 20 75 73 69 6e 67  20 74 68 65 0a 50 6f 73  |ce using the.Pos|
00000e30  74 53 63 72 69 70 74 20  66 6f 6e 74 20 22 53 79  |tScript font "Sy|
00000e40  6d 62 6f 6c 22 2e 20 20  59 6f 75 20 73 68 6f 75  |mbol".  You shou|
00000e50  6c 64 20 63 6f 70 79 20  74 68 69 73 20 22 53 69  |ld copy this "Si|
00000e60  64 6e 65 79 22 20 66 6f  6e 74 20 6f 76 65 72 20  |dney" font over |
00000e70  79 6f 75 72 0a 65 78 69  73 74 69 6e 67 20 66 6f  |your.existing fo|
00000e80  6e 74 2c 20 74 68 75 73  20 6d 61 6b 69 6e 67 20  |nt, thus making |
00000e90  61 20 63 6f 70 79 20 6f  66 20 74 68 65 20 66 69  |a copy of the fi|
00000ea0  6c 65 20 22 45 6e 63 6f  64 69 6e 67 22 2e 20 20  |le "Encoding".  |
00000eb0  49 66 20 79 6f 75 20 64  6f 20 6e 6f 74 0a 68 61  |If you do not.ha|
00000ec0  76 65 20 61 20 63 6f 70  79 20 6f 66 20 74 68 65  |ve a copy of the|
00000ed0  20 22 53 69 64 6e 65 79  22 20 66 6f 6e 74 20 74  | "Sidney" font t|
00000ee0  68 65 6e 20 79 6f 75 20  73 68 6f 75 6c 64 20 69  |hen you should i|
00000ef0  67 6e 6f 72 65 20 74 68  69 73 20 64 69 72 65 63  |gnore this direc|
00000f00  74 6f 72 79 20 61 6e 64  0a 66 69 6c 65 2e 20 20  |tory and.file.  |
00000f10  49 74 20 69 73 20 6e 6f  74 20 61 64 76 69 73 61  |It is not advisa|
00000f20  62 6c 65 20 74 6f 20 64  65 6c 65 74 65 20 74 68  |ble to delete th|
00000f30  65 20 53 69 64 6e 65 79  20 64 69 72 65 63 74 6f  |e Sidney directo|
00000f40  72 79 20 73 69 6e 63 65  20 79 6f 75 20 6d 61 79  |ry since you may|
00000f50  0a 72 65 71 75 69 72 65  20 69 74 20 69 6e 20 74  |.require it in t|
00000f60  68 65 20 66 75 74 75 72  65 2e 0a                 |he future..|
00000f6b