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

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the Juki 6100 and compatibles.
  4.  
  5.     Created 02-Aug-89.  Last modified 13-Mar-91.
  6.  
  7.     When loading a printer driver, PipeDream reads each 
  8.     successive line looking for valid options.  Each valid 
  9.     option contains a field in column A.  If column A is blank 
  10.     PipeDream ignores the whole line.  So these opening 
  11.     paragraphs will be ignored.
  12.  
  13.     The following three options all take one parameter which is 
  14.     specified in column B.  The Printer on string specifies the 
  15.     codes sent to the printer at the start of each print 
  16.     session and, in the case of single page printing, at the 
  17.     start of each page.  The Printer off string specifies the 
  18.     codes sent to the printer at the end of each print session 
  19.     and, in the case of single page printing, at the end of 
  20.     each page.  The End of page string specifies the codes sent 
  21.     at the end of each page.  Some printers can handle 
  22.     formfeeds which are faster and quieter than the alternative 
  23.     of sending linefeeds to end the page.
  24.  
  25.                 Description
  26.  
  27. PON                Printer on string
  28. POFF                Printer off string
  29. EP                End of page string
  30. LF    N            Linefeeds (off)
  31.  
  32.  
  33.     Highlights
  34.  
  35.     On    Off    Off at CR?    Description
  36.  
  37. H1    ESC "E"     ESC "R"     Y    Underlined text
  38. H2    ESC "W"    ESC "&"    Y    Bold text
  39. H3            N
  40. H4            Y    Italics
  41. H5    ESC "U"    ESC "D"    Y    Subscript downup
  42. H6    ESC "D"    ESC "U"    Y    Superscript updown
  43. H7            N    Alternative font
  44. H8            N    User defined
  45.  
  46.  
  47.     ISO Latin 1 translations
  48.  
  49. " "    " "            non-break space
  50. "¢"    ESC "Y"            cent
  51. "£"    ESC "I"            pound
  52. "¥"    "Y" 8 "="            yen
  53. "±"    "+" 8 "_"            plus or minus
  54. "­"    "-"            hyphen
  55. "À"    "A"            A grave
  56. "Á"    "A"            A acute
  57. "Â"    "A"            A circumflex
  58. "Ã"    "A"            A tilde
  59. "Ä"    "A"            A umlaut
  60. "Ç"    "C"            C cedilla
  61. "È"    "E"            E grave
  62. "É"    "E"            E acute
  63. "Ê"    "E"            E circumflex
  64. "Ë"    "E"            E umlaut
  65. "Ì"    "I"            I grave
  66. "Í"    "I"            I acute
  67. "Î"    "I"            I circumflex
  68. "Ï"    "I"            I umlaut
  69. "Ñ"    "N"            N tilde
  70. "Ò"    "O"            O grave
  71. "Ó"    "O"            O acute
  72. "Ô"    "O"            O circumflex
  73. "Õ"    "O"            O tilde
  74. "Ö"    "O"            O umlaut
  75. "×"    "x"            multiply by
  76. "Ù"    "U"            U grave
  77. "Ú"    "U"            U acute
  78. "Û"    "U"            U circumflex
  79. "Ü"    "U"            U umlaut
  80. "Ý"    "Y"            Y acute
  81. "à"    "a" 8 "`"            a grave
  82. "á"    "a" 8 "'"            a acute
  83. "â"    "a" 8 "^"            a circumflex
  84. "ã"    "a" 8 "~"            a tilde
  85. "ä"    "a" 8 ESC "J"            a umlaut
  86. "ç"    ESC "K"            c cedilla
  87. "è"    "e" 8 "`"            e grave
  88. "é"    "e" 8 "'"            e acute
  89. "ê"    "e" 8 "^"            e circumflex
  90. "ë"    "e" 8 ESC "J"            e umlaut
  91. "ì"    "i" 8 "`"            i grave
  92. "í"    "i" 8 "'"            i acute
  93. "î"    "i" 8 "^"            i circumflex
  94. "ï"    "i" 8 ESC "J"            i umlaut
  95. "ñ"    "n" 8 "~"            n tilde
  96. "ò"    "o" 8 "`"             o grave
  97. "ó"    "o" 8 "'"             o acute
  98. "ô"    "o" 8 "^"            o circumflex
  99. "õ"    "o" 8 "~"            o tilde
  100. "ö"    "o" 8 ESC "J"            o umlaut
  101. "÷"    "-" 8 ":"            divide by
  102. "ù"    "u" 8 "`"            u grave
  103. "ú"    "u" 8 "'"            u acute
  104. "û"    "u" 8 "^"            u circumflex
  105. "ü"    "u" 8 ESC "J"            u umlaut
  106. "ý"    "y" 8 "'"            y acute
  107. "ÿ"    "y" 8 ESC "J"            y umlaut
  108.  
  109.  
  110.     Microspacing
  111.  
  112. HMIP    ESC 31            HMI prefix - column spacing index
  113. HMIS                HMI suffix
  114. HMIO    1            HMI offset
  115.  
  116.  
  117.     End of PipeDream printer driver
  118.