home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / customise / filerext / Readme < prev   
Encoding:
Text File  |  1992-03-22  |  1.9 KB  |  44 lines

  1.  
  2.              Filer_Ext V0.6  29th March 1992
  3.      Copyright Greg Stewart-Nicholls and Teknologika ltd.
  4.  
  5.  This program is supplied as Freeware. It may not be used in commercial
  6. products, nor distributed for profit. Apart from that, you can pretty
  7. much do as you like with it.
  8.  
  9.   Bug reports and suggested improvements to: nicho@cix.compulink.co.uk
  10.                       
  11.  
  12.                    Filer Extension Module  V0.6 
  13.  
  14.    This module allows you to use anti-aliased fonts with
  15. windows which do not ordinarily allow them. eg. Filer windows.
  16. It works for any WIMP application which uses template files.
  17.    To insert a specific Font, you edit the template file,
  18. specifying the Font required. The Filer_ext module will
  19. patch into the load template SWI, providing the extra 
  20. parameter req'd.
  21.    I have supplied a set of example templates for use with 
  22. the desktop filer. I use them on mode 27. I doubt they would 
  23. be successful on low resolution displays. 
  24.    Although I wrote this specifically to allow fonts in the 
  25. filer, it will work with any application, provided the 
  26. templates are suitable altered.
  27.    To ensure correct operation, it id necessary to have the
  28. fontmanager loaded prior to entering the desktop. The module's
  29. operation will also prevent a reinit of the fontmanager at
  30. present (see warning). Best to setup the font manager variables
  31. and load it in a !boot file, prior to loading the filer_ext
  32. module.      
  33.  
  34.     ---- BIG WARNING ---
  35.  
  36.    This code is development code only. It has a significant
  37. flaw, in that it does not clean up after itself. The net effect
  38. is that a *fontlist will show an increase each time an application
  39. which uses the module is started. For the filer, this is on entry
  40. to the desktop, so I don't mind at the moment. I haven't quite 
  41. figured out how to 'lose' each font that has been used. I don't know
  42. if there is any real effect on usability due to this. Report any
  43. problems. 
  44.