home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / b / beginners / !Fonts / !Run < prev    next >
Encoding:
Text File  |  1991-12-13  |  593 b   |  15 lines

  1. | !Run file for !Fonts.
  2. |
  3. | Serves both RISC OS 2 and RISC OS 3 machines - read the !Help file.
  4. |
  5. IconSprites <Obey$Dir>.!Sprites
  6. Set OS$New TRUE
  7. RMEnsure ROMFonts 0 Set OS$New FALSE
  8. If "<OS$New>"="TRUE" Then FontInstall <Obey$Dir>.FontsRO3.
  9. If "<OS$New>"="TRUE" Then FontInstall
  10. If "<OS$New>"="FALSE" Then RMEnsure FontManager 2.44 RMLoad <Obey$Dir>.Fonts
  11. If "<OS$New>"="FALSE" Then RMEnsure SuperSample 0.04 RMLoad <Obey$Dir>.Super
  12. If "<OS$New>"="FALSE" Then Set Font$Path <Obey$Dir>.FontsRO2.,<Obey$Dir>.FontsRO3.
  13. If "<OS$New>"="FALSE" Then Set Font$Prefix <Obey$Dir>.FontsRO2
  14. Unset OS$New
  15.