home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / HP2PMORE.ZIP / CASE.TCT < prev    next >
Encoding:
Text File  |  1990-01-15  |  385 b   |  15 lines

  1. For the PC850 or ECMA94 fonts,
  2. Add one of the following lines to STANDARD.FMT
  3.     @include(PC850.tct)
  4. or
  5.     @include(ECMA94.tct)
  6. --these I've tested.
  7. or (fancier, and I haven't tested them)
  8.  
  9. @case(printer,
  10.     LaserJet IIP.PC850-Portrait,LaserJet IIP.PC850-Landscape
  11.         "@include(PC850.TCT)"
  12.     LaserJet IIP.ECMA94-Portrait,LaserJet IIP.ECMA94-Landscape
  13.         "@include(ECMA94.TCT)"
  14.     )
  15.