home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1995 / ARCHIVE95.iso / discs / pipeline / 3_10 / Gaynor / Juki < prev    next >
Text File  |  1990-04-13  |  873b  |  46 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the Juki.
  4.  
  5.     Created 02-Aug-89
  6.  
  7.                 Description
  8.  
  9. PON                Printer on string
  10. POFF                Printer off string
  11. EP                End of page string
  12.  
  13.  
  14.     On    Off    Off at CR?    Description
  15.  
  16. H1    ESC "E"     ESC "R"     Y    Underlined text
  17. H2    ESC "W"    ESC "&"    Y    Bold text
  18. H3            Y    Extended characters
  19. H4            Y    Italics
  20. H5    ESC "U"    ESC "D"    Y    Subscript downup
  21. H6    ESC "D"    ESC "U"    Y    Superscript updown
  22. H7            N    Alternative font
  23. H8            Y    User defined
  24.  
  25.     Translations
  26.  
  27. "ñ"    ESC 4 32                PAD character
  28. "ú"    ESC "I"            pound
  29.  
  30.  
  31. "╚"    ESC 31 13        ASC 200    10 cpi
  32. "╔"    ESC 31 12        ASC 201    11 cpi
  33. "╩"    ESC 31 11        ASC 202    12 cpi
  34. "╦"    ESC 31 10        ASC 203    13.33 cpi
  35. "═"      ESC 31 9        ASC 205    15 cpi
  36. "╬"    ESC 30 9        ASC 206    6 lpi
  37. "╧"    ESC 30 8        ASC 207    7 lpi
  38. "╨"    ESC 30 7        ASC 208    8 lpi
  39.  
  40.  
  41. HMIP    ESC 31            HMI prefix - column spacing index
  42. HMIS                HMI suffix
  43. HMIO    1            HMI offset
  44.  
  45.     End of PipeDream printer driver
  46.