home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 3_07 / Printers / ALLEN / HPJet < prev    next >
Text File  |  1990-01-26  |  1KB  |  62 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the Hewlett-Packard DeskJet/LasetJet.
  4.  
  5.     Created 31-Aug-89
  6.  
  7.                 Description
  8.  
  9. PON    ESC "E"            Printer on string
  10. POFF    ESC "E"            Printer off string
  11. EP    12            End of page string
  12. LF    N            Linefeeds on
  13.  
  14.  
  15.     Highlights
  16.  
  17.     On    Off    Off at CR?    Description
  18.  
  19. H1    ESC "&" "d" "1" "D"    ESC "&" "d" "@"    Y    Underlined text
  20. H2    ESC "(" "s" "3" "B"    ESC "(" "s" "0" "B"    Y    Bold text
  21. H3    ESC "(" "s" "2" "0" "H"    ESC "(" "s" "1" "0" "H"    N    Condensed
  22. H4    ESC "(" "s" "1" "S"    ESC "(" "s" "0" "S"    Y    Italics
  23. H5    ESC "(" "s" "-" "1" "U" ESC "(" "s" "6" "V"    ESC "(" "s" "0" "U" ESC "(" "s" "1" "2" "V"    Y    Subscript downup
  24. H6    ESC "(" "s" "1" "U" ESC "(" "s" "6" "V"    ESC "(" "s" "0" "U" ESC "(" "s" "1" "2" "V"    Y    Superscript updown
  25. H7    ESC "(" "s" "1" "6" "H"    ESC "(" "s" "1" "0" "H"    N    Alternative font: swap to default (normally PC-8) character set
  26. H8    ESC 38 107 50 87    ESC 38 107 49 87    N    SINGLE DIR
  27.  
  28.  
  29. "`"    &9C            send `
  30. "⌐"    &B3            send ⌐ 
  31. "ª"     &C4            send ª  
  32. "ú"    &DA            send ú 
  33. "Ñ"    &BF            send Ñ 
  34. "¬"    &C0            send ¬ 
  35. "¼"    &D9            send ¼ 
  36. "½"    &C3            send ½ 
  37. "º"    &C2            send º 
  38. "«"    &C1            send « 
  39. "¡"    &B4            send ¡ 
  40. "»"    &C5            send »
  41. "á"    &F8            send á 
  42. "┌"    &F1            send ┌ 
  43. "╛"    &FB            send ╛ 
  44. "≡"    &E3            send ≡ 
  45. "~"    &F6            send divide
  46. "▀"    &EF            send ▀
  47. "ⁿ"    &F3            send ⁿ
  48. "■"    &F2            send ■
  49. "∞"    &E6            send ∞
  50. "∙"    &EB            send ∙
  51.  
  52.  
  53.     Microspacing
  54.  
  55. HMIP    ESC "&" "k"            HMI prefix
  56. HMIS    "H"            HMI suffix
  57. HMIO                HMI offset
  58. HMIT    Y            HMI as text
  59.  
  60.  
  61.     End of PipeDream printer driver
  62.