Home » Personal collection » Acorn hard disk » apps » !FontInst » !Run

!Run

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 » !FontInst
Filename: !Run
Read OK:
File size: 05B9 bytes
Load address: 0000
Exec address: 0000
File contents
| > !Run

|
| Computer Concepts Font Installer
| --------------------------------
|
| (c) 1992 Computer Concepts Limited.
|
| All rights reserved.
|

Set FontInst$Dir <Obey$Dir>

IconSprites <FontInst$Dir>.!Sprites

Set HomertonThere 3
<FontInst$Dir>.FileEnsure Font:Homerton.Medium.Outline* HomertonThere
If NOT HomertonThere Then %Run <FontInst$Dir>.NewFontDir.FInstall <FontInst$Dir>.FIFonts.
UnSet HomertonThere

|
|  Look for ABI in the !System directory.  If it's not there then try to load
|  it from inside the application...
|
SetEval SysABI 0
RMEnsure ABI 2.81 SetEval SysABI -1
If SysABI Then Run <FontInst$Dir>.FileEnsure <System$Path>Modules.ABIMod SysABI
If SysABI Then RMEnsure ABI 2.81 RMLoad <System$Path>Modules.ABIMod
If SysABI Then RMEnsure ABI 2.81 Error "The copy of ABIModule in !System is out of date. Please refer to the section 'Updating ABI' in the manual."
RMEnsure ABI 2.81 RMLoad <FontInst$Dir>.Modules.ABIMod
RMEnsure ABI 2.81 Error "The copy of ABI in FontInst is out of date."
Unset SysABI

RMEnsure ColourTrans 0.51 RMLoad <FontInst$Dir>.Modules.Colours
RMEnsure StreamSquash 1.01 RMLoad <FontInst$Dir>.Modules.CCSquash
RMEnsure FontInstallSupport 0.02 RMLoad <FontInst$Dir>.Modules.FISupport

RMEnsure FontManager 2.44 RMLoad <Obey$Dir>.NewFontDir.Fonts
RMEnsure SuperSample 0.06 RMLoad <Obey$Dir>.NewFontDir.Super

WimpSlot -Min 64K
If "<Wimp$Scrap>"="" Then Set Wimp$Scrap <FontInst$Dir>.ScrapFile

Run <FontInst$Dir>.!RunImage
00000000  7c 20 3e 20 21 52 75 6e  0a 0a 7c 0a 7c 20 43 6f  || > !Run..|.| Co|
00000010  6d 70 75 74 65 72 20 43  6f 6e 63 65 70 74 73 20  |mputer Concepts |
00000020  46 6f 6e 74 20 49 6e 73  74 61 6c 6c 65 72 0a 7c  |Font Installer.||
00000030  20 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  | ---------------|
00000040  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000050  2d 0a 7c 0a 7c 20 28 63  29 20 31 39 39 32 20 43  |-.|.| (c) 1992 C|
00000060  6f 6d 70 75 74 65 72 20  43 6f 6e 63 65 70 74 73  |omputer Concepts|
00000070  20 4c 69 6d 69 74 65 64  2e 0a 7c 0a 7c 20 41 6c  | Limited..|.| Al|
00000080  6c 20 72 69 67 68 74 73  20 72 65 73 65 72 76 65  |l rights reserve|
00000090  64 2e 0a 7c 0a 0a 53 65  74 20 46 6f 6e 74 49 6e  |d..|..Set FontIn|
000000a0  73 74 24 44 69 72 20 3c  4f 62 65 79 24 44 69 72  |st$Dir <Obey$Dir|
000000b0  3e 0a 0a 49 63 6f 6e 53  70 72 69 74 65 73 20 3c  |>..IconSprites <|
000000c0  46 6f 6e 74 49 6e 73 74  24 44 69 72 3e 2e 21 53  |FontInst$Dir>.!S|
000000d0  70 72 69 74 65 73 0a 0a  53 65 74 20 48 6f 6d 65  |prites..Set Home|
000000e0  72 74 6f 6e 54 68 65 72  65 20 33 0a 3c 46 6f 6e  |rtonThere 3.<Fon|
000000f0  74 49 6e 73 74 24 44 69  72 3e 2e 46 69 6c 65 45  |tInst$Dir>.FileE|
00000100  6e 73 75 72 65 20 46 6f  6e 74 3a 48 6f 6d 65 72  |nsure Font:Homer|
00000110  74 6f 6e 2e 4d 65 64 69  75 6d 2e 4f 75 74 6c 69  |ton.Medium.Outli|
00000120  6e 65 2a 20 48 6f 6d 65  72 74 6f 6e 54 68 65 72  |ne* HomertonTher|
00000130  65 0a 49 66 20 4e 4f 54  20 48 6f 6d 65 72 74 6f  |e.If NOT Homerto|
00000140  6e 54 68 65 72 65 20 54  68 65 6e 20 25 52 75 6e  |nThere Then %Run|
00000150  20 3c 46 6f 6e 74 49 6e  73 74 24 44 69 72 3e 2e  | <FontInst$Dir>.|
00000160  4e 65 77 46 6f 6e 74 44  69 72 2e 46 49 6e 73 74  |NewFontDir.FInst|
00000170  61 6c 6c 20 3c 46 6f 6e  74 49 6e 73 74 24 44 69  |all <FontInst$Di|
00000180  72 3e 2e 46 49 46 6f 6e  74 73 2e 0a 55 6e 53 65  |r>.FIFonts..UnSe|
00000190  74 20 48 6f 6d 65 72 74  6f 6e 54 68 65 72 65 0a  |t HomertonThere.|
000001a0  0a 7c 0a 7c 20 20 4c 6f  6f 6b 20 66 6f 72 20 41  |.|.|  Look for A|
000001b0  42 49 20 69 6e 20 74 68  65 20 21 53 79 73 74 65  |BI in the !Syste|
000001c0  6d 20 64 69 72 65 63 74  6f 72 79 2e 20 20 49 66  |m directory.  If|
000001d0  20 69 74 27 73 20 6e 6f  74 20 74 68 65 72 65 20  | it's not there |
000001e0  74 68 65 6e 20 74 72 79  20 74 6f 20 6c 6f 61 64  |then try to load|
000001f0  0a 7c 20 20 69 74 20 66  72 6f 6d 20 69 6e 73 69  |.|  it from insi|
00000200  64 65 20 74 68 65 20 61  70 70 6c 69 63 61 74 69  |de the applicati|
00000210  6f 6e 2e 2e 2e 0a 7c 0a  53 65 74 45 76 61 6c 20  |on....|.SetEval |
00000220  53 79 73 41 42 49 20 30  0a 52 4d 45 6e 73 75 72  |SysABI 0.RMEnsur|
00000230  65 20 41 42 49 20 32 2e  38 31 20 53 65 74 45 76  |e ABI 2.81 SetEv|
00000240  61 6c 20 53 79 73 41 42  49 20 2d 31 0a 49 66 20  |al SysABI -1.If |
00000250  53 79 73 41 42 49 20 54  68 65 6e 20 52 75 6e 20  |SysABI Then Run |
00000260  3c 46 6f 6e 74 49 6e 73  74 24 44 69 72 3e 2e 46  |<FontInst$Dir>.F|
00000270  69 6c 65 45 6e 73 75 72  65 20 3c 53 79 73 74 65  |ileEnsure <Syste|
00000280  6d 24 50 61 74 68 3e 4d  6f 64 75 6c 65 73 2e 41  |m$Path>Modules.A|
00000290  42 49 4d 6f 64 20 53 79  73 41 42 49 0a 49 66 20  |BIMod SysABI.If |
000002a0  53 79 73 41 42 49 20 54  68 65 6e 20 52 4d 45 6e  |SysABI Then RMEn|
000002b0  73 75 72 65 20 41 42 49  20 32 2e 38 31 20 52 4d  |sure ABI 2.81 RM|
000002c0  4c 6f 61 64 20 3c 53 79  73 74 65 6d 24 50 61 74  |Load <System$Pat|
000002d0  68 3e 4d 6f 64 75 6c 65  73 2e 41 42 49 4d 6f 64  |h>Modules.ABIMod|
000002e0  0a 49 66 20 53 79 73 41  42 49 20 54 68 65 6e 20  |.If SysABI Then |
000002f0  52 4d 45 6e 73 75 72 65  20 41 42 49 20 32 2e 38  |RMEnsure ABI 2.8|
00000300  31 20 45 72 72 6f 72 20  22 54 68 65 20 63 6f 70  |1 Error "The cop|
00000310  79 20 6f 66 20 41 42 49  4d 6f 64 75 6c 65 20 69  |y of ABIModule i|
00000320  6e 20 21 53 79 73 74 65  6d 20 69 73 20 6f 75 74  |n !System is out|
00000330  20 6f 66 20 64 61 74 65  2e 20 50 6c 65 61 73 65  | of date. Please|
00000340  20 72 65 66 65 72 20 74  6f 20 74 68 65 20 73 65  | refer to the se|
00000350  63 74 69 6f 6e 20 27 55  70 64 61 74 69 6e 67 20  |ction 'Updating |
00000360  41 42 49 27 20 69 6e 20  74 68 65 20 6d 61 6e 75  |ABI' in the manu|
00000370  61 6c 2e 22 0a 52 4d 45  6e 73 75 72 65 20 41 42  |al.".RMEnsure AB|
00000380  49 20 32 2e 38 31 20 52  4d 4c 6f 61 64 20 3c 46  |I 2.81 RMLoad <F|
00000390  6f 6e 74 49 6e 73 74 24  44 69 72 3e 2e 4d 6f 64  |ontInst$Dir>.Mod|
000003a0  75 6c 65 73 2e 41 42 49  4d 6f 64 0a 52 4d 45 6e  |ules.ABIMod.RMEn|
000003b0  73 75 72 65 20 41 42 49  20 32 2e 38 31 20 45 72  |sure ABI 2.81 Er|
000003c0  72 6f 72 20 22 54 68 65  20 63 6f 70 79 20 6f 66  |ror "The copy of|
000003d0  20 41 42 49 20 69 6e 20  46 6f 6e 74 49 6e 73 74  | ABI in FontInst|
000003e0  20 69 73 20 6f 75 74 20  6f 66 20 64 61 74 65 2e  | is out of date.|
000003f0  22 0a 55 6e 73 65 74 20  53 79 73 41 42 49 0a 0a  |".Unset SysABI..|
00000400  52 4d 45 6e 73 75 72 65  20 43 6f 6c 6f 75 72 54  |RMEnsure ColourT|
00000410  72 61 6e 73 20 30 2e 35  31 20 52 4d 4c 6f 61 64  |rans 0.51 RMLoad|
00000420  20 3c 46 6f 6e 74 49 6e  73 74 24 44 69 72 3e 2e  | <FontInst$Dir>.|
00000430  4d 6f 64 75 6c 65 73 2e  43 6f 6c 6f 75 72 73 0a  |Modules.Colours.|
00000440  52 4d 45 6e 73 75 72 65  20 53 74 72 65 61 6d 53  |RMEnsure StreamS|
00000450  71 75 61 73 68 20 31 2e  30 31 20 52 4d 4c 6f 61  |quash 1.01 RMLoa|
00000460  64 20 3c 46 6f 6e 74 49  6e 73 74 24 44 69 72 3e  |d <FontInst$Dir>|
00000470  2e 4d 6f 64 75 6c 65 73  2e 43 43 53 71 75 61 73  |.Modules.CCSquas|
00000480  68 0a 52 4d 45 6e 73 75  72 65 20 46 6f 6e 74 49  |h.RMEnsure FontI|
00000490  6e 73 74 61 6c 6c 53 75  70 70 6f 72 74 20 30 2e  |nstallSupport 0.|
000004a0  30 32 20 52 4d 4c 6f 61  64 20 3c 46 6f 6e 74 49  |02 RMLoad <FontI|
000004b0  6e 73 74 24 44 69 72 3e  2e 4d 6f 64 75 6c 65 73  |nst$Dir>.Modules|
000004c0  2e 46 49 53 75 70 70 6f  72 74 0a 0a 52 4d 45 6e  |.FISupport..RMEn|
000004d0  73 75 72 65 20 46 6f 6e  74 4d 61 6e 61 67 65 72  |sure FontManager|
000004e0  20 32 2e 34 34 20 52 4d  4c 6f 61 64 20 3c 4f 62  | 2.44 RMLoad <Ob|
000004f0  65 79 24 44 69 72 3e 2e  4e 65 77 46 6f 6e 74 44  |ey$Dir>.NewFontD|
00000500  69 72 2e 46 6f 6e 74 73  0a 52 4d 45 6e 73 75 72  |ir.Fonts.RMEnsur|
00000510  65 20 53 75 70 65 72 53  61 6d 70 6c 65 20 30 2e  |e SuperSample 0.|
00000520  30 36 20 52 4d 4c 6f 61  64 20 3c 4f 62 65 79 24  |06 RMLoad <Obey$|
00000530  44 69 72 3e 2e 4e 65 77  46 6f 6e 74 44 69 72 2e  |Dir>.NewFontDir.|
00000540  53 75 70 65 72 0a 0a 57  69 6d 70 53 6c 6f 74 20  |Super..WimpSlot |
00000550  2d 4d 69 6e 20 36 34 4b  0a 49 66 20 22 3c 57 69  |-Min 64K.If "<Wi|
00000560  6d 70 24 53 63 72 61 70  3e 22 3d 22 22 20 54 68  |mp$Scrap>"="" Th|
00000570  65 6e 20 53 65 74 20 57  69 6d 70 24 53 63 72 61  |en Set Wimp$Scra|
00000580  70 20 3c 46 6f 6e 74 49  6e 73 74 24 44 69 72 3e  |p <FontInst$Dir>|
00000590  2e 53 63 72 61 70 46 69  6c 65 0a 0a 52 75 6e 20  |.ScrapFile..Run |
000005a0  3c 46 6f 6e 74 49 6e 73  74 24 44 69 72 3e 2e 21  |<FontInst$Dir>.!|
000005b0  52 75 6e 49 6d 61 67 65  0a                       |RunImage.|
000005b9