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

  1. CHART -- a LaserJet Soft Font Management Utility
  2.  
  3. Are you occationally lost about what screen character represents what 
  4. printed character with some soft fonts -- especially in the high 
  5. ASCII character sets?  Or with Dingbat-like character sets?
  6.  
  7. CHART prints a rectangular grid showing all characters contained 
  8. within a soft font and gives the decimal numbers required to type them 
  9. in from the keyboard using the Alt-KeyPad entry method.  Those 
  10. characters which may be entered directly from the keyboard also have 
  11. the appropriate letter or symbol shown.
  12.  
  13. Operation of the program is simple.  I won't belabor the obvious 
  14. except to say that you may optionally give the name of the soft font 
  15. file to be printed from the DOS command line.  
  16.  
  17. All characters from 0 through 255 will be printed on the chart if they 
  18. are included in the soft font.  Remember that characters 0, 7-15, and 
  19. 27, if present, are considered invisible by Hewlett-Packard 
  20. definition.  In order to print them, your application must precede 
  21. each with the Transparent Print Data escape sequence. 
  22.  
  23. In order to chart some public domain soft fonts which may vary wildly 
  24. from HP standards, no error checking is done to insure that a font 
  25. file requested is really a font file.  The basic information about a 
  26. font printed at the top of the sheet does depend on standard HP format 
  27. and conceivably could be erroneous with some non-standard fonts.  
  28. If the font file really will print, the chart itself will be accurate. 
  29.  
  30. CHART will display point sizes up to about 40 gracefully, but will 
  31. start looking pretty crowded beyond that.  It's really designed only 
  32. for portrait orientation, but on my HP LaserJet IIP which 
  33. automatically rotates any font, landscape comes out just fine.  I 
  34. don't really know what will happen on other printers without that 
  35. capability. 
  36.  
  37. CHART loads the requested font as well as its own three fonts used for 
  38. the report (imbedded within the .EXE file) into the printer as 
  39. temporary font IDs #17001-17004.  If you should happen to have those 
  40. unlikely IDs already loaded, they'll be clobbered. 
  41.  
  42. CHART is a freebie from: Don Phillip Gibson 
  43.                          910 East 11th
  44.                          Winfield, KS 67156
  45.  
  46.                          CompuServe [75725,1752]
  47.                          GEnie      DGIBSON
  48.  
  49. CHART program and documentation copyright (c) 1990 by Don Phillip 
  50. Gibson.  Released April 21, 1990. 
  51.  
  52.