home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / pipedream3 / !PipeDream / HPJet < prev    next >
Encoding:
Text File  |  1991-03-13  |  2.1 KB  |  60 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the Hewlett-Packard DeskJet/LasetJet
  4.     and other HP PCL III compatibles.
  5.  
  6.     Created 31-Aug-89. Last modified 13-Mar-91.
  7.  
  8.     When loading a printer driver, PipeDream reads each 
  9.     successive line looking for valid options.  Each valid 
  10.     option contains a field in column A.  If column A is blank 
  11.     PipeDream ignores the whole line.  So these opening 
  12.     paragraphs will be ignored.
  13.  
  14.     The following three options all take one parameter which is 
  15.     specified in column B.  The Printer on string specifies the 
  16.     codes sent to the printer at the start of each print 
  17.     session and, in the case of single page printing, at the 
  18.     start of each page.  The Printer off string specifies the 
  19.     codes sent to the printer at the end of each print session 
  20.     and, in the case of single page printing, at the end of 
  21.     each page.  The End of page string specifies the codes sent 
  22.     at the end of each page.  Some printers can handle 
  23.     formfeeds which are faster and quieter than the alternative 
  24.     of sending linefeeds to end the page.
  25.  
  26.                 Description
  27.  
  28. PON    ESC "(" "0" "N" ESC ")" "1" "0" "U"            Printer on string (use primary character set ECMA-94 ISO Latin1 and secondary character set PC-8)
  29. POFF    ESC "E"            Printer off string (reset printer to defaults)
  30. EP    12            End of page string
  31. LF    Y            Linefeeds (on)
  32.  
  33.  
  34.     Highlights
  35.  
  36.     On    Off    Off at CR?    Description
  37.  
  38. H1    ESC "&" "d" "1" "D"    ESC "&" "d" "@"    Y    Underlined text (use single fixed underline)
  39. H2    ESC "(" "s" "3" "B"    ESC "(" "s" "0" "B"    Y    Bold text
  40. H3            N
  41. H4    ESC "(" "s" "1" "S"    ESC "(" "s" "0" "S"    Y    Italics
  42. H5    ESC "&" "a" "+" "3" "0" "V" ESC "(" "s" "6" "V"    ESC "&" "a" "-" "3" "0" "V" ESC "(" "s" "1" "2" "V"     Y    Subscript downup (30 decipoints, 6pt text)
  43. H6    ESC "&" "a" "-" "6" "0" "V" ESC "(" "s" "6" "V"    ESC "&" "a" "+" "6" "0" "V" ESC "(" "s" "1" "2" "V"     Y    Superscript updown (60 decipoints, 6pt text)
  44. H7    14    15    N    Alternative font: swap to/from secondary character set
  45. H8            N    User defined
  46.  
  47.  
  48.     No translations needed
  49.  
  50.  
  51.     Microspacing
  52.  
  53. HMIP    ESC "&" "k"            HMI prefix
  54. HMIS    "H"            HMI suffix
  55. HMIO                HMI offset
  56. HMIT    Y            HMI as text
  57.  
  58.  
  59.     End of PipeDream printer driver
  60.