home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / TRIM11.ZIP / TRIM.DOC next >
Encoding:
Text File  |  1990-04-21  |  3.2 KB  |  72 lines

  1. TRIM -- a LaserJet Soft Font Management Utility     [v1.1]
  2.  
  3. Do you have some really huge soft font files from which you use only a 
  4. few letters?  Those three 80 point initials you use in your 
  5. letterhead?  And their soft font file is taking up 300k on your disk?  
  6. And it takes 180 seconds of download time?  And there's a cramp in 
  7. your printer's memory? 
  8.  
  9. TRIM displays the characters of a soft font file and lets you type in 
  10. just those you choose to keep in a trimmed down soft font file.  
  11.  
  12. Operation of the program should be intuitive.  I won't belabor the 
  13. obvious.  
  14.  
  15. Except that input for the "Type in the characters to keep.  Press [F1] 
  16. when finished" prompt may deserve some explanation.  It's perfectly 
  17. okay to supply a phrase with repeated letters -- TRIM isn't going to 
  18. double any of those character descriptions.  
  19.  
  20. The input routine for that prompt may surprise you if you hit the 
  21. <BackSpace>, <Escape>, or <Enter> keys.  Those actions and others are 
  22. represented by characters in the lower thirty-two ASCII set.  They are 
  23. shown on-screen as happy-faces, arrows, hearts, diamonds, musical 
  24. notes, and other oddities. 
  25.                                  
  26. Since some fonts do include the lower thirty-two characters, it's 
  27. necessary that they can be typed in at that prompt.  That input 
  28. routine allows such, and entry may be made directly from the keyboard 
  29. if such a key exists, from a Ctrl-Key combination, or from Alt-KeyPad 
  30. numeric entries. 
  31.  
  32. Consequently, there's no way to edit anything you type in there.  A 
  33. big fat cursor will remind you you're in an unusual input mode.  Don't 
  34. fret if you hit a <Backspace> or <Enter> by mistake and see their 
  35. boxed-diamond and sixteenth-note characters appear on the list.  If 
  36. the original font doesn't have a character, TRIM isn't going to 
  37. strangle trying to build it. 
  38.  
  39. Always keep in mind that the characters you see on screen may not be 
  40. the actual characters printed by the soft font.  That's true 
  41. especially for the upper 128 characters in many sets and for the lower 
  42. 32, if either group is present. 
  43.                                                     
  44. You will be prompted for input and output file names as the program 
  45. progresses.  They may be identical if you have no wish to preserve the 
  46. original font file.  
  47.  
  48. I've tried to adhere strictly to Hewlett Packard soft font 
  49. specifications.  If one of your soft fonts doesn't follow those rules, 
  50. TRIM will simply give up and quit without trashing anything.  
  51.  
  52. HP specifications do allow huge characters to be defined in multiple 
  53. blocks of about 32,000 bytes.  I just can't find that anyone is using 
  54. that capability, so I didn't build in support for it.  TRIM will choke 
  55. and quit if it does encounter such a continuation field. 
  56.  
  57. TRIM is a freebie from: Don Phillip Gibson
  58.                         910 East 11th
  59.                         Winfield, KS 67156
  60.  
  61.                         CompuServe [75725,1752]
  62.                         GEnie      DGIBSON
  63.  
  64. TRIM program and documentation copyright (c) 1990 by Don Phillip 
  65. Gibson.  
  66.  
  67. v1.0   Released March 28, 1990.
  68.  
  69. v1.1   Released April 21, 1990 to correct a stupid, unchecked, 
  70.        Runtime error which prevented the input and output files from 
  71.        having the same name. 
  72.