Home » Archimedes archive » Archimedes World » AW-1993-10.adf » AWOct93 » !AWOct93/Goodies/MkOblique/!MkOblique/ReadMe

!AWOct93/Goodies/MkOblique/!MkOblique/ReadMe

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 » Archimedes World » AW-1993-10.adf » AWOct93
Filename: !AWOct93/Goodies/MkOblique/!MkOblique/ReadMe
Read OK:
File size: 1B20 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
MkOblique  - Oblique Font maker
-------------------------------

Current version - 1.18
RISC OS 3.xx only as at least FontManager 3.00 is needed.


About MkOblique
---------------

The RISC OS3 fontmanager can automatically render oblique fonts
as long as the necessary files have been adapted.

It uses the Roman (original) version of the font as reference and
renders as an oblique font. Since adapting the necessary files is
a difficult and time consuming business, MkOblique has been created
to simplify the whole operation to a matter of dragging the fonts
directory on the icon. 

Note: a 'true' option on a menu is signified by a tick, 'false' is 
signified by no tick.
               

Making obliques (where Remove is set to false)
----------------------------------------------

To access the font directory, you can SHIFT-DOUBLE CLICK on !Fonts.
You will see many directories and you can drag any of these onto the 
MkOblique icon and it will be converted as soon as you drag the file and 
'drop' it onto the icon. Alternatively, you could just drag the !Fonts 
directory onto the icon and all fonts inside the application will be 
found and updated. Note: If a font already contains an Oblique variant, 
it will not be processed, i.e. the original oblique file will be preserved.

If you try to drag a file onto the MkOblique icon, the file will be 
ignored as only font directories are accepted. The program supports 
multiple drags, i.e. if you select two or more directories and drag them 
onto the icon, both directories will be processed.

Note the difference between OBLIQUE and ITALIC:
Oblique is a sheared roman font but italic contains italicised 
characters and the font is not just a sheared copy of the original.

Removing obliques (where Remove is set to true)
-----------------------------------------------

Program operation follows the method used above but if an oblique
created by MkOblique (not a 'normal' oblique) is found, a confirmation
box is produced (if Confirm is set to true. Otherwise the oblique is
deleted regardless.) If the user clicks on OK then the oblique is deleted. 
If Cancel is clicked on, the oblique is not deleted and if Recurse is 
also set to true, the program goes on to search for the next oblique
              

Technical data
--------------


Format of Outlines file:

<Font corename>\M <Width> <Rotation> <Shearing> <Height> <Horizontal offset> <Vertical offset>

These can be changed by the user. Since I don't have access to the RISC OS3
PRMs, I don't know the range that these numbers can be in legally so there
is little point of using a window to reconfigure the settings as an illegal
setting could cause havoc to the fontmanager.

The default is <corename>\M 65536 0 13930 65536 0 0
The numbers are held as strings, SYSTEM VARIABLES.
These are prefixed with MkOblique so you can recognise them easily and
are:

MkObliqueWidth
MkObliqueRotation
MkObliqueShearing
MkObliqueHeight
MkObliqueHOffset
MkObliqueVOffset

To see these and their settings press F12 from the desktop and type 
*Show MkOblique* and then press RETURN. You can set these variables from 
the command line (when you press F12 at the desktop)
Syntax:   *SET <name> <number>

e.g. *SET MkObliqueWidth 45632

To get back to the desktop, press RETURN.
Since I do not know the range, any number can be entered.
                         


Limitations of MkOblique
------------------------


Only Outline fonts will make working obliques. Bitmap fonts will produce
fonts which, when used in programs such as Edit, produce errors as there
is no suitable font data. You can recognise a bitmap font easily because
instead of there being an IntMetrics and an Outlines file, there will be
an IntMetrics and an x90y45 file. This represents the DPI of the bitmap
font. One example of this is type of file is Portrhouse.Standard. 

Since the OFM (Outline Font Manager) has been available in RISC OS2 !Fonts
applications for years now, it's unlikely you'll ever come across bitmap
fonts on the Archimedes. 


A further limitation is one of the calls the program uses. Whenever 
SWI OS_GBPB is called, unless the current directory is set to the filing 
system holding the directory the program is searching through, ADFS drive 
:0 will flash on and off when an oblique font is being used, even if the 
font is on another FS. An example to illustrate this is if, like me, you 
stored MkOblique and !Fonts on an IDEFS hard drive, the drive light for :0 
will flicker until the fonts have been created, UNLESS, before you drag the 
font or !Fonts directory onto the MkOblique icon, you type *IDEFS. 
However, you don't have to if you don't want to, it's only to stop the SWI
call from annoying you...


Summary table of options
------------------------
For all options where a valid oblique can be created: If Confirm is set to
true a confirmation box is produced. If OK is clicked on, then an oblique 
is created, if CANCEL is clicked on, that oblique is not made. If Confirm
is set to false, the program produces no confirmation box, it is assumed
that permission to create the oblique is given.

For all options where an oblique created by MkOblique can be removed: 
If Confirm is set to true a confirmation box is produced. If OK is clicked 
on, then the oblique is removed, if CANCEL is clicked on, the oblique is 
preserved. If Confirm is set to false, the program produces no confirmation 
box, it is assumed that permission to remove the oblique is given.

                                                   
Drag:   RECURSE true, REMOVE false  (default)
Result: Oblique made in all font directories
Notes:  You can drag !Fonts or the individual font directory, in fact
        any directory containing outline fonts.

Drag:   RECURSE false, REMOVE false 
Result: Oblique made in the directory dragged
Notes:  You cannot drag fonts, you must drag the directory you want
        the font made in, since recursion is not performed, if you drag
        a font which bold/medium (etc) variants, no oblique is made since
        you must drag the exact directory that you want the oblique 
        created in.

Drag:   RECURSE true, REMOVE true
Result: Any oblique created by MkOblique is removed on confirmation prompt. 
        Prompt is issued for all fonts. 
Notes:  Obliques not created by MkOblique are ignored. 
        If prompt reports OK then oblique is removed, if CANCEL is reported,
        oblique is not removed. Program looks for next oblique

Drag:   RECURSE false, REMOVE true
Result: If an oblique created by MkOblique is in the directory dragged,
        confirmation prompt is issued.  If prompt reports OK then oblique
        is removed, if CANCEL is reported, oblique is not removed.


-----------------------------------------------------------------------------


Credits: This program is based upon information supplied by Stephen Parkin 
in Acorn Computing and BBC Acorn User.

Martyn Rose, 1993
00000000  4d 6b 4f 62 6c 69 71 75  65 20 20 2d 20 4f 62 6c  |MkOblique  - Obl|
00000010  69 71 75 65 20 46 6f 6e  74 20 6d 61 6b 65 72 0a  |ique Font maker.|
00000020  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000030  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 0a  |---------------.|
00000040  0a 43 75 72 72 65 6e 74  20 76 65 72 73 69 6f 6e  |.Current version|
00000050  20 2d 20 31 2e 31 38 0a  52 49 53 43 20 4f 53 20  | - 1.18.RISC OS |
00000060  33 2e 78 78 20 6f 6e 6c  79 20 61 73 20 61 74 20  |3.xx only as at |
00000070  6c 65 61 73 74 20 46 6f  6e 74 4d 61 6e 61 67 65  |least FontManage|
00000080  72 20 33 2e 30 30 20 69  73 20 6e 65 65 64 65 64  |r 3.00 is needed|
00000090  2e 0a 0a 0a 41 62 6f 75  74 20 4d 6b 4f 62 6c 69  |....About MkObli|
000000a0  71 75 65 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |que.------------|
000000b0  2d 2d 2d 0a 0a 54 68 65  20 52 49 53 43 20 4f 53  |---..The RISC OS|
000000c0  33 20 66 6f 6e 74 6d 61  6e 61 67 65 72 20 63 61  |3 fontmanager ca|
000000d0  6e 20 61 75 74 6f 6d 61  74 69 63 61 6c 6c 79 20  |n automatically |
000000e0  72 65 6e 64 65 72 20 6f  62 6c 69 71 75 65 20 66  |render oblique f|
000000f0  6f 6e 74 73 0a 61 73 20  6c 6f 6e 67 20 61 73 20  |onts.as long as |
00000100  74 68 65 20 6e 65 63 65  73 73 61 72 79 20 66 69  |the necessary fi|
00000110  6c 65 73 20 68 61 76 65  20 62 65 65 6e 20 61 64  |les have been ad|
00000120  61 70 74 65 64 2e 0a 0a  49 74 20 75 73 65 73 20  |apted...It uses |
00000130  74 68 65 20 52 6f 6d 61  6e 20 28 6f 72 69 67 69  |the Roman (origi|
00000140  6e 61 6c 29 20 76 65 72  73 69 6f 6e 20 6f 66 20  |nal) version of |
00000150  74 68 65 20 66 6f 6e 74  20 61 73 20 72 65 66 65  |the font as refe|
00000160  72 65 6e 63 65 20 61 6e  64 0a 72 65 6e 64 65 72  |rence and.render|
00000170  73 20 61 73 20 61 6e 20  6f 62 6c 69 71 75 65 20  |s as an oblique |
00000180  66 6f 6e 74 2e 20 53 69  6e 63 65 20 61 64 61 70  |font. Since adap|
00000190  74 69 6e 67 20 74 68 65  20 6e 65 63 65 73 73 61  |ting the necessa|
000001a0  72 79 20 66 69 6c 65 73  20 69 73 0a 61 20 64 69  |ry files is.a di|
000001b0  66 66 69 63 75 6c 74 20  61 6e 64 20 74 69 6d 65  |fficult and time|
000001c0  20 63 6f 6e 73 75 6d 69  6e 67 20 62 75 73 69 6e  | consuming busin|
000001d0  65 73 73 2c 20 4d 6b 4f  62 6c 69 71 75 65 20 68  |ess, MkOblique h|
000001e0  61 73 20 62 65 65 6e 20  63 72 65 61 74 65 64 0a  |as been created.|
000001f0  74 6f 20 73 69 6d 70 6c  69 66 79 20 74 68 65 20  |to simplify the |
00000200  77 68 6f 6c 65 20 6f 70  65 72 61 74 69 6f 6e 20  |whole operation |
00000210  74 6f 20 61 20 6d 61 74  74 65 72 20 6f 66 20 64  |to a matter of d|
00000220  72 61 67 67 69 6e 67 20  74 68 65 20 66 6f 6e 74  |ragging the font|
00000230  73 0a 64 69 72 65 63 74  6f 72 79 20 6f 6e 20 74  |s.directory on t|
00000240  68 65 20 69 63 6f 6e 2e  20 0a 0a 4e 6f 74 65 3a  |he icon. ..Note:|
00000250  20 61 20 27 74 72 75 65  27 20 6f 70 74 69 6f 6e  | a 'true' option|
00000260  20 6f 6e 20 61 20 6d 65  6e 75 20 69 73 20 73 69  | on a menu is si|
00000270  67 6e 69 66 69 65 64 20  62 79 20 61 20 74 69 63  |gnified by a tic|
00000280  6b 2c 20 27 66 61 6c 73  65 27 20 69 73 20 0a 73  |k, 'false' is .s|
00000290  69 67 6e 69 66 69 65 64  20 62 79 20 6e 6f 20 74  |ignified by no t|
000002a0  69 63 6b 2e 0a 20 20 20  20 20 20 20 20 20 20 20  |ick..           |
000002b0  20 20 20 20 0a 0a 4d 61  6b 69 6e 67 20 6f 62 6c  |    ..Making obl|
000002c0  69 71 75 65 73 20 28 77  68 65 72 65 20 52 65 6d  |iques (where Rem|
000002d0  6f 76 65 20 69 73 20 73  65 74 20 74 6f 20 66 61  |ove is set to fa|
000002e0  6c 73 65 29 0a 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |lse).-----------|
000002f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000310  2d 2d 2d 0a 0a 54 6f 20  61 63 63 65 73 73 20 74  |---..To access t|
00000320  68 65 20 66 6f 6e 74 20  64 69 72 65 63 74 6f 72  |he font director|
00000330  79 2c 20 79 6f 75 20 63  61 6e 20 53 48 49 46 54  |y, you can SHIFT|
00000340  2d 44 4f 55 42 4c 45 20  43 4c 49 43 4b 20 6f 6e  |-DOUBLE CLICK on|
00000350  20 21 46 6f 6e 74 73 2e  0a 59 6f 75 20 77 69 6c  | !Fonts..You wil|
00000360  6c 20 73 65 65 20 6d 61  6e 79 20 64 69 72 65 63  |l see many direc|
00000370  74 6f 72 69 65 73 20 61  6e 64 20 79 6f 75 20 63  |tories and you c|
00000380  61 6e 20 64 72 61 67 20  61 6e 79 20 6f 66 20 74  |an drag any of t|
00000390  68 65 73 65 20 6f 6e 74  6f 20 74 68 65 20 0a 4d  |hese onto the .M|
000003a0  6b 4f 62 6c 69 71 75 65  20 69 63 6f 6e 20 61 6e  |kOblique icon an|
000003b0  64 20 69 74 20 77 69 6c  6c 20 62 65 20 63 6f 6e  |d it will be con|
000003c0  76 65 72 74 65 64 20 61  73 20 73 6f 6f 6e 20 61  |verted as soon a|
000003d0  73 20 79 6f 75 20 64 72  61 67 20 74 68 65 20 66  |s you drag the f|
000003e0  69 6c 65 20 61 6e 64 20  0a 27 64 72 6f 70 27 20  |ile and .'drop' |
000003f0  69 74 20 6f 6e 74 6f 20  74 68 65 20 69 63 6f 6e  |it onto the icon|
00000400  2e 20 41 6c 74 65 72 6e  61 74 69 76 65 6c 79 2c  |. Alternatively,|
00000410  20 79 6f 75 20 63 6f 75  6c 64 20 6a 75 73 74 20  | you could just |
00000420  64 72 61 67 20 74 68 65  20 21 46 6f 6e 74 73 20  |drag the !Fonts |
00000430  0a 64 69 72 65 63 74 6f  72 79 20 6f 6e 74 6f 20  |.directory onto |
00000440  74 68 65 20 69 63 6f 6e  20 61 6e 64 20 61 6c 6c  |the icon and all|
00000450  20 66 6f 6e 74 73 20 69  6e 73 69 64 65 20 74 68  | fonts inside th|
00000460  65 20 61 70 70 6c 69 63  61 74 69 6f 6e 20 77 69  |e application wi|
00000470  6c 6c 20 62 65 20 0a 66  6f 75 6e 64 20 61 6e 64  |ll be .found and|
00000480  20 75 70 64 61 74 65 64  2e 20 4e 6f 74 65 3a 20  | updated. Note: |
00000490  49 66 20 61 20 66 6f 6e  74 20 61 6c 72 65 61 64  |If a font alread|
000004a0  79 20 63 6f 6e 74 61 69  6e 73 20 61 6e 20 4f 62  |y contains an Ob|
000004b0  6c 69 71 75 65 20 76 61  72 69 61 6e 74 2c 20 0a  |lique variant, .|
000004c0  69 74 20 77 69 6c 6c 20  6e 6f 74 20 62 65 20 70  |it will not be p|
000004d0  72 6f 63 65 73 73 65 64  2c 20 69 2e 65 2e 20 74  |rocessed, i.e. t|
000004e0  68 65 20 6f 72 69 67 69  6e 61 6c 20 6f 62 6c 69  |he original obli|
000004f0  71 75 65 20 66 69 6c 65  20 77 69 6c 6c 20 62 65  |que file will be|
00000500  20 70 72 65 73 65 72 76  65 64 2e 0a 0a 49 66 20  | preserved...If |
00000510  79 6f 75 20 74 72 79 20  74 6f 20 64 72 61 67 20  |you try to drag |
00000520  61 20 66 69 6c 65 20 6f  6e 74 6f 20 74 68 65 20  |a file onto the |
00000530  4d 6b 4f 62 6c 69 71 75  65 20 69 63 6f 6e 2c 20  |MkOblique icon, |
00000540  74 68 65 20 66 69 6c 65  20 77 69 6c 6c 20 62 65  |the file will be|
00000550  20 0a 69 67 6e 6f 72 65  64 20 61 73 20 6f 6e 6c  | .ignored as onl|
00000560  79 20 66 6f 6e 74 20 64  69 72 65 63 74 6f 72 69  |y font directori|
00000570  65 73 20 61 72 65 20 61  63 63 65 70 74 65 64 2e  |es are accepted.|
00000580  20 54 68 65 20 70 72 6f  67 72 61 6d 20 73 75 70  | The program sup|
00000590  70 6f 72 74 73 20 0a 6d  75 6c 74 69 70 6c 65 20  |ports .multiple |
000005a0  64 72 61 67 73 2c 20 69  2e 65 2e 20 69 66 20 79  |drags, i.e. if y|
000005b0  6f 75 20 73 65 6c 65 63  74 20 74 77 6f 20 6f 72  |ou select two or|
000005c0  20 6d 6f 72 65 20 64 69  72 65 63 74 6f 72 69 65  | more directorie|
000005d0  73 20 61 6e 64 20 64 72  61 67 20 74 68 65 6d 20  |s and drag them |
000005e0  0a 6f 6e 74 6f 20 74 68  65 20 69 63 6f 6e 2c 20  |.onto the icon, |
000005f0  62 6f 74 68 20 64 69 72  65 63 74 6f 72 69 65 73  |both directories|
00000600  20 77 69 6c 6c 20 62 65  20 70 72 6f 63 65 73 73  | will be process|
00000610  65 64 2e 0a 0a 4e 6f 74  65 20 74 68 65 20 64 69  |ed...Note the di|
00000620  66 66 65 72 65 6e 63 65  20 62 65 74 77 65 65 6e  |fference between|
00000630  20 4f 42 4c 49 51 55 45  20 61 6e 64 20 49 54 41  | OBLIQUE and ITA|
00000640  4c 49 43 3a 0a 4f 62 6c  69 71 75 65 20 69 73 20  |LIC:.Oblique is |
00000650  61 20 73 68 65 61 72 65  64 20 72 6f 6d 61 6e 20  |a sheared roman |
00000660  66 6f 6e 74 20 62 75 74  20 69 74 61 6c 69 63 20  |font but italic |
00000670  63 6f 6e 74 61 69 6e 73  20 69 74 61 6c 69 63 69  |contains italici|
00000680  73 65 64 20 0a 63 68 61  72 61 63 74 65 72 73 20  |sed .characters |
00000690  61 6e 64 20 74 68 65 20  66 6f 6e 74 20 69 73 20  |and the font is |
000006a0  6e 6f 74 20 6a 75 73 74  20 61 20 73 68 65 61 72  |not just a shear|
000006b0  65 64 20 63 6f 70 79 20  6f 66 20 74 68 65 20 6f  |ed copy of the o|
000006c0  72 69 67 69 6e 61 6c 2e  0a 0a 52 65 6d 6f 76 69  |riginal...Removi|
000006d0  6e 67 20 6f 62 6c 69 71  75 65 73 20 28 77 68 65  |ng obliques (whe|
000006e0  72 65 20 52 65 6d 6f 76  65 20 69 73 20 73 65 74  |re Remove is set|
000006f0  20 74 6f 20 74 72 75 65  29 0a 2d 2d 2d 2d 2d 2d  | to true).------|
00000700  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000720  2d 2d 2d 2d 2d 2d 2d 2d  2d 0a 0a 50 72 6f 67 72  |---------..Progr|
00000730  61 6d 20 6f 70 65 72 61  74 69 6f 6e 20 66 6f 6c  |am operation fol|
00000740  6c 6f 77 73 20 74 68 65  20 6d 65 74 68 6f 64 20  |lows the method |
00000750  75 73 65 64 20 61 62 6f  76 65 20 62 75 74 20 69  |used above but i|
00000760  66 20 61 6e 20 6f 62 6c  69 71 75 65 0a 63 72 65  |f an oblique.cre|
00000770  61 74 65 64 20 62 79 20  4d 6b 4f 62 6c 69 71 75  |ated by MkObliqu|
00000780  65 20 28 6e 6f 74 20 61  20 27 6e 6f 72 6d 61 6c  |e (not a 'normal|
00000790  27 20 6f 62 6c 69 71 75  65 29 20 69 73 20 66 6f  |' oblique) is fo|
000007a0  75 6e 64 2c 20 61 20 63  6f 6e 66 69 72 6d 61 74  |und, a confirmat|
000007b0  69 6f 6e 0a 62 6f 78 20  69 73 20 70 72 6f 64 75  |ion.box is produ|
000007c0  63 65 64 20 28 69 66 20  43 6f 6e 66 69 72 6d 20  |ced (if Confirm |
000007d0  69 73 20 73 65 74 20 74  6f 20 74 72 75 65 2e 20  |is set to true. |
000007e0  4f 74 68 65 72 77 69 73  65 20 74 68 65 20 6f 62  |Otherwise the ob|
000007f0  6c 69 71 75 65 20 69 73  0a 64 65 6c 65 74 65 64  |lique is.deleted|
00000800  20 72 65 67 61 72 64 6c  65 73 73 2e 29 20 49 66  | regardless.) If|
00000810  20 74 68 65 20 75 73 65  72 20 63 6c 69 63 6b 73  | the user clicks|
00000820  20 6f 6e 20 4f 4b 20 74  68 65 6e 20 74 68 65 20  | on OK then the |
00000830  6f 62 6c 69 71 75 65 20  69 73 20 64 65 6c 65 74  |oblique is delet|
00000840  65 64 2e 20 0a 49 66 20  43 61 6e 63 65 6c 20 69  |ed. .If Cancel i|
00000850  73 20 63 6c 69 63 6b 65  64 20 6f 6e 2c 20 74 68  |s clicked on, th|
00000860  65 20 6f 62 6c 69 71 75  65 20 69 73 20 6e 6f 74  |e oblique is not|
00000870  20 64 65 6c 65 74 65 64  20 61 6e 64 20 69 66 20  | deleted and if |
00000880  52 65 63 75 72 73 65 20  69 73 20 0a 61 6c 73 6f  |Recurse is .also|
00000890  20 73 65 74 20 74 6f 20  74 72 75 65 2c 20 74 68  | set to true, th|
000008a0  65 20 70 72 6f 67 72 61  6d 20 67 6f 65 73 20 6f  |e program goes o|
000008b0  6e 20 74 6f 20 73 65 61  72 63 68 20 66 6f 72 20  |n to search for |
000008c0  74 68 65 20 6e 65 78 74  20 6f 62 6c 69 71 75 65  |the next oblique|
000008d0  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 0a  |.              .|
000008e0  0a 54 65 63 68 6e 69 63  61 6c 20 64 61 74 61 0a  |.Technical data.|
000008f0  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 0a 0a  |--------------..|
00000900  0a 46 6f 72 6d 61 74 20  6f 66 20 4f 75 74 6c 69  |.Format of Outli|
00000910  6e 65 73 20 66 69 6c 65  3a 0a 0a 3c 46 6f 6e 74  |nes file:..<Font|
00000920  20 63 6f 72 65 6e 61 6d  65 3e 5c 4d 20 3c 57 69  | corename>\M <Wi|
00000930  64 74 68 3e 20 3c 52 6f  74 61 74 69 6f 6e 3e 20  |dth> <Rotation> |
00000940  3c 53 68 65 61 72 69 6e  67 3e 20 3c 48 65 69 67  |<Shearing> <Heig|
00000950  68 74 3e 20 3c 48 6f 72  69 7a 6f 6e 74 61 6c 20  |ht> <Horizontal |
00000960  6f 66 66 73 65 74 3e 20  3c 56 65 72 74 69 63 61  |offset> <Vertica|
00000970  6c 20 6f 66 66 73 65 74  3e 0a 0a 54 68 65 73 65  |l offset>..These|
00000980  20 63 61 6e 20 62 65 20  63 68 61 6e 67 65 64 20  | can be changed |
00000990  62 79 20 74 68 65 20 75  73 65 72 2e 20 53 69 6e  |by the user. Sin|
000009a0  63 65 20 49 20 64 6f 6e  27 74 20 68 61 76 65 20  |ce I don't have |
000009b0  61 63 63 65 73 73 20 74  6f 20 74 68 65 20 52 49  |access to the RI|
000009c0  53 43 20 4f 53 33 0a 50  52 4d 73 2c 20 49 20 64  |SC OS3.PRMs, I d|
000009d0  6f 6e 27 74 20 6b 6e 6f  77 20 74 68 65 20 72 61  |on't know the ra|
000009e0  6e 67 65 20 74 68 61 74  20 74 68 65 73 65 20 6e  |nge that these n|
000009f0  75 6d 62 65 72 73 20 63  61 6e 20 62 65 20 69 6e  |umbers can be in|
00000a00  20 6c 65 67 61 6c 6c 79  20 73 6f 20 74 68 65 72  | legally so ther|
00000a10  65 0a 69 73 20 6c 69 74  74 6c 65 20 70 6f 69 6e  |e.is little poin|
00000a20  74 20 6f 66 20 75 73 69  6e 67 20 61 20 77 69 6e  |t of using a win|
00000a30  64 6f 77 20 74 6f 20 72  65 63 6f 6e 66 69 67 75  |dow to reconfigu|
00000a40  72 65 20 74 68 65 20 73  65 74 74 69 6e 67 73 20  |re the settings |
00000a50  61 73 20 61 6e 20 69 6c  6c 65 67 61 6c 0a 73 65  |as an illegal.se|
00000a60  74 74 69 6e 67 20 63 6f  75 6c 64 20 63 61 75 73  |tting could caus|
00000a70  65 20 68 61 76 6f 63 20  74 6f 20 74 68 65 20 66  |e havoc to the f|
00000a80  6f 6e 74 6d 61 6e 61 67  65 72 2e 0a 0a 54 68 65  |ontmanager...The|
00000a90  20 64 65 66 61 75 6c 74  20 69 73 20 3c 63 6f 72  | default is <cor|
00000aa0  65 6e 61 6d 65 3e 5c 4d  20 36 35 35 33 36 20 30  |ename>\M 65536 0|
00000ab0  20 31 33 39 33 30 20 36  35 35 33 36 20 30 20 30  | 13930 65536 0 0|
00000ac0  0a 54 68 65 20 6e 75 6d  62 65 72 73 20 61 72 65  |.The numbers are|
00000ad0  20 68 65 6c 64 20 61 73  20 73 74 72 69 6e 67 73  | held as strings|
00000ae0  2c 20 53 59 53 54 45 4d  20 56 41 52 49 41 42 4c  |, SYSTEM VARIABL|
00000af0  45 53 2e 0a 54 68 65 73  65 20 61 72 65 20 70 72  |ES..These are pr|
00000b00  65 66 69 78 65 64 20 77  69 74 68 20 4d 6b 4f 62  |efixed with MkOb|
00000b10  6c 69 71 75 65 20 73 6f  20 79 6f 75 20 63 61 6e  |lique so you can|
00000b20  20 72 65 63 6f 67 6e 69  73 65 20 74 68 65 6d 20  | recognise them |
00000b30  65 61 73 69 6c 79 20 61  6e 64 0a 61 72 65 3a 0a  |easily and.are:.|
00000b40  0a 4d 6b 4f 62 6c 69 71  75 65 57 69 64 74 68 0a  |.MkObliqueWidth.|
00000b50  4d 6b 4f 62 6c 69 71 75  65 52 6f 74 61 74 69 6f  |MkObliqueRotatio|
00000b60  6e 0a 4d 6b 4f 62 6c 69  71 75 65 53 68 65 61 72  |n.MkObliqueShear|
00000b70  69 6e 67 0a 4d 6b 4f 62  6c 69 71 75 65 48 65 69  |ing.MkObliqueHei|
00000b80  67 68 74 0a 4d 6b 4f 62  6c 69 71 75 65 48 4f 66  |ght.MkObliqueHOf|
00000b90  66 73 65 74 0a 4d 6b 4f  62 6c 69 71 75 65 56 4f  |fset.MkObliqueVO|
00000ba0  66 66 73 65 74 0a 0a 54  6f 20 73 65 65 20 74 68  |ffset..To see th|
00000bb0  65 73 65 20 61 6e 64 20  74 68 65 69 72 20 73 65  |ese and their se|
00000bc0  74 74 69 6e 67 73 20 70  72 65 73 73 20 46 31 32  |ttings press F12|
00000bd0  20 66 72 6f 6d 20 74 68  65 20 64 65 73 6b 74 6f  | from the deskto|
00000be0  70 20 61 6e 64 20 74 79  70 65 20 0a 2a 53 68 6f  |p and type .*Sho|
00000bf0  77 20 4d 6b 4f 62 6c 69  71 75 65 2a 20 61 6e 64  |w MkOblique* and|
00000c00  20 74 68 65 6e 20 70 72  65 73 73 20 52 45 54 55  | then press RETU|
00000c10  52 4e 2e 20 59 6f 75 20  63 61 6e 20 73 65 74 20  |RN. You can set |
00000c20  74 68 65 73 65 20 76 61  72 69 61 62 6c 65 73 20  |these variables |
00000c30  66 72 6f 6d 20 0a 74 68  65 20 63 6f 6d 6d 61 6e  |from .the comman|
00000c40  64 20 6c 69 6e 65 20 28  77 68 65 6e 20 79 6f 75  |d line (when you|
00000c50  20 70 72 65 73 73 20 46  31 32 20 61 74 20 74 68  | press F12 at th|
00000c60  65 20 64 65 73 6b 74 6f  70 29 0a 53 79 6e 74 61  |e desktop).Synta|
00000c70  78 3a 20 20 20 2a 53 45  54 20 3c 6e 61 6d 65 3e  |x:   *SET <name>|
00000c80  20 3c 6e 75 6d 62 65 72  3e 0a 0a 65 2e 67 2e 20  | <number>..e.g. |
00000c90  2a 53 45 54 20 4d 6b 4f  62 6c 69 71 75 65 57 69  |*SET MkObliqueWi|
00000ca0  64 74 68 20 34 35 36 33  32 0a 0a 54 6f 20 67 65  |dth 45632..To ge|
00000cb0  74 20 62 61 63 6b 20 74  6f 20 74 68 65 20 64 65  |t back to the de|
00000cc0  73 6b 74 6f 70 2c 20 70  72 65 73 73 20 52 45 54  |sktop, press RET|
00000cd0  55 52 4e 2e 0a 53 69 6e  63 65 20 49 20 64 6f 20  |URN..Since I do |
00000ce0  6e 6f 74 20 6b 6e 6f 77  20 74 68 65 20 72 61 6e  |not know the ran|
00000cf0  67 65 2c 20 61 6e 79 20  6e 75 6d 62 65 72 20 63  |ge, any number c|
00000d00  61 6e 20 62 65 20 65 6e  74 65 72 65 64 2e 0a 20  |an be entered.. |
00000d10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000d20  20 20 20 20 20 20 20 20  0a 0a 0a 4c 69 6d 69 74  |        ...Limit|
00000d30  61 74 69 6f 6e 73 20 6f  66 20 4d 6b 4f 62 6c 69  |ations of MkObli|
00000d40  71 75 65 0a 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |que.------------|
00000d50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 0a 0a 0a 4f  |------------...O|
00000d60  6e 6c 79 20 4f 75 74 6c  69 6e 65 20 66 6f 6e 74  |nly Outline font|
00000d70  73 20 77 69 6c 6c 20 6d  61 6b 65 20 77 6f 72 6b  |s will make work|
00000d80  69 6e 67 20 6f 62 6c 69  71 75 65 73 2e 20 42 69  |ing obliques. Bi|
00000d90  74 6d 61 70 20 66 6f 6e  74 73 20 77 69 6c 6c 20  |tmap fonts will |
00000da0  70 72 6f 64 75 63 65 0a  66 6f 6e 74 73 20 77 68  |produce.fonts wh|
00000db0  69 63 68 2c 20 77 68 65  6e 20 75 73 65 64 20 69  |ich, when used i|
00000dc0  6e 20 70 72 6f 67 72 61  6d 73 20 73 75 63 68 20  |n programs such |
00000dd0  61 73 20 45 64 69 74 2c  20 70 72 6f 64 75 63 65  |as Edit, produce|
00000de0  20 65 72 72 6f 72 73 20  61 73 20 74 68 65 72 65  | errors as there|
00000df0  0a 69 73 20 6e 6f 20 73  75 69 74 61 62 6c 65 20  |.is no suitable |
00000e00  66 6f 6e 74 20 64 61 74  61 2e 20 59 6f 75 20 63  |font data. You c|
00000e10  61 6e 20 72 65 63 6f 67  6e 69 73 65 20 61 20 62  |an recognise a b|
00000e20  69 74 6d 61 70 20 66 6f  6e 74 20 65 61 73 69 6c  |itmap font easil|
00000e30  79 20 62 65 63 61 75 73  65 0a 69 6e 73 74 65 61  |y because.instea|
00000e40  64 20 6f 66 20 74 68 65  72 65 20 62 65 69 6e 67  |d of there being|
00000e50  20 61 6e 20 49 6e 74 4d  65 74 72 69 63 73 20 61  | an IntMetrics a|
00000e60  6e 64 20 61 6e 20 4f 75  74 6c 69 6e 65 73 20 66  |nd an Outlines f|
00000e70  69 6c 65 2c 20 74 68 65  72 65 20 77 69 6c 6c 20  |ile, there will |
00000e80  62 65 0a 61 6e 20 49 6e  74 4d 65 74 72 69 63 73  |be.an IntMetrics|
00000e90  20 61 6e 64 20 61 6e 20  78 39 30 79 34 35 20 66  | and an x90y45 f|
00000ea0  69 6c 65 2e 20 54 68 69  73 20 72 65 70 72 65 73  |ile. This repres|
00000eb0  65 6e 74 73 20 74 68 65  20 44 50 49 20 6f 66 20  |ents the DPI of |
00000ec0  74 68 65 20 62 69 74 6d  61 70 0a 66 6f 6e 74 2e  |the bitmap.font.|
00000ed0  20 4f 6e 65 20 65 78 61  6d 70 6c 65 20 6f 66 20  | One example of |
00000ee0  74 68 69 73 20 69 73 20  74 79 70 65 20 6f 66 20  |this is type of |
00000ef0  66 69 6c 65 20 69 73 20  50 6f 72 74 72 68 6f 75  |file is Portrhou|
00000f00  73 65 2e 53 74 61 6e 64  61 72 64 2e 20 0a 0a 53  |se.Standard. ..S|
00000f10  69 6e 63 65 20 74 68 65  20 4f 46 4d 20 28 4f 75  |ince the OFM (Ou|
00000f20  74 6c 69 6e 65 20 46 6f  6e 74 20 4d 61 6e 61 67  |tline Font Manag|
00000f30  65 72 29 20 68 61 73 20  62 65 65 6e 20 61 76 61  |er) has been ava|
00000f40  69 6c 61 62 6c 65 20 69  6e 20 52 49 53 43 20 4f  |ilable in RISC O|
00000f50  53 32 20 21 46 6f 6e 74  73 0a 61 70 70 6c 69 63  |S2 !Fonts.applic|
00000f60  61 74 69 6f 6e 73 20 66  6f 72 20 79 65 61 72 73  |ations for years|
00000f70  20 6e 6f 77 2c 20 69 74  27 73 20 75 6e 6c 69 6b  | now, it's unlik|
00000f80  65 6c 79 20 79 6f 75 27  6c 6c 20 65 76 65 72 20  |ely you'll ever |
00000f90  63 6f 6d 65 20 61 63 72  6f 73 73 20 62 69 74 6d  |come across bitm|
00000fa0  61 70 0a 66 6f 6e 74 73  20 6f 6e 20 74 68 65 20  |ap.fonts on the |
00000fb0  41 72 63 68 69 6d 65 64  65 73 2e 20 0a 0a 0a 41  |Archimedes. ...A|
00000fc0  20 66 75 72 74 68 65 72  20 6c 69 6d 69 74 61 74  | further limitat|
00000fd0  69 6f 6e 20 69 73 20 6f  6e 65 20 6f 66 20 74 68  |ion is one of th|
00000fe0  65 20 63 61 6c 6c 73 20  74 68 65 20 70 72 6f 67  |e calls the prog|
00000ff0  72 61 6d 20 75 73 65 73  2e 20 57 68 65 6e 65 76  |ram uses. Whenev|
00001000  65 72 20 0a 53 57 49 20  4f 53 5f 47 42 50 42 20  |er .SWI OS_GBPB |
00001010  69 73 20 63 61 6c 6c 65  64 2c 20 75 6e 6c 65 73  |is called, unles|
00001020  73 20 74 68 65 20 63 75  72 72 65 6e 74 20 64 69  |s the current di|
00001030  72 65 63 74 6f 72 79 20  69 73 20 73 65 74 20 74  |rectory is set t|
00001040  6f 20 74 68 65 20 66 69  6c 69 6e 67 20 0a 73 79  |o the filing .sy|
00001050  73 74 65 6d 20 68 6f 6c  64 69 6e 67 20 74 68 65  |stem holding the|
00001060  20 64 69 72 65 63 74 6f  72 79 20 74 68 65 20 70  | directory the p|
00001070  72 6f 67 72 61 6d 20 69  73 20 73 65 61 72 63 68  |rogram is search|
00001080  69 6e 67 20 74 68 72 6f  75 67 68 2c 20 41 44 46  |ing through, ADF|
00001090  53 20 64 72 69 76 65 20  0a 3a 30 20 77 69 6c 6c  |S drive .:0 will|
000010a0  20 66 6c 61 73 68 20 6f  6e 20 61 6e 64 20 6f 66  | flash on and of|
000010b0  66 20 77 68 65 6e 20 61  6e 20 6f 62 6c 69 71 75  |f when an obliqu|
000010c0  65 20 66 6f 6e 74 20 69  73 20 62 65 69 6e 67 20  |e font is being |
000010d0  75 73 65 64 2c 20 65 76  65 6e 20 69 66 20 74 68  |used, even if th|
000010e0  65 20 0a 66 6f 6e 74 20  69 73 20 6f 6e 20 61 6e  |e .font is on an|
000010f0  6f 74 68 65 72 20 46 53  2e 20 41 6e 20 65 78 61  |other FS. An exa|
00001100  6d 70 6c 65 20 74 6f 20  69 6c 6c 75 73 74 72 61  |mple to illustra|
00001110  74 65 20 74 68 69 73 20  69 73 20 69 66 2c 20 6c  |te this is if, l|
00001120  69 6b 65 20 6d 65 2c 20  79 6f 75 20 0a 73 74 6f  |ike me, you .sto|
00001130  72 65 64 20 4d 6b 4f 62  6c 69 71 75 65 20 61 6e  |red MkOblique an|
00001140  64 20 21 46 6f 6e 74 73  20 6f 6e 20 61 6e 20 49  |d !Fonts on an I|
00001150  44 45 46 53 20 68 61 72  64 20 64 72 69 76 65 2c  |DEFS hard drive,|
00001160  20 74 68 65 20 64 72 69  76 65 20 6c 69 67 68 74  | the drive light|
00001170  20 66 6f 72 20 3a 30 20  0a 77 69 6c 6c 20 66 6c  | for :0 .will fl|
00001180  69 63 6b 65 72 20 75 6e  74 69 6c 20 74 68 65 20  |icker until the |
00001190  66 6f 6e 74 73 20 68 61  76 65 20 62 65 65 6e 20  |fonts have been |
000011a0  63 72 65 61 74 65 64 2c  20 55 4e 4c 45 53 53 2c  |created, UNLESS,|
000011b0  20 62 65 66 6f 72 65 20  79 6f 75 20 64 72 61 67  | before you drag|
000011c0  20 74 68 65 20 0a 66 6f  6e 74 20 6f 72 20 21 46  | the .font or !F|
000011d0  6f 6e 74 73 20 64 69 72  65 63 74 6f 72 79 20 6f  |onts directory o|
000011e0  6e 74 6f 20 74 68 65 20  4d 6b 4f 62 6c 69 71 75  |nto the MkObliqu|
000011f0  65 20 69 63 6f 6e 2c 20  79 6f 75 20 74 79 70 65  |e icon, you type|
00001200  20 2a 49 44 45 46 53 2e  20 0a 48 6f 77 65 76 65  | *IDEFS. .Howeve|
00001210  72 2c 20 79 6f 75 20 64  6f 6e 27 74 20 68 61 76  |r, you don't hav|
00001220  65 20 74 6f 20 69 66 20  79 6f 75 20 64 6f 6e 27  |e to if you don'|
00001230  74 20 77 61 6e 74 20 74  6f 2c 20 69 74 27 73 20  |t want to, it's |
00001240  6f 6e 6c 79 20 74 6f 20  73 74 6f 70 20 74 68 65  |only to stop the|
00001250  20 53 57 49 0a 63 61 6c  6c 20 66 72 6f 6d 20 61  | SWI.call from a|
00001260  6e 6e 6f 79 69 6e 67 20  79 6f 75 2e 2e 2e 0a 0a  |nnoying you.....|
00001270  0a 53 75 6d 6d 61 72 79  20 74 61 62 6c 65 20 6f  |.Summary table o|
00001280  66 20 6f 70 74 69 6f 6e  73 0a 2d 2d 2d 2d 2d 2d  |f options.------|
00001290  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000012a0  2d 2d 0a 46 6f 72 20 61  6c 6c 20 6f 70 74 69 6f  |--.For all optio|
000012b0  6e 73 20 77 68 65 72 65  20 61 20 76 61 6c 69 64  |ns where a valid|
000012c0  20 6f 62 6c 69 71 75 65  20 63 61 6e 20 62 65 20  | oblique can be |
000012d0  63 72 65 61 74 65 64 3a  20 49 66 20 43 6f 6e 66  |created: If Conf|
000012e0  69 72 6d 20 69 73 20 73  65 74 20 74 6f 0a 74 72  |irm is set to.tr|
000012f0  75 65 20 61 20 63 6f 6e  66 69 72 6d 61 74 69 6f  |ue a confirmatio|
00001300  6e 20 62 6f 78 20 69 73  20 70 72 6f 64 75 63 65  |n box is produce|
00001310  64 2e 20 49 66 20 4f 4b  20 69 73 20 63 6c 69 63  |d. If OK is clic|
00001320  6b 65 64 20 6f 6e 2c 20  74 68 65 6e 20 61 6e 20  |ked on, then an |
00001330  6f 62 6c 69 71 75 65 20  0a 69 73 20 63 72 65 61  |oblique .is crea|
00001340  74 65 64 2c 20 69 66 20  43 41 4e 43 45 4c 20 69  |ted, if CANCEL i|
00001350  73 20 63 6c 69 63 6b 65  64 20 6f 6e 2c 20 74 68  |s clicked on, th|
00001360  61 74 20 6f 62 6c 69 71  75 65 20 69 73 20 6e 6f  |at oblique is no|
00001370  74 20 6d 61 64 65 2e 20  49 66 20 43 6f 6e 66 69  |t made. If Confi|
00001380  72 6d 0a 69 73 20 73 65  74 20 74 6f 20 66 61 6c  |rm.is set to fal|
00001390  73 65 2c 20 74 68 65 20  70 72 6f 67 72 61 6d 20  |se, the program |
000013a0  70 72 6f 64 75 63 65 73  20 6e 6f 20 63 6f 6e 66  |produces no conf|
000013b0  69 72 6d 61 74 69 6f 6e  20 62 6f 78 2c 20 69 74  |irmation box, it|
000013c0  20 69 73 20 61 73 73 75  6d 65 64 0a 74 68 61 74  | is assumed.that|
000013d0  20 70 65 72 6d 69 73 73  69 6f 6e 20 74 6f 20 63  | permission to c|
000013e0  72 65 61 74 65 20 74 68  65 20 6f 62 6c 69 71 75  |reate the obliqu|
000013f0  65 20 69 73 20 67 69 76  65 6e 2e 0a 0a 46 6f 72  |e is given...For|
00001400  20 61 6c 6c 20 6f 70 74  69 6f 6e 73 20 77 68 65  | all options whe|
00001410  72 65 20 61 6e 20 6f 62  6c 69 71 75 65 20 63 72  |re an oblique cr|
00001420  65 61 74 65 64 20 62 79  20 4d 6b 4f 62 6c 69 71  |eated by MkObliq|
00001430  75 65 20 63 61 6e 20 62  65 20 72 65 6d 6f 76 65  |ue can be remove|
00001440  64 3a 20 0a 49 66 20 43  6f 6e 66 69 72 6d 20 69  |d: .If Confirm i|
00001450  73 20 73 65 74 20 74 6f  20 74 72 75 65 20 61 20  |s set to true a |
00001460  63 6f 6e 66 69 72 6d 61  74 69 6f 6e 20 62 6f 78  |confirmation box|
00001470  20 69 73 20 70 72 6f 64  75 63 65 64 2e 20 49 66  | is produced. If|
00001480  20 4f 4b 20 69 73 20 63  6c 69 63 6b 65 64 20 0a  | OK is clicked .|
00001490  6f 6e 2c 20 74 68 65 6e  20 74 68 65 20 6f 62 6c  |on, then the obl|
000014a0  69 71 75 65 20 69 73 20  72 65 6d 6f 76 65 64 2c  |ique is removed,|
000014b0  20 69 66 20 43 41 4e 43  45 4c 20 69 73 20 63 6c  | if CANCEL is cl|
000014c0  69 63 6b 65 64 20 6f 6e  2c 20 74 68 65 20 6f 62  |icked on, the ob|
000014d0  6c 69 71 75 65 20 69 73  20 0a 70 72 65 73 65 72  |lique is .preser|
000014e0  76 65 64 2e 20 49 66 20  43 6f 6e 66 69 72 6d 20  |ved. If Confirm |
000014f0  69 73 20 73 65 74 20 74  6f 20 66 61 6c 73 65 2c  |is set to false,|
00001500  20 74 68 65 20 70 72 6f  67 72 61 6d 20 70 72 6f  | the program pro|
00001510  64 75 63 65 73 20 6e 6f  20 63 6f 6e 66 69 72 6d  |duces no confirm|
00001520  61 74 69 6f 6e 20 0a 62  6f 78 2c 20 69 74 20 69  |ation .box, it i|
00001530  73 20 61 73 73 75 6d 65  64 20 74 68 61 74 20 70  |s assumed that p|
00001540  65 72 6d 69 73 73 69 6f  6e 20 74 6f 20 72 65 6d  |ermission to rem|
00001550  6f 76 65 20 74 68 65 20  6f 62 6c 69 71 75 65 20  |ove the oblique |
00001560  69 73 20 67 69 76 65 6e  2e 0a 0a 20 20 20 20 20  |is given...     |
00001570  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00001590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 0a 44  |              .D|
000015a0  72 61 67 3a 20 20 20 52  45 43 55 52 53 45 20 74  |rag:   RECURSE t|
000015b0  72 75 65 2c 20 52 45 4d  4f 56 45 20 66 61 6c 73  |rue, REMOVE fals|
000015c0  65 20 20 28 64 65 66 61  75 6c 74 29 0a 52 65 73  |e  (default).Res|
000015d0  75 6c 74 3a 20 4f 62 6c  69 71 75 65 20 6d 61 64  |ult: Oblique mad|
000015e0  65 20 69 6e 20 61 6c 6c  20 66 6f 6e 74 20 64 69  |e in all font di|
000015f0  72 65 63 74 6f 72 69 65  73 0a 4e 6f 74 65 73 3a  |rectories.Notes:|
00001600  20 20 59 6f 75 20 63 61  6e 20 64 72 61 67 20 21  |  You can drag !|
00001610  46 6f 6e 74 73 20 6f 72  20 74 68 65 20 69 6e 64  |Fonts or the ind|
00001620  69 76 69 64 75 61 6c 20  66 6f 6e 74 20 64 69 72  |ividual font dir|
00001630  65 63 74 6f 72 79 2c 20  69 6e 20 66 61 63 74 0a  |ectory, in fact.|
00001640  20 20 20 20 20 20 20 20  61 6e 79 20 64 69 72 65  |        any dire|
00001650  63 74 6f 72 79 20 63 6f  6e 74 61 69 6e 69 6e 67  |ctory containing|
00001660  20 6f 75 74 6c 69 6e 65  20 66 6f 6e 74 73 2e 0a  | outline fonts..|
00001670  0a 44 72 61 67 3a 20 20  20 52 45 43 55 52 53 45  |.Drag:   RECURSE|
00001680  20 66 61 6c 73 65 2c 20  52 45 4d 4f 56 45 20 66  | false, REMOVE f|
00001690  61 6c 73 65 20 0a 52 65  73 75 6c 74 3a 20 4f 62  |alse .Result: Ob|
000016a0  6c 69 71 75 65 20 6d 61  64 65 20 69 6e 20 74 68  |lique made in th|
000016b0  65 20 64 69 72 65 63 74  6f 72 79 20 64 72 61 67  |e directory drag|
000016c0  67 65 64 0a 4e 6f 74 65  73 3a 20 20 59 6f 75 20  |ged.Notes:  You |
000016d0  63 61 6e 6e 6f 74 20 64  72 61 67 20 66 6f 6e 74  |cannot drag font|
000016e0  73 2c 20 79 6f 75 20 6d  75 73 74 20 64 72 61 67  |s, you must drag|
000016f0  20 74 68 65 20 64 69 72  65 63 74 6f 72 79 20 79  | the directory y|
00001700  6f 75 20 77 61 6e 74 0a  20 20 20 20 20 20 20 20  |ou want.        |
00001710  74 68 65 20 66 6f 6e 74  20 6d 61 64 65 20 69 6e  |the font made in|
00001720  2c 20 73 69 6e 63 65 20  72 65 63 75 72 73 69 6f  |, since recursio|
00001730  6e 20 69 73 20 6e 6f 74  20 70 65 72 66 6f 72 6d  |n is not perform|
00001740  65 64 2c 20 69 66 20 79  6f 75 20 64 72 61 67 0a  |ed, if you drag.|
00001750  20 20 20 20 20 20 20 20  61 20 66 6f 6e 74 20 77  |        a font w|
00001760  68 69 63 68 20 62 6f 6c  64 2f 6d 65 64 69 75 6d  |hich bold/medium|
00001770  20 28 65 74 63 29 20 76  61 72 69 61 6e 74 73 2c  | (etc) variants,|
00001780  20 6e 6f 20 6f 62 6c 69  71 75 65 20 69 73 20 6d  | no oblique is m|
00001790  61 64 65 20 73 69 6e 63  65 0a 20 20 20 20 20 20  |ade since.      |
000017a0  20 20 79 6f 75 20 6d 75  73 74 20 64 72 61 67 20  |  you must drag |
000017b0  74 68 65 20 65 78 61 63  74 20 64 69 72 65 63 74  |the exact direct|
000017c0  6f 72 79 20 74 68 61 74  20 79 6f 75 20 77 61 6e  |ory that you wan|
000017d0  74 20 74 68 65 20 6f 62  6c 69 71 75 65 20 0a 20  |t the oblique . |
000017e0  20 20 20 20 20 20 20 63  72 65 61 74 65 64 20 69  |       created i|
000017f0  6e 2e 0a 0a 44 72 61 67  3a 20 20 20 52 45 43 55  |n...Drag:   RECU|
00001800  52 53 45 20 74 72 75 65  2c 20 52 45 4d 4f 56 45  |RSE true, REMOVE|
00001810  20 74 72 75 65 0a 52 65  73 75 6c 74 3a 20 41 6e  | true.Result: An|
00001820  79 20 6f 62 6c 69 71 75  65 20 63 72 65 61 74 65  |y oblique create|
00001830  64 20 62 79 20 4d 6b 4f  62 6c 69 71 75 65 20 69  |d by MkOblique i|
00001840  73 20 72 65 6d 6f 76 65  64 20 6f 6e 20 63 6f 6e  |s removed on con|
00001850  66 69 72 6d 61 74 69 6f  6e 20 70 72 6f 6d 70 74  |firmation prompt|
00001860  2e 20 0a 20 20 20 20 20  20 20 20 50 72 6f 6d 70  |. .        Promp|
00001870  74 20 69 73 20 69 73 73  75 65 64 20 66 6f 72 20  |t is issued for |
00001880  61 6c 6c 20 66 6f 6e 74  73 2e 20 0a 4e 6f 74 65  |all fonts. .Note|
00001890  73 3a 20 20 4f 62 6c 69  71 75 65 73 20 6e 6f 74  |s:  Obliques not|
000018a0  20 63 72 65 61 74 65 64  20 62 79 20 4d 6b 4f 62  | created by MkOb|
000018b0  6c 69 71 75 65 20 61 72  65 20 69 67 6e 6f 72 65  |lique are ignore|
000018c0  64 2e 20 0a 20 20 20 20  20 20 20 20 49 66 20 70  |d. .        If p|
000018d0  72 6f 6d 70 74 20 72 65  70 6f 72 74 73 20 4f 4b  |rompt reports OK|
000018e0  20 74 68 65 6e 20 6f 62  6c 69 71 75 65 20 69 73  | then oblique is|
000018f0  20 72 65 6d 6f 76 65 64  2c 20 69 66 20 43 41 4e  | removed, if CAN|
00001900  43 45 4c 20 69 73 20 72  65 70 6f 72 74 65 64 2c  |CEL is reported,|
00001910  0a 20 20 20 20 20 20 20  20 6f 62 6c 69 71 75 65  |.        oblique|
00001920  20 69 73 20 6e 6f 74 20  72 65 6d 6f 76 65 64 2e  | is not removed.|
00001930  20 50 72 6f 67 72 61 6d  20 6c 6f 6f 6b 73 20 66  | Program looks f|
00001940  6f 72 20 6e 65 78 74 20  6f 62 6c 69 71 75 65 0a  |or next oblique.|
00001950  0a 44 72 61 67 3a 20 20  20 52 45 43 55 52 53 45  |.Drag:   RECURSE|
00001960  20 66 61 6c 73 65 2c 20  52 45 4d 4f 56 45 20 74  | false, REMOVE t|
00001970  72 75 65 0a 52 65 73 75  6c 74 3a 20 49 66 20 61  |rue.Result: If a|
00001980  6e 20 6f 62 6c 69 71 75  65 20 63 72 65 61 74 65  |n oblique create|
00001990  64 20 62 79 20 4d 6b 4f  62 6c 69 71 75 65 20 69  |d by MkOblique i|
000019a0  73 20 69 6e 20 74 68 65  20 64 69 72 65 63 74 6f  |s in the directo|
000019b0  72 79 20 64 72 61 67 67  65 64 2c 0a 20 20 20 20  |ry dragged,.    |
000019c0  20 20 20 20 63 6f 6e 66  69 72 6d 61 74 69 6f 6e  |    confirmation|
000019d0  20 70 72 6f 6d 70 74 20  69 73 20 69 73 73 75 65  | prompt is issue|
000019e0  64 2e 20 20 49 66 20 70  72 6f 6d 70 74 20 72 65  |d.  If prompt re|
000019f0  70 6f 72 74 73 20 4f 4b  20 74 68 65 6e 20 6f 62  |ports OK then ob|
00001a00  6c 69 71 75 65 0a 20 20  20 20 20 20 20 20 69 73  |lique.        is|
00001a10  20 72 65 6d 6f 76 65 64  2c 20 69 66 20 43 41 4e  | removed, if CAN|
00001a20  43 45 4c 20 69 73 20 72  65 70 6f 72 74 65 64 2c  |CEL is reported,|
00001a30  20 6f 62 6c 69 71 75 65  20 69 73 20 6e 6f 74 20  | oblique is not |
00001a40  72 65 6d 6f 76 65 64 2e  0a 0a 0a 2d 2d 2d 2d 2d  |removed....-----|
00001a50  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00001a90  2d 2d 2d 2d 2d 2d 2d 2d  0a 0a 0a 43 72 65 64 69  |--------...Credi|
00001aa0  74 73 3a 20 54 68 69 73  20 70 72 6f 67 72 61 6d  |ts: This program|
00001ab0  20 69 73 20 62 61 73 65  64 20 75 70 6f 6e 20 69  | is based upon i|
00001ac0  6e 66 6f 72 6d 61 74 69  6f 6e 20 73 75 70 70 6c  |nformation suppl|
00001ad0  69 65 64 20 62 79 20 53  74 65 70 68 65 6e 20 50  |ied by Stephen P|
00001ae0  61 72 6b 69 6e 20 0a 69  6e 20 41 63 6f 72 6e 20  |arkin .in Acorn |
00001af0  43 6f 6d 70 75 74 69 6e  67 20 61 6e 64 20 42 42  |Computing and BB|
00001b00  43 20 41 63 6f 72 6e 20  55 73 65 72 2e 0a 0a 4d  |C Acorn User...M|
00001b10  61 72 74 79 6e 20 52 6f  73 65 2c 20 31 39 39 33  |artyn Rose, 1993|
00001b20