home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / FontManipulatorForDtp_v2 / doc / remfont.doc < prev    next >
Text File  |  1991-06-09  |  2KB  |  63 lines

  1. Font remover
  2. ============
  3.  
  4. RemFont V1.0 Copyright Adrian Aylward 1991
  5.  
  6. You may freely copy, use, and modify this program.  The source is included
  7. in the distribution.
  8.  
  9. This program removes a font from the system.  This may be useful after
  10. reassigning FONTS: to force a new version of a font to be loaded.
  11.  
  12. To be precise, the font is marked as no longer available to be opened
  13. (except by reloading fro th disk).  If and when its number of accessors
  14. reaches zero it will then be unloaded.
  15.  
  16. NB. If you try to remove ROM fonts (topaz/8 and topaz/9) peculiar things may
  17. happen.  (Experimentally it seems to be possibly to remove topaz/8 but
  18. not topaz/9.  To reload it afterwards, you need a copy in your fonts:
  19. directory.  It is not normally available on disk, but you can construct
  20. one using "FED".)  Possibly, in future versions of the system, more fonts
  21. will be put in ROM, and will become unremovable.
  22.  
  23. NNB. if you use this program in conjunction with the freeware program
  24. "SetFont" you should be aware that SetFont cannot safely close the fonts
  25. that were previously set.  This means that they can be removed - in the
  26. sense of being made no longer available to be opened - but they will never
  27. be unloaded.  So repeated use of SetFont and then RemFont will eat up
  28. memory.
  29.  
  30. Command line interface
  31. ======================
  32.  
  33. usage:
  34.  
  35.     remfont -options font nn,nn,...
  36.  
  37. options:
  38.  
  39.         -b      Bold style
  40.  
  41.         -i      Italic style
  42.  
  43.         -u      Underlined style
  44.  
  45.         -x      Extended style
  46.  
  47. The "font" argument is the name of the font - without the ".font" suffix.
  48. It is case sensitive.
  49.  
  50. The second argument is a list of point sizes.
  51.  
  52. For example:
  53.  
  54.     remfont topaz 8,11
  55.  
  56. Versions
  57. ========
  58.  
  59.     V1.0  05-May-91
  60.  
  61. The original.
  62.  
  63.