home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 5_06 / !FontDir / !Help < prev    next >
Text File  |  1991-06-07  |  2KB  |  94 lines

  1.  
  2.  !FontDir v1.01  (c) LOOKsystems 1991
  3.  --------------
  4.  
  5.  This application was written to allow control of
  6.  the availability of RISC OS outline fonts and so
  7.  overcome the problems that some applications have
  8.  when too many fonts are made available.
  9.  
  10.  Setting up your !Fonts Folder
  11.  -----------------------------
  12.  
  13.  Before you can use this application you must make
  14.  the following changes to you !Fonts folder:
  15.  
  16.  (1) Create two new directories called 'used'     ---> MUST BE LOWER CASE
  17.      and 'unused'
  18.  
  19.  (2) Move all your fonts into the 'used' directory
  20.  
  21.  (3) Alter the !Fonts folder '!Boot' file so that it
  22.      reads as follows:
  23.  
  24. | Boot file for !Fonts
  25. |
  26. Iconsprites <Obey$Dir>.!Sprites
  27. |
  28. If "<Font$Prefix>"="" Then RMEnsure FontManager 2.43 RMLoad <Obey$Dir>.Fonts
  29. If "<Font$Prefix>"="" Then RMEnsure SuperSample 0.06 RMLoad <Obey$Dir>.Super
  30. If "<Font$Prefix>"="" Then Set Font$Prefix <Obey$Dir>.used
  31.       
  32.  (4) Alter the !Fonts folder '!Run' file so that it
  33.      reads as follows:
  34.  
  35. | > !Fonts.!Run
  36. |
  37. | !Fonts version 0.12 (17-Nov-89)
  38. |
  39. Iconsprites <Obey$Dir>.!Sprites
  40. |
  41. RMEnsure FontManager 2.43 RMLoad <Obey$Dir>.Fonts
  42. RMEnsure SuperSample 0.06 RMLoad <Obey$Dir>.Super
  43. |
  44. Set Font$Prefix <Obey$Dir>.used
  45. |
  46. | Remove the rest of the file to stop it listing the fonts
  47. |
  48. Echo Outline Font Manager 2.43 installed.
  49. Echo Fonts now available:
  50. Echo
  51. FontCat
  52.  
  53.  How !FontDir works
  54.  ------------------
  55.  
  56.  Simple, it just renames the fonts between the
  57.  'used' and 'unused' directories. As the Font
  58.  Manager can only see the 'used' directory, this
  59.  effectly controls which fonts are available when
  60.  an application is started up.
  61.  
  62.  Using !FontDir
  63.  --------------
  64.  
  65.  (1) Use the 'Select All' and 'Remove All' options
  66.      to select and remove all the fonts at one go.
  67.  
  68.  (2) Click on the relevant font family in the
  69.      'Fonts' submenu to select / remove that
  70.      particular font family.
  71.  
  72.      If a font family is available it will have
  73.      a tick on the lefthand side of it.
  74.  
  75.  (3) Select the 'Fonts' option in the main menu
  76.      to force !FontDir to re-examine the fonts
  77.      that are available.
  78.  
  79.  Finally
  80.  -------
  81.  
  82.  This is actually a make shift solution.  I propose
  83.  to implement a full 'Font Filing System' which will
  84.  overcome all the problems of font aliases,
  85.  availability, name size, etc.
  86.  
  87.  If you have any comments or suggestions I can be
  88.  contacted at:
  89.  
  90.  Adrian Look
  91.  96a Vauxhall Street
  92.  Norwich
  93.  NR2 2SD
  94.