Home » Archimedes archive » Acorn User » AU 1994-12.adf » !StarInfo_StarInfo » Kemp/!DrawSpace/!Help

Kemp/!DrawSpace/!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 » Archimedes archive » Acorn User » AU 1994-12.adf » !StarInfo_StarInfo
Filename: Kemp/!DrawSpace/!Help
Read OK:
File size: 0CAF bytes
Load address: 0000
Exec address: 0000
File contents
                               ** !DrawSpace **
             
                                by Andrew Kemp
             
                             � KCE Software, 1994

Purpose
=======

OK, so RISC OS 3 fonts support autokerning. But when do you ever see it, unless
you have some expensive DTP package? Quite possibly all over the place, but I
can't say I have noticed - hence DrawSpace.

There are two ways of using DrawSpace. Firstly, you can just use the main
dialogue box to set up autokerned text objects, and drag them into Draw editing
windows. Alternatively it can be used to process existing drawfiles, turning
all non-system font text (excluding text areas) into autokerned objects.

Using DrawSpace
===============

Well, its all pretty simple really...

To create an autokerned text object, use the options in the 'Font' group box to
set up the size, colour and font name. Then type the text into the writable
icon at the bottom of the window, and press return (or click on 'Save'). Then
drag the icon from the save box to a directory display, or a Draw window, or
whatever... surely you can work save boxes?

To process an existing drawfile, just drag it onto the DrawSpace window. Once
processed, a save box will pop up, allowing you to drag the modified file back
to Draw, or to a directory display or whatever... haven't we done this before?

"Technical" stuff
=================

Drawfiles only support autokerning of transformed text objects. This means
that any ordinary text objects are converted when processing files. The result
of this is that many drawfiles will get larger, as transformed objects require
extra data such as transformation matrices.

All text objects (except text areas) have autokerning turned on, even if the
font doesn't support (or need) it. This isn't really a problem, although it
may result in such files becoming larger than strictly necessary. However it
does have the advantage that if you later get a more up to date version of a
font, so that it now supports autokerning, your (processed) drawfiles will
automatically use the data.

Anything in the system font is left alone.

DrawSpace supports RAM transfer both ways - so you can just drag files back and
forth between Draw and DrawSpace.

DrawSpace fully supports Acorn's interactive help system.

Bugs
====

Well I don't actually know what they are at the moment. But they're bound to
be there - so if you want them fixed, please do let me know what they are...
Any suggestions for improvements will also be gratefully received, although I can't guarantee they will be implemented...

Disclaimer
==========

I accept no responsibility for anything you don't like about this application -
if you choose to use it, then that is entirely your own problem, and entirely
at your own risk.

Contacting me...
===============

email      : ajwk100@hermes.cam.ac.uk - during term time until summer 1997

snail mail : 23 Conifer Close
             Church Crookham
             Fleet
             Hants
             GU13 0LR

telephone : (0252) 617646 outside university terms

Credits
=======

Some of the Wimp procedures and functions used in DrawSpace were written in conjunction with Keven Cook (KCE Software)

Everything else is my own work.
00000000  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2a  |               *|
00000020  2a 20 21 44 72 61 77 53  70 61 63 65 20 2a 2a 0a  |* !DrawSpace **.|
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 0a 20 20  |             .  |
00000040  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000050  20 20 20 20 20 20 20 20  20 20 20 20 20 20 62 79  |              by|
00000060  20 41 6e 64 72 65 77 20  4b 65 6d 70 0a 20 20 20  | Andrew Kemp.   |
00000070  20 20 20 20 20 20 20 20  20 20 0a 20 20 20 20 20  |          .     |
00000080  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000090  20 20 20 20 20 20 20 20  a9 20 4b 43 45 20 53 6f  |        . KCE So|
000000a0  66 74 77 61 72 65 2c 20  31 39 39 34 0a 0a 50 75  |ftware, 1994..Pu|
000000b0  72 70 6f 73 65 0a 3d 3d  3d 3d 3d 3d 3d 0a 0a 4f  |rpose.=======..O|
000000c0  4b 2c 20 73 6f 20 52 49  53 43 20 4f 53 20 33 20  |K, so RISC OS 3 |
000000d0  66 6f 6e 74 73 20 73 75  70 70 6f 72 74 20 61 75  |fonts support au|
000000e0  74 6f 6b 65 72 6e 69 6e  67 2e 20 42 75 74 20 77  |tokerning. But w|
000000f0  68 65 6e 20 64 6f 20 79  6f 75 20 65 76 65 72 20  |hen do you ever |
00000100  73 65 65 20 69 74 2c 20  75 6e 6c 65 73 73 0a 79  |see it, unless.y|
00000110  6f 75 20 68 61 76 65 20  73 6f 6d 65 20 65 78 70  |ou have some exp|
00000120  65 6e 73 69 76 65 20 44  54 50 20 70 61 63 6b 61  |ensive DTP packa|
00000130  67 65 3f 20 51 75 69 74  65 20 70 6f 73 73 69 62  |ge? Quite possib|
00000140  6c 79 20 61 6c 6c 20 6f  76 65 72 20 74 68 65 20  |ly all over the |
00000150  70 6c 61 63 65 2c 20 62  75 74 20 49 0a 63 61 6e  |place, but I.can|
00000160  27 74 20 73 61 79 20 49  20 68 61 76 65 20 6e 6f  |'t say I have no|
00000170  74 69 63 65 64 20 2d 20  68 65 6e 63 65 20 44 72  |ticed - hence Dr|
00000180  61 77 53 70 61 63 65 2e  0a 0a 54 68 65 72 65 20  |awSpace...There |
00000190  61 72 65 20 74 77 6f 20  77 61 79 73 20 6f 66 20  |are two ways of |
000001a0  75 73 69 6e 67 20 44 72  61 77 53 70 61 63 65 2e  |using DrawSpace.|
000001b0  20 46 69 72 73 74 6c 79  2c 20 79 6f 75 20 63 61  | Firstly, you ca|
000001c0  6e 20 6a 75 73 74 20 75  73 65 20 74 68 65 20 6d  |n just use the m|
000001d0  61 69 6e 0a 64 69 61 6c  6f 67 75 65 20 62 6f 78  |ain.dialogue box|
000001e0  20 74 6f 20 73 65 74 20  75 70 20 61 75 74 6f 6b  | to set up autok|
000001f0  65 72 6e 65 64 20 74 65  78 74 20 6f 62 6a 65 63  |erned text objec|
00000200  74 73 2c 20 61 6e 64 20  64 72 61 67 20 74 68 65  |ts, and drag the|
00000210  6d 20 69 6e 74 6f 20 44  72 61 77 20 65 64 69 74  |m into Draw edit|
00000220  69 6e 67 0a 77 69 6e 64  6f 77 73 2e 20 41 6c 74  |ing.windows. Alt|
00000230  65 72 6e 61 74 69 76 65  6c 79 20 69 74 20 63 61  |ernatively it ca|
00000240  6e 20 62 65 20 75 73 65  64 20 74 6f 20 70 72 6f  |n be used to pro|
00000250  63 65 73 73 20 65 78 69  73 74 69 6e 67 20 64 72  |cess existing dr|
00000260  61 77 66 69 6c 65 73 2c  20 74 75 72 6e 69 6e 67  |awfiles, turning|
00000270  0a 61 6c 6c 20 6e 6f 6e  2d 73 79 73 74 65 6d 20  |.all non-system |
00000280  66 6f 6e 74 20 74 65 78  74 20 28 65 78 63 6c 75  |font text (exclu|
00000290  64 69 6e 67 20 74 65 78  74 20 61 72 65 61 73 29  |ding text areas)|
000002a0  20 69 6e 74 6f 20 61 75  74 6f 6b 65 72 6e 65 64  | into autokerned|
000002b0  20 6f 62 6a 65 63 74 73  2e 0a 0a 55 73 69 6e 67  | objects...Using|
000002c0  20 44 72 61 77 53 70 61  63 65 0a 3d 3d 3d 3d 3d  | DrawSpace.=====|
000002d0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 57 65 6c 6c  |==========..Well|
000002e0  2c 20 69 74 73 20 61 6c  6c 20 70 72 65 74 74 79  |, its all pretty|
000002f0  20 73 69 6d 70 6c 65 20  72 65 61 6c 6c 79 2e 2e  | simple really..|
00000300  2e 0a 0a 54 6f 20 63 72  65 61 74 65 20 61 6e 20  |...To create an |
00000310  61 75 74 6f 6b 65 72 6e  65 64 20 74 65 78 74 20  |autokerned text |
00000320  6f 62 6a 65 63 74 2c 20  75 73 65 20 74 68 65 20  |object, use the |
00000330  6f 70 74 69 6f 6e 73 20  69 6e 20 74 68 65 20 27  |options in the '|
00000340  46 6f 6e 74 27 20 67 72  6f 75 70 20 62 6f 78 20  |Font' group box |
00000350  74 6f 0a 73 65 74 20 75  70 20 74 68 65 20 73 69  |to.set up the si|
00000360  7a 65 2c 20 63 6f 6c 6f  75 72 20 61 6e 64 20 66  |ze, colour and f|
00000370  6f 6e 74 20 6e 61 6d 65  2e 20 54 68 65 6e 20 74  |ont name. Then t|
00000380  79 70 65 20 74 68 65 20  74 65 78 74 20 69 6e 74  |ype the text int|
00000390  6f 20 74 68 65 20 77 72  69 74 61 62 6c 65 0a 69  |o the writable.i|
000003a0  63 6f 6e 20 61 74 20 74  68 65 20 62 6f 74 74 6f  |con at the botto|
000003b0  6d 20 6f 66 20 74 68 65  20 77 69 6e 64 6f 77 2c  |m of the window,|
000003c0  20 61 6e 64 20 70 72 65  73 73 20 72 65 74 75 72  | and press retur|
000003d0  6e 20 28 6f 72 20 63 6c  69 63 6b 20 6f 6e 20 27  |n (or click on '|
000003e0  53 61 76 65 27 29 2e 20  54 68 65 6e 0a 64 72 61  |Save'). Then.dra|
000003f0  67 20 74 68 65 20 69 63  6f 6e 20 66 72 6f 6d 20  |g the icon from |
00000400  74 68 65 20 73 61 76 65  20 62 6f 78 20 74 6f 20  |the save box to |
00000410  61 20 64 69 72 65 63 74  6f 72 79 20 64 69 73 70  |a directory disp|
00000420  6c 61 79 2c 20 6f 72 20  61 20 44 72 61 77 20 77  |lay, or a Draw w|
00000430  69 6e 64 6f 77 2c 20 6f  72 0a 77 68 61 74 65 76  |indow, or.whatev|
00000440  65 72 2e 2e 2e 20 73 75  72 65 6c 79 20 79 6f 75  |er... surely you|
00000450  20 63 61 6e 20 77 6f 72  6b 20 73 61 76 65 20 62  | can work save b|
00000460  6f 78 65 73 3f 0a 0a 54  6f 20 70 72 6f 63 65 73  |oxes?..To proces|
00000470  73 20 61 6e 20 65 78 69  73 74 69 6e 67 20 64 72  |s an existing dr|
00000480  61 77 66 69 6c 65 2c 20  6a 75 73 74 20 64 72 61  |awfile, just dra|
00000490  67 20 69 74 20 6f 6e 74  6f 20 74 68 65 20 44 72  |g it onto the Dr|
000004a0  61 77 53 70 61 63 65 20  77 69 6e 64 6f 77 2e 20  |awSpace window. |
000004b0  4f 6e 63 65 0a 70 72 6f  63 65 73 73 65 64 2c 20  |Once.processed, |
000004c0  61 20 73 61 76 65 20 62  6f 78 20 77 69 6c 6c 20  |a save box will |
000004d0  70 6f 70 20 75 70 2c 20  61 6c 6c 6f 77 69 6e 67  |pop up, allowing|
000004e0  20 79 6f 75 20 74 6f 20  64 72 61 67 20 74 68 65  | you to drag the|
000004f0  20 6d 6f 64 69 66 69 65  64 20 66 69 6c 65 20 62  | modified file b|
00000500  61 63 6b 0a 74 6f 20 44  72 61 77 2c 20 6f 72 20  |ack.to Draw, or |
00000510  74 6f 20 61 20 64 69 72  65 63 74 6f 72 79 20 64  |to a directory d|
00000520  69 73 70 6c 61 79 20 6f  72 20 77 68 61 74 65 76  |isplay or whatev|
00000530  65 72 2e 2e 2e 20 68 61  76 65 6e 27 74 20 77 65  |er... haven't we|
00000540  20 64 6f 6e 65 20 74 68  69 73 20 62 65 66 6f 72  | done this befor|
00000550  65 3f 0a 0a 22 54 65 63  68 6e 69 63 61 6c 22 20  |e?.."Technical" |
00000560  73 74 75 66 66 0a 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |stuff.==========|
00000570  3d 3d 3d 3d 3d 3d 3d 0a  0a 44 72 61 77 66 69 6c  |=======..Drawfil|
00000580  65 73 20 6f 6e 6c 79 20  73 75 70 70 6f 72 74 20  |es only support |
00000590  61 75 74 6f 6b 65 72 6e  69 6e 67 20 6f 66 20 74  |autokerning of t|
000005a0  72 61 6e 73 66 6f 72 6d  65 64 20 74 65 78 74 20  |ransformed text |
000005b0  6f 62 6a 65 63 74 73 2e  20 54 68 69 73 20 6d 65  |objects. This me|
000005c0  61 6e 73 0a 74 68 61 74  20 61 6e 79 20 6f 72 64  |ans.that any ord|
000005d0  69 6e 61 72 79 20 74 65  78 74 20 6f 62 6a 65 63  |inary text objec|
000005e0  74 73 20 61 72 65 20 63  6f 6e 76 65 72 74 65 64  |ts are converted|
000005f0  20 77 68 65 6e 20 70 72  6f 63 65 73 73 69 6e 67  | when processing|
00000600  20 66 69 6c 65 73 2e 20  54 68 65 20 72 65 73 75  | files. The resu|
00000610  6c 74 0a 6f 66 20 74 68  69 73 20 69 73 20 74 68  |lt.of this is th|
00000620  61 74 20 6d 61 6e 79 20  64 72 61 77 66 69 6c 65  |at many drawfile|
00000630  73 20 77 69 6c 6c 20 67  65 74 20 6c 61 72 67 65  |s will get large|
00000640  72 2c 20 61 73 20 74 72  61 6e 73 66 6f 72 6d 65  |r, as transforme|
00000650  64 20 6f 62 6a 65 63 74  73 20 72 65 71 75 69 72  |d objects requir|
00000660  65 0a 65 78 74 72 61 20  64 61 74 61 20 73 75 63  |e.extra data suc|
00000670  68 20 61 73 20 74 72 61  6e 73 66 6f 72 6d 61 74  |h as transformat|
00000680  69 6f 6e 20 6d 61 74 72  69 63 65 73 2e 0a 0a 41  |ion matrices...A|
00000690  6c 6c 20 74 65 78 74 20  6f 62 6a 65 63 74 73 20  |ll text objects |
000006a0  28 65 78 63 65 70 74 20  74 65 78 74 20 61 72 65  |(except text are|
000006b0  61 73 29 20 68 61 76 65  20 61 75 74 6f 6b 65 72  |as) have autoker|
000006c0  6e 69 6e 67 20 74 75 72  6e 65 64 20 6f 6e 2c 20  |ning turned on, |
000006d0  65 76 65 6e 20 69 66 20  74 68 65 0a 66 6f 6e 74  |even if the.font|
000006e0  20 64 6f 65 73 6e 27 74  20 73 75 70 70 6f 72 74  | doesn't support|
000006f0  20 28 6f 72 20 6e 65 65  64 29 20 69 74 2e 20 54  | (or need) it. T|
00000700  68 69 73 20 69 73 6e 27  74 20 72 65 61 6c 6c 79  |his isn't really|
00000710  20 61 20 70 72 6f 62 6c  65 6d 2c 20 61 6c 74 68  | a problem, alth|
00000720  6f 75 67 68 20 69 74 0a  6d 61 79 20 72 65 73 75  |ough it.may resu|
00000730  6c 74 20 69 6e 20 73 75  63 68 20 66 69 6c 65 73  |lt in such files|
00000740  20 62 65 63 6f 6d 69 6e  67 20 6c 61 72 67 65 72  | becoming larger|
00000750  20 74 68 61 6e 20 73 74  72 69 63 74 6c 79 20 6e  | than strictly n|
00000760  65 63 65 73 73 61 72 79  2e 20 48 6f 77 65 76 65  |ecessary. Howeve|
00000770  72 20 69 74 0a 64 6f 65  73 20 68 61 76 65 20 74  |r it.does have t|
00000780  68 65 20 61 64 76 61 6e  74 61 67 65 20 74 68 61  |he advantage tha|
00000790  74 20 69 66 20 79 6f 75  20 6c 61 74 65 72 20 67  |t if you later g|
000007a0  65 74 20 61 20 6d 6f 72  65 20 75 70 20 74 6f 20  |et a more up to |
000007b0  64 61 74 65 20 76 65 72  73 69 6f 6e 20 6f 66 20  |date version of |
000007c0  61 0a 66 6f 6e 74 2c 20  73 6f 20 74 68 61 74 20  |a.font, so that |
000007d0  69 74 20 6e 6f 77 20 73  75 70 70 6f 72 74 73 20  |it now supports |
000007e0  61 75 74 6f 6b 65 72 6e  69 6e 67 2c 20 79 6f 75  |autokerning, you|
000007f0  72 20 28 70 72 6f 63 65  73 73 65 64 29 20 64 72  |r (processed) dr|
00000800  61 77 66 69 6c 65 73 20  77 69 6c 6c 0a 61 75 74  |awfiles will.aut|
00000810  6f 6d 61 74 69 63 61 6c  6c 79 20 75 73 65 20 74  |omatically use t|
00000820  68 65 20 64 61 74 61 2e  0a 0a 41 6e 79 74 68 69  |he data...Anythi|
00000830  6e 67 20 69 6e 20 74 68  65 20 73 79 73 74 65 6d  |ng in the system|
00000840  20 66 6f 6e 74 20 69 73  20 6c 65 66 74 20 61 6c  | font is left al|
00000850  6f 6e 65 2e 0a 0a 44 72  61 77 53 70 61 63 65 20  |one...DrawSpace |
00000860  73 75 70 70 6f 72 74 73  20 52 41 4d 20 74 72 61  |supports RAM tra|
00000870  6e 73 66 65 72 20 62 6f  74 68 20 77 61 79 73 20  |nsfer both ways |
00000880  2d 20 73 6f 20 79 6f 75  20 63 61 6e 20 6a 75 73  |- so you can jus|
00000890  74 20 64 72 61 67 20 66  69 6c 65 73 20 62 61 63  |t drag files bac|
000008a0  6b 20 61 6e 64 0a 66 6f  72 74 68 20 62 65 74 77  |k and.forth betw|
000008b0  65 65 6e 20 44 72 61 77  20 61 6e 64 20 44 72 61  |een Draw and Dra|
000008c0  77 53 70 61 63 65 2e 0a  0a 44 72 61 77 53 70 61  |wSpace...DrawSpa|
000008d0  63 65 20 66 75 6c 6c 79  20 73 75 70 70 6f 72 74  |ce fully support|
000008e0  73 20 41 63 6f 72 6e 27  73 20 69 6e 74 65 72 61  |s Acorn's intera|
000008f0  63 74 69 76 65 20 68 65  6c 70 20 73 79 73 74 65  |ctive help syste|
00000900  6d 2e 0a 0a 42 75 67 73  0a 3d 3d 3d 3d 0a 0a 57  |m...Bugs.====..W|
00000910  65 6c 6c 20 49 20 64 6f  6e 27 74 20 61 63 74 75  |ell I don't actu|
00000920  61 6c 6c 79 20 6b 6e 6f  77 20 77 68 61 74 20 74  |ally know what t|
00000930  68 65 79 20 61 72 65 20  61 74 20 74 68 65 20 6d  |hey are at the m|
00000940  6f 6d 65 6e 74 2e 20 42  75 74 20 74 68 65 79 27  |oment. But they'|
00000950  72 65 20 62 6f 75 6e 64  20 74 6f 0a 62 65 20 74  |re bound to.be t|
00000960  68 65 72 65 20 2d 20 73  6f 20 69 66 20 79 6f 75  |here - so if you|
00000970  20 77 61 6e 74 20 74 68  65 6d 20 66 69 78 65 64  | want them fixed|
00000980  2c 20 70 6c 65 61 73 65  20 64 6f 20 6c 65 74 20  |, please do let |
00000990  6d 65 20 6b 6e 6f 77 20  77 68 61 74 20 74 68 65  |me know what the|
000009a0  79 20 61 72 65 2e 2e 2e  0a 41 6e 79 20 73 75 67  |y are....Any sug|
000009b0  67 65 73 74 69 6f 6e 73  20 66 6f 72 20 69 6d 70  |gestions for imp|
000009c0  72 6f 76 65 6d 65 6e 74  73 20 77 69 6c 6c 20 61  |rovements will a|
000009d0  6c 73 6f 20 62 65 20 67  72 61 74 65 66 75 6c 6c  |lso be gratefull|
000009e0  79 20 72 65 63 65 69 76  65 64 2c 20 61 6c 74 68  |y received, alth|
000009f0  6f 75 67 68 20 49 20 63  61 6e 27 74 20 67 75 61  |ough I can't gua|
00000a00  72 61 6e 74 65 65 20 74  68 65 79 20 77 69 6c 6c  |rantee they will|
00000a10  20 62 65 20 69 6d 70 6c  65 6d 65 6e 74 65 64 2e  | be implemented.|
00000a20  2e 2e 0a 0a 44 69 73 63  6c 61 69 6d 65 72 0a 3d  |....Disclaimer.=|
00000a30  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 49 20 61 63 63  |=========..I acc|
00000a40  65 70 74 20 6e 6f 20 72  65 73 70 6f 6e 73 69 62  |ept no responsib|
00000a50  69 6c 69 74 79 20 66 6f  72 20 61 6e 79 74 68 69  |ility for anythi|
00000a60  6e 67 20 79 6f 75 20 64  6f 6e 27 74 20 6c 69 6b  |ng you don't lik|
00000a70  65 20 61 62 6f 75 74 20  74 68 69 73 20 61 70 70  |e about this app|
00000a80  6c 69 63 61 74 69 6f 6e  20 2d 0a 69 66 20 79 6f  |lication -.if yo|
00000a90  75 20 63 68 6f 6f 73 65  20 74 6f 20 75 73 65 20  |u choose to use |
00000aa0  69 74 2c 20 74 68 65 6e  20 74 68 61 74 20 69 73  |it, then that is|
00000ab0  20 65 6e 74 69 72 65 6c  79 20 79 6f 75 72 20 6f  | entirely your o|
00000ac0  77 6e 20 70 72 6f 62 6c  65 6d 2c 20 61 6e 64 20  |wn problem, and |
00000ad0  65 6e 74 69 72 65 6c 79  0a 61 74 20 79 6f 75 72  |entirely.at your|
00000ae0  20 6f 77 6e 20 72 69 73  6b 2e 0a 0a 43 6f 6e 74  | own risk...Cont|
00000af0  61 63 74 69 6e 67 20 6d  65 2e 2e 2e 0a 3d 3d 3d  |acting me....===|
00000b00  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 0a 0a 65 6d  |============..em|
00000b10  61 69 6c 20 20 20 20 20  20 3a 20 61 6a 77 6b 31  |ail      : ajwk1|
00000b20  30 30 40 68 65 72 6d 65  73 2e 63 61 6d 2e 61 63  |00@hermes.cam.ac|
00000b30  2e 75 6b 20 2d 20 64 75  72 69 6e 67 20 74 65 72  |.uk - during ter|
00000b40  6d 20 74 69 6d 65 20 75  6e 74 69 6c 20 73 75 6d  |m time until sum|
00000b50  6d 65 72 20 31 39 39 37  0a 0a 73 6e 61 69 6c 20  |mer 1997..snail |
00000b60  6d 61 69 6c 20 3a 20 32  33 20 43 6f 6e 69 66 65  |mail : 23 Conife|
00000b70  72 20 43 6c 6f 73 65 0a  20 20 20 20 20 20 20 20  |r Close.        |
00000b80  20 20 20 20 20 43 68 75  72 63 68 20 43 72 6f 6f  |     Church Croo|
00000b90  6b 68 61 6d 0a 20 20 20  20 20 20 20 20 20 20 20  |kham.           |
00000ba0  20 20 46 6c 65 65 74 0a  20 20 20 20 20 20 20 20  |  Fleet.        |
00000bb0  20 20 20 20 20 48 61 6e  74 73 0a 20 20 20 20 20  |     Hants.     |
00000bc0  20 20 20 20 20 20 20 20  47 55 31 33 20 30 4c 52  |        GU13 0LR|
00000bd0  0a 0a 74 65 6c 65 70 68  6f 6e 65 20 3a 20 28 30  |..telephone : (0|
00000be0  32 35 32 29 20 36 31 37  36 34 36 20 6f 75 74 73  |252) 617646 outs|
00000bf0  69 64 65 20 75 6e 69 76  65 72 73 69 74 79 20 74  |ide university t|
00000c00  65 72 6d 73 0a 0a 43 72  65 64 69 74 73 0a 3d 3d  |erms..Credits.==|
00000c10  3d 3d 3d 3d 3d 0a 0a 53  6f 6d 65 20 6f 66 20 74  |=====..Some of t|
00000c20  68 65 20 57 69 6d 70 20  70 72 6f 63 65 64 75 72  |he Wimp procedur|
00000c30  65 73 20 61 6e 64 20 66  75 6e 63 74 69 6f 6e 73  |es and functions|
00000c40  20 75 73 65 64 20 69 6e  20 44 72 61 77 53 70 61  | used in DrawSpa|
00000c50  63 65 20 77 65 72 65 20  77 72 69 74 74 65 6e 20  |ce were written |
00000c60  69 6e 20 63 6f 6e 6a 75  6e 63 74 69 6f 6e 20 77  |in conjunction w|
00000c70  69 74 68 20 4b 65 76 65  6e 20 43 6f 6f 6b 20 28  |ith Keven Cook (|
00000c80  4b 43 45 20 53 6f 66 74  77 61 72 65 29 0a 0a 45  |KCE Software)..E|
00000c90  76 65 72 79 74 68 69 6e  67 20 65 6c 73 65 20 69  |verything else i|
00000ca0  73 20 6d 79 20 6f 77 6e  20 77 6f 72 6b 2e 0a     |s my own work..|
00000caf