home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / apps / word / marcel23 / hp_ljet.prd < prev    next >
Text File  |  1994-01-04  |  7KB  |  233 lines

  1. # Marcel Printer Driver for HP LaserJet printers
  2. HP LaserJet (PCL5)  # model
  3. # initialize: 
  4. #ESC E ESC& l  0  e  0  L  ESC (  1  0  U (reset, top=0, perfskip off, PC-8)
  5. 1B 45 1B 26 6C 30 65 30 4C  1B 28 31 30 55  1B 26 6C 36 44 
  6. # termination:  ESC E (reset)
  7. 1B 45
  8. 1B 26 61 04 48  # hcol cmd ESC & a 04 H
  9. 1  # hfac
  10. #ESC(  s  0 p  1 0   h 1  2   v  4099       T  ESC  &  a 01 L (lmarg 12pt fixed)
  11. 1B 28 73 30 70 31 30 68 31 32 76 34 30 39 39 54 1B 26 61 01 4C
  12. # draft
  13.    #
  14. #
  15. #  Point sizes
  16. # 7pt
  17. 1B 28 73 37 56 
  18. 33  # 7pt char width (in decipoints)
  19. # 9pt
  20. 1B 28 73 39 56 
  21. 43  # 9pt char width
  22. # 10pt
  23. 1B 28 73 31 30 56 
  24. 48  # 10pt char width
  25. # 11pt
  26. 1B 28 73 31 31 56 
  27. 52  # 11pt char width
  28. # 12pt
  29. 1B 28 73 31 32 56 
  30. 58  # 12pt char width
  31. # 14pt
  32. 1B 28 73 31 34 56 
  33. 68  # 14pt char width
  34. # 24pt
  35. 1B 28 73 32 34 56 
  36. 115  # 24pt char width
  37. #
  38. #  Fonts
  39. #    TO ADD A FONT, ADD THREE LINES IN THIS SECTION OF THE FOLLOWING FORM:
  40. #
  41. # Your New Font                  # name displayed on screen
  42. # 1B 28 73 30 70 3X 3X 3X 3X 54  # command sent to printer (hex)
  43. # 0                              # proportional 0 = no, 1 = yes
  44. #
  45. #  In the second line (command), the X's should be replaced by the
  46. #  digits of the font number.  For example, if the font number is
  47. #  4238, then the numbers would be 34 32 33 38.  The example indicates a 
  48. #  4-digit number, but it could be smaller or larger.
  49. #  Be sure not to include the initial '#' and following space
  50. #  (the # indicates a comment, which is ignored by Marcel).  See the
  51. #  factory-supplied entries below:
  52. #
  53. Arial         # name displayed on screen
  54. 1B 28 73 31 70 31 36 36 30 32 54     # command sent to printer (hex)
  55. 1         # proportional 0 = no, 1 = yes
  56. Albertus
  57. 1B 28 73 31 70 34 33 36 32 54
  58. 1
  59. Antique Olive
  60. 1B 28 73 31 70 34 31 36 38 54
  61. 1
  62. Clarendon
  63. 1B 28 73 31 70 34 31 34 30 54
  64. 1
  65. Coronet
  66. 1B 28 73 30 70 34 31 31 36 54
  67. 0
  68. Courier
  69. 1B 28 73 30 70 34 30 39 39 54
  70. 0
  71. Garamond Antiqua
  72. 1B 28 73 30 70 34 31 39 37 54
  73. 1
  74. Letter Gothic
  75. 1B 28 73 30 50 34 31 30 32 54
  76. 0
  77. Marigold
  78. 1B 28 73 31 70 34 32 39 37 54
  79. 1
  80. Omega
  81. 1B 28 73 31 70 34 31 31 33 54
  82. 1
  83. Times New Roman
  84. 1B 28 73 31 70 31 36 39 30 31 54
  85. 1
  86. Univers
  87. 1B 28 73 31 70 34 31 34 38 54
  88. 1
  89. 00 # don't delete this line
  90. #
  91. #  Styles
  92. 1B 28 73 31 53 # italic on 
  93. 1B 28 73 30 53 # italic off 
  94. 1B 28 73 33 42 # bold on 
  95. 1B 28 73 30 42 # bold off 
  96. 1B 26 64 31 44 # underline on 
  97. 1B 26 64 40 # underline off 
  98. 1B 28 73 2D 31 55 # subscript on 
  99. 1B 28 73 30 55 # subscript off 
  100. 1B 28 73 2B 31 55 # superscript on 
  101. 1B 28 73 30 55 # superscript off 
  102. #
  103. #  8-bit chars (mostly PC8)
  104. 80 # upper C cedilla: (Atari 0200)
  105. 81 # lower u umlaut: (Atari 0201)
  106. 82 # lower e acute: (Atari 0202)
  107. 83 # lower a circumflex: (Atari 0203)
  108. 84 # lower a umlaut: (Atari 0204)
  109. 85 # lower a grave: (Atari 0205)
  110. 86 # lower a boll: (Atari 0206)
  111. 87 # lower c cedilla: (Atari 0207)
  112. 88 # lower e circumflex: (Atari 0210)
  113. 89 # lower e umlaut: (Atari 0211)
  114. 8A # lower e grave: (Atari 0212)
  115. 8B # lower i umlaut: (Atari 0213)
  116. 8C # lower i circumflex: (Atari 0214)
  117. 8D # lower i grave: (Atari 0215)
  118. 8E # upper A umlaut: (Atari 0216)
  119. 8F # upper A boll: (Atari 0217)
  120. 90 # upper E acute: (Atari 0220)
  121. 91 # lower ae dipthong: (Atari 0221)
  122. 92 # upper AE dipthong: (Atari 0222)
  123. 93 # lower o circumflex: (Atari 0223)
  124. 94 # lower o umlaut: (Atari 0224)
  125. 95 # lower o grave: (Atari 0225)
  126. 96 # lower u circumflex: (Atari 0226)
  127. 97 # lower u grave: (Atari 0227)
  128. 98 # lower y umlaut: (Atari 0230)
  129. 99 # upper O umlaut: (Atari 0231)
  130. 9A # upper U umlaut: (Atari 0232)
  131. 9B # cent: (Atari 0233)
  132. 9C # pound sterling: (Atari 0234)
  133. 9D # yen: (Atari 0235)
  134. 1B 28 38 55 DE 1B 28 31 30 55 # esszet: use HP Roman8 (Atari 0236)
  135. 9F # lower swash f: (Atari 0237)
  136. A0 # lower a acute: (Atari 0240)
  137. A1 # lower i acute: (Atari 0241)
  138. A2 # lower o acute: (Atari 0242)
  139. A3 # lower u acute: (Atari 0243)
  140. A4 # lower n tilde: (Atari 0244)
  141. A5 # upper N tilde: (Atari 0245)
  142. A6 # -a ordinal suffix: (Atari 0246)
  143. A7 # -o ordinal suffix: (Atari 0247)
  144. A8 # inverted ?: (Atari 0250)
  145. A9 # tl corner: (Atari 0251)
  146. AA # tr corner: (Atari 0252)
  147. AB # 1/2: (Atari 0253)
  148. AC # 1/4: (Atari 0254)
  149. AD # inverted !: (Atari 0255)
  150. AE # open virgule: (Atari 0256)
  151. AF # close virgule: (Atari 0257)
  152. 1B 28 38 55 E2 1B 28 31 30 55 # lower a tilde: use HP Roman8 (Atari 0260)
  153. 1B 28 38 55 EA 1B 28 31 30 55 # lower o tilde: use HP Roman8 (Atari 0261)
  154. 1B 28 31 31 55 9D 1B 28 31 30 55 # upper crossed O: use PC8/DN (Atari 0262)
  155. 6F 08 2F # lower crossed o: o bksp / (Atari 0263)
  156. 6F 55 # lower oe dipthong: o e (Atari 0264)
  157. 4F 45 # upper OE dipthong: O E (Atari 0265)
  158. 1B 28 38 55 A1 1B 28 31 30 55 # capital A grave: use HP Roman8 (Atari 0266)
  159. 1B 28 31 31 55 AA 1B 28 31 30 55 # capital A tilde: use PC8/DN (Atari 0267)
  160. 1B 28 31 31 55 A7 1B 28 31 30 55 # capital O tilde: use PC8/DN (Atari 0267)
  161.   # umlaut: (Atari 0271)
  162.   # accent acute: (Atari 0272)
  163.   # dagger not available (Atari 0273)
  164. 15 # para mark: (Atari 0274)
  165. 1B 28 31 4E A9 1B 28 31 30 55 # copyright: use Latin 1 (Atari 0275)
  166.   # registered: not avail. (Atari 0276)
  167.   # trademark:  not avail. (Atari 0277)
  168. 69 6A # lower ij ligature: i j  (Atari 0300)
  169. 49 4A # upper IJ ligature: I J (Atari 0301)
  170.     # Hebrew not available (Atari 0302)
  171.     # Hebrew not available (Atari 0303)
  172.     # Hebrew not available (Atari 0304)
  173.     # Hebrew not available (Atari 0305)
  174.     # Hebrew not available (Atari 0306)
  175.     # Hebrew not available (Atari 0307)
  176.     # Hebrew not available (Atari 0310)
  177.     # Hebrew not available (Atari 0311)
  178.     # Hebrew not available (Atari 0312)
  179.     # Hebrew not available (Atari 0313)
  180.     # Hebrew not available (Atari 0314)
  181.     # Hebrew not available (Atari 0315)
  182.     # Hebrew not available (Atari 0316)
  183.     # Hebrew not available (Atari 0317)
  184.     # Hebrew not available (Atari 0320)
  185.     # Hebrew not available (Atari 0321)
  186.     # Hebrew not available (Atari 0322)
  187.     # Hebrew not available (Atari 0323)
  188.     # Hebrew not available (Atari 0324)
  189.     # Hebrew not available (Atari 0325)
  190.     # Hebrew not available (Atari 0326)
  191.     # Hebrew not available (Atari 0327)
  192.     # Hebrew not available (Atari 0330)
  193.     # Hebrew not available (Atari 0331)
  194.     # Hebrew not available (Atari 0332)
  195.     # Hebrew not available (Atari 0333)
  196.     # Hebrew not available (Atari 0334)
  197. 15 # section mark: (Atari 0335)
  198.     # dropped: not available (Atari 0336)
  199. EC # infinity: (Atari 0337)
  200. E0 # Greek alpha (Atari 0340)
  201. E1 # Greek beta (Atari 0340)
  202. E2 # Greek gamma (Atari 0342)
  203. E3 # Greek pi (Atari 0343)
  204. E4 # Greek sigma (Atari 0344)
  205. E5 # Greek rho (Atari 0345)
  206. E6 # Greek mu (Atari 0346)
  207. E7 # Greek tau (Atari 0347)
  208. E8 # Greek xi (Atari 0350)
  209. E9 # Greek theta (Atari 0351)
  210. EA # Greek omega (Atari 0352)
  211. EB # Greek delta (Atari 0353)
  212.    # Greek chi not available (Atari 0354)
  213. ED # Greek phi (Atari 0355)
  214. EE # Greek epsilon (Atari 0356)
  215. EF # intersection (Atari 0347)
  216. F0 # equivalence: (Atari 0360)
  217. F1 # +-: (Atari 0361)
  218. F2 # >=: (Atari 0362)
  219. F3 # <=: (Atari 0363)
  220. F4 # upper integral (Atari 0364)
  221. F5 # lower integral (Atari 0365)
  222. F6 # division sign (Atari 0366)
  223. F7 # approximately equal (Atari 0367)
  224. F8 # degree symbol: (Atari 0370)
  225. F9 # high dot (Atari 0371)
  226. FA # bullet: (Atari 0372)
  227. FB # square root (Atari 0373)
  228. FC # nth power (Atari 0374)
  229. FD # squared (Atari 0375)
  230. 5E 33 # cubed not available, use ^3 (Atari 0376)
  231.   # macron not available (Atari 0377)
  232. 1B 28 38 55 F6 1B 28 31 30 55 # em-dash from HP Roman8
  233.