Home » Personal collection » Acorn hard disk » risc_os_3_resources » Resources » Fonts/Messages

Fonts/Messages

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 » risc_os_3_resources » Resources
Filename: Fonts/Messages
Read OK:
File size: 0777 bytes
Load address: 0000
Exec address: 0000
File contents
# Messages file for Font Manager

FontList:Font List
SystemFont:System Font
Regular:(Regular)

ErrCantKill:Font Manager is in use
ErrBadFileName:Bad file name
ErrNoRoom:Not enough memory for Font cache
ErrCacheFull:Font cache full
ErrNoCache:No font cache present
Err64K:Font definition too large
ErrPalTooBig:Undefined font colour
ErrBadTranBits:Invalid data passed to Font_SetTransfer
ErrNotEnoughBits:Invalid font colour
ErrNoFont:Undefined font handle
ErrNoPixels:No pixel data for this font
ErrBadFontNumber:Font handle out of range
ErrNotFound:%0 font not found
ErrBadFontFile:Illegal font file
ErrNoHandles:No more font handles
ErrBadCounter:Fonts must be read sequentially
ErrBadCtrlChar:Illegal control character in font string
ErrsInUse:Font manager in use
ErrBadSegment:Illegal line segment in outline font
ErrBadPrefix:%1 (while scanning Font$Path)
ErrReserved:Reserved fields must be zero
ErrBadCharCode:Character code out of range
ErrNoBitmaps:ROM font directory cannot contain bitmaps
ErrNoBitmaps2:Can't convert bitmap characters into outlines
ErrBadFontCacheFile:Invalid font cache file
ErrFieldNotFound:%0 field not present in font string
ErrBadMatrix:Invalid matrix passed to Font Manager
ErrDivby0:Division by zero
ErrBadReadMetrics:Font_ReadFontMetrics not allowed on a transformed font
ErrBadRGB:Undefined RGB font colours
ErrEncodingNotFound:%0 encoding not found
ErrMustHaveSlash:Identifier '%1' should be preceded by '/' in encoding '%0'
ErrBadEncodingSize:Max total size of input and output encoding files is 16k
ErrTooManyIDs:Too many identifiers in %0 encoding
ErrTooFewIDs:Not enough identifiers in %0 encoding
ErrNoBaseEncoding:Base encoding %0 not found
ErrIdentifierNotFound:Identifier %1 not found in encoding %0
ErrTooManyChunks:Too many characters in %0
ErrBadFontFile2:Illegal font file in %0
ErrDataNotFound:Font data not found
ErrDataNotFound2:No suitable font data for %0
00000000  23 20 4d 65 73 73 61 67  65 73 20 66 69 6c 65 20  |# Messages file |
00000010  66 6f 72 20 46 6f 6e 74  20 4d 61 6e 61 67 65 72  |for Font Manager|
00000020  0a 0a 46 6f 6e 74 4c 69  73 74 3a 46 6f 6e 74 20  |..FontList:Font |
00000030  4c 69 73 74 0a 53 79 73  74 65 6d 46 6f 6e 74 3a  |List.SystemFont:|
00000040  53 79 73 74 65 6d 20 46  6f 6e 74 0a 52 65 67 75  |System Font.Regu|
00000050  6c 61 72 3a 28 52 65 67  75 6c 61 72 29 0a 0a 45  |lar:(Regular)..E|
00000060  72 72 43 61 6e 74 4b 69  6c 6c 3a 46 6f 6e 74 20  |rrCantKill:Font |
00000070  4d 61 6e 61 67 65 72 20  69 73 20 69 6e 20 75 73  |Manager is in us|
00000080  65 0a 45 72 72 42 61 64  46 69 6c 65 4e 61 6d 65  |e.ErrBadFileName|
00000090  3a 42 61 64 20 66 69 6c  65 20 6e 61 6d 65 0a 45  |:Bad file name.E|
000000a0  72 72 4e 6f 52 6f 6f 6d  3a 4e 6f 74 20 65 6e 6f  |rrNoRoom:Not eno|
000000b0  75 67 68 20 6d 65 6d 6f  72 79 20 66 6f 72 20 46  |ugh memory for F|
000000c0  6f 6e 74 20 63 61 63 68  65 0a 45 72 72 43 61 63  |ont cache.ErrCac|
000000d0  68 65 46 75 6c 6c 3a 46  6f 6e 74 20 63 61 63 68  |heFull:Font cach|
000000e0  65 20 66 75 6c 6c 0a 45  72 72 4e 6f 43 61 63 68  |e full.ErrNoCach|
000000f0  65 3a 4e 6f 20 66 6f 6e  74 20 63 61 63 68 65 20  |e:No font cache |
00000100  70 72 65 73 65 6e 74 0a  45 72 72 36 34 4b 3a 46  |present.Err64K:F|
00000110  6f 6e 74 20 64 65 66 69  6e 69 74 69 6f 6e 20 74  |ont definition t|
00000120  6f 6f 20 6c 61 72 67 65  0a 45 72 72 50 61 6c 54  |oo large.ErrPalT|
00000130  6f 6f 42 69 67 3a 55 6e  64 65 66 69 6e 65 64 20  |ooBig:Undefined |
00000140  66 6f 6e 74 20 63 6f 6c  6f 75 72 0a 45 72 72 42  |font colour.ErrB|
00000150  61 64 54 72 61 6e 42 69  74 73 3a 49 6e 76 61 6c  |adTranBits:Inval|
00000160  69 64 20 64 61 74 61 20  70 61 73 73 65 64 20 74  |id data passed t|
00000170  6f 20 46 6f 6e 74 5f 53  65 74 54 72 61 6e 73 66  |o Font_SetTransf|
00000180  65 72 0a 45 72 72 4e 6f  74 45 6e 6f 75 67 68 42  |er.ErrNotEnoughB|
00000190  69 74 73 3a 49 6e 76 61  6c 69 64 20 66 6f 6e 74  |its:Invalid font|
000001a0  20 63 6f 6c 6f 75 72 0a  45 72 72 4e 6f 46 6f 6e  | colour.ErrNoFon|
000001b0  74 3a 55 6e 64 65 66 69  6e 65 64 20 66 6f 6e 74  |t:Undefined font|
000001c0  20 68 61 6e 64 6c 65 0a  45 72 72 4e 6f 50 69 78  | handle.ErrNoPix|
000001d0  65 6c 73 3a 4e 6f 20 70  69 78 65 6c 20 64 61 74  |els:No pixel dat|
000001e0  61 20 66 6f 72 20 74 68  69 73 20 66 6f 6e 74 0a  |a for this font.|
000001f0  45 72 72 42 61 64 46 6f  6e 74 4e 75 6d 62 65 72  |ErrBadFontNumber|
00000200  3a 46 6f 6e 74 20 68 61  6e 64 6c 65 20 6f 75 74  |:Font handle out|
00000210  20 6f 66 20 72 61 6e 67  65 0a 45 72 72 4e 6f 74  | of range.ErrNot|
00000220  46 6f 75 6e 64 3a 25 30  20 66 6f 6e 74 20 6e 6f  |Found:%0 font no|
00000230  74 20 66 6f 75 6e 64 0a  45 72 72 42 61 64 46 6f  |t found.ErrBadFo|
00000240  6e 74 46 69 6c 65 3a 49  6c 6c 65 67 61 6c 20 66  |ntFile:Illegal f|
00000250  6f 6e 74 20 66 69 6c 65  0a 45 72 72 4e 6f 48 61  |ont file.ErrNoHa|
00000260  6e 64 6c 65 73 3a 4e 6f  20 6d 6f 72 65 20 66 6f  |ndles:No more fo|
00000270  6e 74 20 68 61 6e 64 6c  65 73 0a 45 72 72 42 61  |nt handles.ErrBa|
00000280  64 43 6f 75 6e 74 65 72  3a 46 6f 6e 74 73 20 6d  |dCounter:Fonts m|
00000290  75 73 74 20 62 65 20 72  65 61 64 20 73 65 71 75  |ust be read sequ|
000002a0  65 6e 74 69 61 6c 6c 79  0a 45 72 72 42 61 64 43  |entially.ErrBadC|
000002b0  74 72 6c 43 68 61 72 3a  49 6c 6c 65 67 61 6c 20  |trlChar:Illegal |
000002c0  63 6f 6e 74 72 6f 6c 20  63 68 61 72 61 63 74 65  |control characte|
000002d0  72 20 69 6e 20 66 6f 6e  74 20 73 74 72 69 6e 67  |r in font string|
000002e0  0a 45 72 72 73 49 6e 55  73 65 3a 46 6f 6e 74 20  |.ErrsInUse:Font |
000002f0  6d 61 6e 61 67 65 72 20  69 6e 20 75 73 65 0a 45  |manager in use.E|
00000300  72 72 42 61 64 53 65 67  6d 65 6e 74 3a 49 6c 6c  |rrBadSegment:Ill|
00000310  65 67 61 6c 20 6c 69 6e  65 20 73 65 67 6d 65 6e  |egal line segmen|
00000320  74 20 69 6e 20 6f 75 74  6c 69 6e 65 20 66 6f 6e  |t in outline fon|
00000330  74 0a 45 72 72 42 61 64  50 72 65 66 69 78 3a 25  |t.ErrBadPrefix:%|
00000340  31 20 28 77 68 69 6c 65  20 73 63 61 6e 6e 69 6e  |1 (while scannin|
00000350  67 20 46 6f 6e 74 24 50  61 74 68 29 0a 45 72 72  |g Font$Path).Err|
00000360  52 65 73 65 72 76 65 64  3a 52 65 73 65 72 76 65  |Reserved:Reserve|
00000370  64 20 66 69 65 6c 64 73  20 6d 75 73 74 20 62 65  |d fields must be|
00000380  20 7a 65 72 6f 0a 45 72  72 42 61 64 43 68 61 72  | zero.ErrBadChar|
00000390  43 6f 64 65 3a 43 68 61  72 61 63 74 65 72 20 63  |Code:Character c|
000003a0  6f 64 65 20 6f 75 74 20  6f 66 20 72 61 6e 67 65  |ode out of range|
000003b0  0a 45 72 72 4e 6f 42 69  74 6d 61 70 73 3a 52 4f  |.ErrNoBitmaps:RO|
000003c0  4d 20 66 6f 6e 74 20 64  69 72 65 63 74 6f 72 79  |M font directory|
000003d0  20 63 61 6e 6e 6f 74 20  63 6f 6e 74 61 69 6e 20  | cannot contain |
000003e0  62 69 74 6d 61 70 73 0a  45 72 72 4e 6f 42 69 74  |bitmaps.ErrNoBit|
000003f0  6d 61 70 73 32 3a 43 61  6e 27 74 20 63 6f 6e 76  |maps2:Can't conv|
00000400  65 72 74 20 62 69 74 6d  61 70 20 63 68 61 72 61  |ert bitmap chara|
00000410  63 74 65 72 73 20 69 6e  74 6f 20 6f 75 74 6c 69  |cters into outli|
00000420  6e 65 73 0a 45 72 72 42  61 64 46 6f 6e 74 43 61  |nes.ErrBadFontCa|
00000430  63 68 65 46 69 6c 65 3a  49 6e 76 61 6c 69 64 20  |cheFile:Invalid |
00000440  66 6f 6e 74 20 63 61 63  68 65 20 66 69 6c 65 0a  |font cache file.|
00000450  45 72 72 46 69 65 6c 64  4e 6f 74 46 6f 75 6e 64  |ErrFieldNotFound|
00000460  3a 25 30 20 66 69 65 6c  64 20 6e 6f 74 20 70 72  |:%0 field not pr|
00000470  65 73 65 6e 74 20 69 6e  20 66 6f 6e 74 20 73 74  |esent in font st|
00000480  72 69 6e 67 0a 45 72 72  42 61 64 4d 61 74 72 69  |ring.ErrBadMatri|
00000490  78 3a 49 6e 76 61 6c 69  64 20 6d 61 74 72 69 78  |x:Invalid matrix|
000004a0  20 70 61 73 73 65 64 20  74 6f 20 46 6f 6e 74 20  | passed to Font |
000004b0  4d 61 6e 61 67 65 72 0a  45 72 72 44 69 76 62 79  |Manager.ErrDivby|
000004c0  30 3a 44 69 76 69 73 69  6f 6e 20 62 79 20 7a 65  |0:Division by ze|
000004d0  72 6f 0a 45 72 72 42 61  64 52 65 61 64 4d 65 74  |ro.ErrBadReadMet|
000004e0  72 69 63 73 3a 46 6f 6e  74 5f 52 65 61 64 46 6f  |rics:Font_ReadFo|
000004f0  6e 74 4d 65 74 72 69 63  73 20 6e 6f 74 20 61 6c  |ntMetrics not al|
00000500  6c 6f 77 65 64 20 6f 6e  20 61 20 74 72 61 6e 73  |lowed on a trans|
00000510  66 6f 72 6d 65 64 20 66  6f 6e 74 0a 45 72 72 42  |formed font.ErrB|
00000520  61 64 52 47 42 3a 55 6e  64 65 66 69 6e 65 64 20  |adRGB:Undefined |
00000530  52 47 42 20 66 6f 6e 74  20 63 6f 6c 6f 75 72 73  |RGB font colours|
00000540  0a 45 72 72 45 6e 63 6f  64 69 6e 67 4e 6f 74 46  |.ErrEncodingNotF|
00000550  6f 75 6e 64 3a 25 30 20  65 6e 63 6f 64 69 6e 67  |ound:%0 encoding|
00000560  20 6e 6f 74 20 66 6f 75  6e 64 0a 45 72 72 4d 75  | not found.ErrMu|
00000570  73 74 48 61 76 65 53 6c  61 73 68 3a 49 64 65 6e  |stHaveSlash:Iden|
00000580  74 69 66 69 65 72 20 27  25 31 27 20 73 68 6f 75  |tifier '%1' shou|
00000590  6c 64 20 62 65 20 70 72  65 63 65 64 65 64 20 62  |ld be preceded b|
000005a0  79 20 27 2f 27 20 69 6e  20 65 6e 63 6f 64 69 6e  |y '/' in encodin|
000005b0  67 20 27 25 30 27 0a 45  72 72 42 61 64 45 6e 63  |g '%0'.ErrBadEnc|
000005c0  6f 64 69 6e 67 53 69 7a  65 3a 4d 61 78 20 74 6f  |odingSize:Max to|
000005d0  74 61 6c 20 73 69 7a 65  20 6f 66 20 69 6e 70 75  |tal size of inpu|
000005e0  74 20 61 6e 64 20 6f 75  74 70 75 74 20 65 6e 63  |t and output enc|
000005f0  6f 64 69 6e 67 20 66 69  6c 65 73 20 69 73 20 31  |oding files is 1|
00000600  36 6b 0a 45 72 72 54 6f  6f 4d 61 6e 79 49 44 73  |6k.ErrTooManyIDs|
00000610  3a 54 6f 6f 20 6d 61 6e  79 20 69 64 65 6e 74 69  |:Too many identi|
00000620  66 69 65 72 73 20 69 6e  20 25 30 20 65 6e 63 6f  |fiers in %0 enco|
00000630  64 69 6e 67 0a 45 72 72  54 6f 6f 46 65 77 49 44  |ding.ErrTooFewID|
00000640  73 3a 4e 6f 74 20 65 6e  6f 75 67 68 20 69 64 65  |s:Not enough ide|
00000650  6e 74 69 66 69 65 72 73  20 69 6e 20 25 30 20 65  |ntifiers in %0 e|
00000660  6e 63 6f 64 69 6e 67 0a  45 72 72 4e 6f 42 61 73  |ncoding.ErrNoBas|
00000670  65 45 6e 63 6f 64 69 6e  67 3a 42 61 73 65 20 65  |eEncoding:Base e|
00000680  6e 63 6f 64 69 6e 67 20  25 30 20 6e 6f 74 20 66  |ncoding %0 not f|
00000690  6f 75 6e 64 0a 45 72 72  49 64 65 6e 74 69 66 69  |ound.ErrIdentifi|
000006a0  65 72 4e 6f 74 46 6f 75  6e 64 3a 49 64 65 6e 74  |erNotFound:Ident|
000006b0  69 66 69 65 72 20 25 31  20 6e 6f 74 20 66 6f 75  |ifier %1 not fou|
000006c0  6e 64 20 69 6e 20 65 6e  63 6f 64 69 6e 67 20 25  |nd in encoding %|
000006d0  30 0a 45 72 72 54 6f 6f  4d 61 6e 79 43 68 75 6e  |0.ErrTooManyChun|
000006e0  6b 73 3a 54 6f 6f 20 6d  61 6e 79 20 63 68 61 72  |ks:Too many char|
000006f0  61 63 74 65 72 73 20 69  6e 20 25 30 0a 45 72 72  |acters in %0.Err|
00000700  42 61 64 46 6f 6e 74 46  69 6c 65 32 3a 49 6c 6c  |BadFontFile2:Ill|
00000710  65 67 61 6c 20 66 6f 6e  74 20 66 69 6c 65 20 69  |egal font file i|
00000720  6e 20 25 30 0a 45 72 72  44 61 74 61 4e 6f 74 46  |n %0.ErrDataNotF|
00000730  6f 75 6e 64 3a 46 6f 6e  74 20 64 61 74 61 20 6e  |ound:Font data n|
00000740  6f 74 20 66 6f 75 6e 64  0a 45 72 72 44 61 74 61  |ot found.ErrData|
00000750  4e 6f 74 46 6f 75 6e 64  32 3a 4e 6f 20 73 75 69  |NotFound2:No sui|
00000760  74 61 62 6c 65 20 66 6f  6e 74 20 64 61 74 61 20  |table font data |
00000770  66 6f 72 20 25 30 0a                              |for %0.|
00000777