home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / fonts / r_z / turbofont / ReadMe next >
Text File  |  1991-05-17  |  2KB  |  30 lines

  1.         This module makes the reading of the fontlist, for a given path,
  2. virtually instantaneous. Any calls to read the fontlist (such as when
  3. applications start up) are intercepted and if the fontpath being read is the
  4. one "known" to the module then the fontlist is returned from memory as
  5. opposed to being read from disc. If the fontpath being read is not the one
  6. recognised by the module then the call is passed onto the fontmanager.
  7.         To create the module set the variable Font$Path to the required path
  8. (for example by double clicking on a !Fonts directory) and then run the Basic
  9. program in this directory. A module called TurbFntLst will be saved in the
  10. current directory. Simply load the module to use it. The module automatically
  11. sets the variable Font$Path to the value it was when the module was created
  12. every time the module is initialised (ie by RMLoad, RMRun or RMTidy). You
  13. should be careful to make sure that the font manager is actually loaded when
  14. using this module as no check for it is made and it will seem to applications
  15. that the fonts are available although they will NOT be if the fontmanager
  16. isn't loaded.
  17.         Because of the way the module works the module must be loaded AFTER
  18. the font manager module (ie if you are going to load the new outline font
  19. manager, does anyone use the old font manager?)
  20.  
  21.         Although I have tested this program fairly thoroughly I offer no
  22. guarentee what so ever. But please report any bugs found to
  23. pmf@uk.ac.warwick.cs.
  24.         This program is in the public domain and may be freely copied as long
  25. as no charges are made for it and this file is left unchanged. You may use
  26. the source of parts of it in your own programs as long I am credited.
  27.  
  28.         Yours,
  29.                 Ian Ashley
  30.