home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / fonts / r_z / turbo / ReadMe next >
Text File  |  1991-03-10  |  2KB  |  31 lines

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