home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c120 / 2.ddi / PRINTER.DOC < prev    next >
Encoding:
Text File  |  1990-01-12  |  1.6 KB  |  41 lines

  1.         =============================================================
  2.                    INFORMATION ON THE "printer.dat" FILE
  3.         =============================================================
  4.  
  5.         CLEAR provides a mechanism with which you can control the
  6.         escape sequences being sent to the printer when text is
  7.         being printed.  This is accomplished with "printer.dat" file.
  8.  
  9.         If this file is present in the CCLEAR System directory, it is
  10.         read and used to send printer commands during Source Print,
  11.         Cross Reference and Prototype File WHEN THESE ARE SENT TO A
  12.         LINE PRINTER (Not file).
  13.  
  14.         The form of "printer.dat" is:
  15.  
  16.                 B
  17.                 beginning-page-printer-string
  18.                 E
  19.                 ending-page-printer-string
  20.  
  21.         The "beginning-page-printer-string" is sent when any header
  22.         is printed; the "ending-page-printer-string" is sent after any
  23.         pagefeed is printed.  Escape characters may be included in
  24.         either string as "\nnn" (where "nnn" is decimal representation
  25.         of any character).
  26.  
  27.         The following sample "printer.dat" file:
  28.  
  29.                 B
  30.                 \027(s16.66H
  31.                 E
  32.                 \027(s10H
  33.  
  34.         will change the default Courier font of the HP LaserJet printer
  35.         to the Line Printer font (which is smaller) for each page of
  36.         the text diagram being printed, and then change it back to the
  37.         default setting.
  38.  
  39.  
  40. 
  41.