Home » Personal collection » Acorn hard disk » apps » Pipedream » !PipeDream/PDrivers/DaisyWheel
!PipeDream/PDrivers/DaisyWheel
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » apps » Pipedream |
Filename: | !PipeDream/PDrivers/DaisyWheel |
Read OK: | ✔ |
File size: | 0B5A bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
PipeDream printer drivers This driver is for the Juki 6100 and compatibles. Created 02-Aug-89. Last modified 13-Mar-91. When loading a printer driver, PipeDream reads each successive line looking for valid options. Each valid option contains a field in column A. If column A is blank PipeDream ignores the whole line. So these opening paragraphs will be ignored. The following three options all take one parameter which is specified in column B. The Printer on string specifies the codes sent to the printer at the start of each print session and, in the case of single page printing, at the start of each page. The Printer off string specifies the codes sent to the printer at the end of each print session and, in the case of single page printing, at the end of each page. The End of page string specifies the codes sent at the end of each page. Some printers can handle formfeeds which are faster and quieter than the alternative of sending linefeeds to end the page. Description PON Printer on string POFF Printer off string EP End of page string LF N Linefeeds (off) Highlights On Off Off at CR? Description H1 ESC "E" ESC "R" Y Underlined text H2 ESC "W" ESC "&" Y Bold text H3 N H4 Y Italics H5 ESC "U" ESC "D" Y Subscript downup H6 ESC "D" ESC "U" Y Superscript updown H7 N Alternative font H8 N User defined ISO Latin 1 translations "�" " " non-break space "�" ESC "Y" cent "�" ESC "I" pound "�" "Y" 8 "=" yen "�" "+" 8 "_" plus or minus "�" "-" hyphen "�" "A" A grave "�" "A" A acute "�" "A" A circumflex "�" "A" A tilde "�" "A" A umlaut "�" "C" C cedilla "�" "E" E grave "�" "E" E acute "�" "E" E circumflex "�" "E" E umlaut "�" "I" I grave "�" "I" I acute "�" "I" I circumflex "�" "I" I umlaut "�" "N" N tilde "�" "O" O grave "�" "O" O acute "�" "O" O circumflex "�" "O" O tilde "�" "O" O umlaut "�" "x" multiply by "�" "U" U grave "�" "U" U acute "�" "U" U circumflex "�" "U" U umlaut "�" "Y" Y acute "�" "a" 8 "`" a grave "�" "a" 8 "'" a acute "�" "a" 8 "^" a circumflex "�" "a" 8 "~" a tilde "�" "a" 8 ESC "J" a umlaut "�" ESC "K" c cedilla "�" "e" 8 "`" e grave "�" "e" 8 "'" e acute "�" "e" 8 "^" e circumflex "�" "e" 8 ESC "J" e umlaut "�" "i" 8 "`" i grave "�" "i" 8 "'" i acute "�" "i" 8 "^" i circumflex "�" "i" 8 ESC "J" i umlaut "�" "n" 8 "~" n tilde "�" "o" 8 "`" o grave "�" "o" 8 "'" o acute "�" "o" 8 "^" o circumflex "�" "o" 8 "~" o tilde "�" "o" 8 ESC "J" o umlaut "�" "-" 8 ":" divide by "�" "u" 8 "`" u grave "�" "u" 8 "'" u acute "�" "u" 8 "^" u circumflex "�" "u" 8 ESC "J" u umlaut "�" "y" 8 "'" y acute "�" "y" 8 ESC "J" y umlaut Microspacing HMIP ESC 31 HMI prefix - column spacing index HMIS HMI suffix HMIO 1 HMI offset End of PipeDream printer driver
00000000 09 50 69 70 65 44 72 65 61 6d 20 70 72 69 6e 74 |.PipeDream print| 00000010 65 72 20 64 72 69 76 65 72 73 0a 0a 09 54 68 69 |er drivers...Thi| 00000020 73 20 64 72 69 76 65 72 20 69 73 20 66 6f 72 20 |s driver is for | 00000030 74 68 65 20 4a 75 6b 69 20 36 31 30 30 20 61 6e |the Juki 6100 an| 00000040 64 20 63 6f 6d 70 61 74 69 62 6c 65 73 2e 0a 0a |d compatibles...| 00000050 09 43 72 65 61 74 65 64 20 30 32 2d 41 75 67 2d |.Created 02-Aug-| 00000060 38 39 2e 20 20 4c 61 73 74 20 6d 6f 64 69 66 69 |89. Last modifi| 00000070 65 64 20 31 33 2d 4d 61 72 2d 39 31 2e 0a 0a 09 |ed 13-Mar-91....| 00000080 57 68 65 6e 20 6c 6f 61 64 69 6e 67 20 61 20 70 |When loading a p| 00000090 72 69 6e 74 65 72 20 64 72 69 76 65 72 2c 20 50 |rinter driver, P| 000000a0 69 70 65 44 72 65 61 6d 20 72 65 61 64 73 20 65 |ipeDream reads e| 000000b0 61 63 68 20 0a 09 73 75 63 63 65 73 73 69 76 65 |ach ..successive| 000000c0 20 6c 69 6e 65 20 6c 6f 6f 6b 69 6e 67 20 66 6f | line looking fo| 000000d0 72 20 76 61 6c 69 64 20 6f 70 74 69 6f 6e 73 2e |r valid options.| 000000e0 20 20 45 61 63 68 20 76 61 6c 69 64 20 0a 09 6f | Each valid ..o| 000000f0 70 74 69 6f 6e 20 63 6f 6e 74 61 69 6e 73 20 61 |ption contains a| 00000100 20 66 69 65 6c 64 20 69 6e 20 63 6f 6c 75 6d 6e | field in column| 00000110 20 41 2e 20 20 49 66 20 63 6f 6c 75 6d 6e 20 41 | A. If column A| 00000120 20 69 73 20 62 6c 61 6e 6b 20 0a 09 50 69 70 65 | is blank ..Pipe| 00000130 44 72 65 61 6d 20 69 67 6e 6f 72 65 73 20 74 68 |Dream ignores th| 00000140 65 20 77 68 6f 6c 65 20 6c 69 6e 65 2e 20 20 53 |e whole line. S| 00000150 6f 20 74 68 65 73 65 20 6f 70 65 6e 69 6e 67 20 |o these opening | 00000160 0a 09 70 61 72 61 67 72 61 70 68 73 20 77 69 6c |..paragraphs wil| 00000170 6c 20 62 65 20 69 67 6e 6f 72 65 64 2e 0a 0a 09 |l be ignored....| 00000180 54 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 74 68 |The following th| 00000190 72 65 65 20 6f 70 74 69 6f 6e 73 20 61 6c 6c 20 |ree options all | 000001a0 74 61 6b 65 20 6f 6e 65 20 70 61 72 61 6d 65 74 |take one paramet| 000001b0 65 72 20 77 68 69 63 68 20 69 73 20 0a 09 73 70 |er which is ..sp| 000001c0 65 63 69 66 69 65 64 20 69 6e 20 63 6f 6c 75 6d |ecified in colum| 000001d0 6e 20 42 2e 20 20 54 68 65 20 50 72 69 6e 74 65 |n B. The Printe| 000001e0 72 20 6f 6e 20 73 74 72 69 6e 67 20 73 70 65 63 |r on string spec| 000001f0 69 66 69 65 73 20 74 68 65 20 0a 09 63 6f 64 65 |ifies the ..code| 00000200 73 20 73 65 6e 74 20 74 6f 20 74 68 65 20 70 72 |s sent to the pr| 00000210 69 6e 74 65 72 20 61 74 20 74 68 65 20 73 74 61 |inter at the sta| 00000220 72 74 20 6f 66 20 65 61 63 68 20 70 72 69 6e 74 |rt of each print| 00000230 20 0a 09 73 65 73 73 69 6f 6e 20 61 6e 64 2c 20 | ..session and, | 00000240 69 6e 20 74 68 65 20 63 61 73 65 20 6f 66 20 73 |in the case of s| 00000250 69 6e 67 6c 65 20 70 61 67 65 20 70 72 69 6e 74 |ingle page print| 00000260 69 6e 67 2c 20 61 74 20 74 68 65 20 0a 09 73 74 |ing, at the ..st| 00000270 61 72 74 20 6f 66 20 65 61 63 68 20 70 61 67 65 |art of each page| 00000280 2e 20 20 54 68 65 20 50 72 69 6e 74 65 72 20 6f |. The Printer o| 00000290 66 66 20 73 74 72 69 6e 67 20 73 70 65 63 69 66 |ff string specif| 000002a0 69 65 73 20 74 68 65 20 0a 09 63 6f 64 65 73 20 |ies the ..codes | 000002b0 73 65 6e 74 20 74 6f 20 74 68 65 20 70 72 69 6e |sent to the prin| 000002c0 74 65 72 20 61 74 20 74 68 65 20 65 6e 64 20 6f |ter at the end o| 000002d0 66 20 65 61 63 68 20 70 72 69 6e 74 20 73 65 73 |f each print ses| 000002e0 73 69 6f 6e 20 0a 09 61 6e 64 2c 20 69 6e 20 74 |sion ..and, in t| 000002f0 68 65 20 63 61 73 65 20 6f 66 20 73 69 6e 67 6c |he case of singl| 00000300 65 20 70 61 67 65 20 70 72 69 6e 74 69 6e 67 2c |e page printing,| 00000310 20 61 74 20 74 68 65 20 65 6e 64 20 6f 66 20 0a | at the end of .| 00000320 09 65 61 63 68 20 70 61 67 65 2e 20 20 54 68 65 |.each page. The| 00000330 20 45 6e 64 20 6f 66 20 70 61 67 65 20 73 74 72 | End of page str| 00000340 69 6e 67 20 73 70 65 63 69 66 69 65 73 20 74 68 |ing specifies th| 00000350 65 20 63 6f 64 65 73 20 73 65 6e 74 20 0a 09 61 |e codes sent ..a| 00000360 74 20 74 68 65 20 65 6e 64 20 6f 66 20 65 61 63 |t the end of eac| 00000370 68 20 70 61 67 65 2e 20 20 53 6f 6d 65 20 70 72 |h page. Some pr| 00000380 69 6e 74 65 72 73 20 63 61 6e 20 68 61 6e 64 6c |inters can handl| 00000390 65 20 0a 09 66 6f 72 6d 66 65 65 64 73 20 77 68 |e ..formfeeds wh| 000003a0 69 63 68 20 61 72 65 20 66 61 73 74 65 72 20 61 |ich are faster a| 000003b0 6e 64 20 71 75 69 65 74 65 72 20 74 68 61 6e 20 |nd quieter than | 000003c0 74 68 65 20 61 6c 74 65 72 6e 61 74 69 76 65 20 |the alternative | 000003d0 0a 09 6f 66 20 73 65 6e 64 69 6e 67 20 6c 69 6e |..of sending lin| 000003e0 65 66 65 65 64 73 20 74 6f 20 65 6e 64 20 74 68 |efeeds to end th| 000003f0 65 20 70 61 67 65 2e 0a 0a 09 09 09 09 44 65 73 |e page.......Des| 00000400 63 72 69 70 74 69 6f 6e 0a 0a 50 4f 4e 09 09 09 |cription..PON...| 00000410 09 50 72 69 6e 74 65 72 20 6f 6e 20 73 74 72 69 |.Printer on stri| 00000420 6e 67 0a 50 4f 46 46 09 09 09 09 50 72 69 6e 74 |ng.POFF....Print| 00000430 65 72 20 6f 66 66 20 73 74 72 69 6e 67 0a 45 50 |er off string.EP| 00000440 09 09 09 09 45 6e 64 20 6f 66 20 70 61 67 65 20 |....End of page | 00000450 73 74 72 69 6e 67 0a 4c 46 09 4e 09 09 09 4c 69 |string.LF.N...Li| 00000460 6e 65 66 65 65 64 73 20 28 6f 66 66 29 0a 0a 0a |nefeeds (off)...| 00000470 09 48 69 67 68 6c 69 67 68 74 73 0a 0a 09 4f 6e |.Highlights...On| 00000480 09 4f 66 66 09 4f 66 66 20 61 74 20 43 52 3f 09 |.Off.Off at CR?.| 00000490 44 65 73 63 72 69 70 74 69 6f 6e 0a 0a 48 31 09 |Description..H1.| 000004a0 45 53 43 20 22 45 22 20 09 45 53 43 20 22 52 22 |ESC "E" .ESC "R"| 000004b0 20 09 59 09 55 6e 64 65 72 6c 69 6e 65 64 20 74 | .Y.Underlined t| 000004c0 65 78 74 0a 48 32 09 45 53 43 20 22 57 22 09 45 |ext.H2.ESC "W".E| 000004d0 53 43 20 22 26 22 09 59 09 42 6f 6c 64 20 74 65 |SC "&".Y.Bold te| 000004e0 78 74 0a 48 33 09 09 09 4e 0a 48 34 09 09 09 59 |xt.H3...N.H4...Y| 000004f0 09 49 74 61 6c 69 63 73 0a 48 35 09 45 53 43 20 |.Italics.H5.ESC | 00000500 22 55 22 09 45 53 43 20 22 44 22 09 59 09 53 75 |"U".ESC "D".Y.Su| 00000510 62 73 63 72 69 70 74 20 64 6f 77 6e 75 70 0a 48 |bscript downup.H| 00000520 36 09 45 53 43 20 22 44 22 09 45 53 43 20 22 55 |6.ESC "D".ESC "U| 00000530 22 09 59 09 53 75 70 65 72 73 63 72 69 70 74 20 |".Y.Superscript | 00000540 75 70 64 6f 77 6e 0a 48 37 09 09 09 4e 09 41 6c |updown.H7...N.Al| 00000550 74 65 72 6e 61 74 69 76 65 20 66 6f 6e 74 0a 48 |ternative font.H| 00000560 38 09 09 09 4e 09 55 73 65 72 20 64 65 66 69 6e |8...N.User defin| 00000570 65 64 0a 0a 0a 09 49 53 4f 20 4c 61 74 69 6e 20 |ed....ISO Latin | 00000580 31 20 74 72 61 6e 73 6c 61 74 69 6f 6e 73 0a 0a |1 translations..| 00000590 22 a0 22 09 22 20 22 09 09 09 6e 6f 6e 2d 62 72 |"."." "...non-br| 000005a0 65 61 6b 20 73 70 61 63 65 0a 22 a2 22 09 45 53 |eak space.".".ES| 000005b0 43 20 22 59 22 09 09 09 63 65 6e 74 0a 22 a3 22 |C "Y"...cent."."| 000005c0 09 45 53 43 20 22 49 22 09 09 09 70 6f 75 6e 64 |.ESC "I"...pound| 000005d0 0a 22 a5 22 09 22 59 22 20 38 20 22 3d 22 09 09 |."."."Y" 8 "="..| 000005e0 09 79 65 6e 0a 22 b1 22 09 22 2b 22 20 38 20 22 |.yen."."."+" 8 "| 000005f0 5f 22 09 09 09 70 6c 75 73 20 6f 72 20 6d 69 6e |_"...plus or min| 00000600 75 73 0a 22 ad 22 09 22 2d 22 09 09 09 68 79 70 |us."."."-"...hyp| 00000610 68 65 6e 0a 22 c0 22 09 22 41 22 09 09 09 41 20 |hen."."."A"...A | 00000620 67 72 61 76 65 0a 22 c1 22 09 22 41 22 09 09 09 |grave."."."A"...| 00000630 41 20 61 63 75 74 65 0a 22 c2 22 09 22 41 22 09 |A acute."."."A".| 00000640 09 09 41 20 63 69 72 63 75 6d 66 6c 65 78 0a 22 |..A circumflex."| 00000650 c3 22 09 22 41 22 09 09 09 41 20 74 69 6c 64 65 |."."A"...A tilde| 00000660 0a 22 c4 22 09 22 41 22 09 09 09 41 20 75 6d 6c |."."."A"...A uml| 00000670 61 75 74 0a 22 c7 22 09 22 43 22 09 09 09 43 20 |aut."."."C"...C | 00000680 63 65 64 69 6c 6c 61 0a 22 c8 22 09 22 45 22 09 |cedilla."."."E".| 00000690 09 09 45 20 67 72 61 76 65 0a 22 c9 22 09 22 45 |..E grave."."."E| 000006a0 22 09 09 09 45 20 61 63 75 74 65 0a 22 ca 22 09 |"...E acute.".".| 000006b0 22 45 22 09 09 09 45 20 63 69 72 63 75 6d 66 6c |"E"...E circumfl| 000006c0 65 78 0a 22 cb 22 09 22 45 22 09 09 09 45 20 75 |ex."."."E"...E u| 000006d0 6d 6c 61 75 74 0a 22 cc 22 09 22 49 22 09 09 09 |mlaut."."."I"...| 000006e0 49 20 67 72 61 76 65 0a 22 cd 22 09 22 49 22 09 |I grave."."."I".| 000006f0 09 09 49 20 61 63 75 74 65 0a 22 ce 22 09 22 49 |..I acute."."."I| 00000700 22 09 09 09 49 20 63 69 72 63 75 6d 66 6c 65 78 |"...I circumflex| 00000710 0a 22 cf 22 09 22 49 22 09 09 09 49 20 75 6d 6c |."."."I"...I uml| 00000720 61 75 74 0a 22 d1 22 09 22 4e 22 09 09 09 4e 20 |aut."."."N"...N | 00000730 74 69 6c 64 65 0a 22 d2 22 09 22 4f 22 09 09 09 |tilde."."."O"...| 00000740 4f 20 67 72 61 76 65 0a 22 d3 22 09 22 4f 22 09 |O grave."."."O".| 00000750 09 09 4f 20 61 63 75 74 65 0a 22 d4 22 09 22 4f |..O acute."."."O| 00000760 22 09 09 09 4f 20 63 69 72 63 75 6d 66 6c 65 78 |"...O circumflex| 00000770 0a 22 d5 22 09 22 4f 22 09 09 09 4f 20 74 69 6c |."."."O"...O til| 00000780 64 65 0a 22 d6 22 09 22 4f 22 09 09 09 4f 20 75 |de."."."O"...O u| 00000790 6d 6c 61 75 74 0a 22 d7 22 09 22 78 22 09 09 09 |mlaut."."."x"...| 000007a0 6d 75 6c 74 69 70 6c 79 20 62 79 0a 22 d9 22 09 |multiply by.".".| 000007b0 22 55 22 09 09 09 55 20 67 72 61 76 65 0a 22 da |"U"...U grave.".| 000007c0 22 09 22 55 22 09 09 09 55 20 61 63 75 74 65 0a |"."U"...U acute.| 000007d0 22 db 22 09 22 55 22 09 09 09 55 20 63 69 72 63 |"."."U"...U circ| 000007e0 75 6d 66 6c 65 78 0a 22 dc 22 09 22 55 22 09 09 |umflex."."."U"..| 000007f0 09 55 20 75 6d 6c 61 75 74 0a 22 dd 22 09 22 59 |.U umlaut."."."Y| 00000800 22 09 09 09 59 20 61 63 75 74 65 0a 22 e0 22 09 |"...Y acute.".".| 00000810 22 61 22 20 38 20 22 60 22 09 09 09 61 20 67 72 |"a" 8 "`"...a gr| 00000820 61 76 65 0a 22 e1 22 09 22 61 22 20 38 20 22 27 |ave."."."a" 8 "'| 00000830 22 09 09 09 61 20 61 63 75 74 65 0a 22 e2 22 09 |"...a acute.".".| 00000840 22 61 22 20 38 20 22 5e 22 09 09 09 61 20 63 69 |"a" 8 "^"...a ci| 00000850 72 63 75 6d 66 6c 65 78 0a 22 e3 22 09 22 61 22 |rcumflex."."."a"| 00000860 20 38 20 22 7e 22 09 09 09 61 20 74 69 6c 64 65 | 8 "~"...a tilde| 00000870 0a 22 e4 22 09 22 61 22 20 38 20 45 53 43 20 22 |."."."a" 8 ESC "| 00000880 4a 22 09 09 09 61 20 75 6d 6c 61 75 74 0a 22 e7 |J"...a umlaut.".| 00000890 22 09 45 53 43 20 22 4b 22 09 09 09 63 20 63 65 |".ESC "K"...c ce| 000008a0 64 69 6c 6c 61 0a 22 e8 22 09 22 65 22 20 38 20 |dilla."."."e" 8 | 000008b0 22 60 22 09 09 09 65 20 67 72 61 76 65 0a 22 e9 |"`"...e grave.".| 000008c0 22 09 22 65 22 20 38 20 22 27 22 09 09 09 65 20 |"."e" 8 "'"...e | 000008d0 61 63 75 74 65 0a 22 ea 22 09 22 65 22 20 38 20 |acute."."."e" 8 | 000008e0 22 5e 22 09 09 09 65 20 63 69 72 63 75 6d 66 6c |"^"...e circumfl| 000008f0 65 78 0a 22 eb 22 09 22 65 22 20 38 20 45 53 43 |ex."."."e" 8 ESC| 00000900 20 22 4a 22 09 09 09 65 20 75 6d 6c 61 75 74 0a | "J"...e umlaut.| 00000910 22 ec 22 09 22 69 22 20 38 20 22 60 22 09 09 09 |"."."i" 8 "`"...| 00000920 69 20 67 72 61 76 65 0a 22 ed 22 09 22 69 22 20 |i grave."."."i" | 00000930 38 20 22 27 22 09 09 09 69 20 61 63 75 74 65 0a |8 "'"...i acute.| 00000940 22 ee 22 09 22 69 22 20 38 20 22 5e 22 09 09 09 |"."."i" 8 "^"...| 00000950 69 20 63 69 72 63 75 6d 66 6c 65 78 0a 22 ef 22 |i circumflex."."| 00000960 09 22 69 22 20 38 20 45 53 43 20 22 4a 22 09 09 |."i" 8 ESC "J"..| 00000970 09 69 20 75 6d 6c 61 75 74 0a 22 f1 22 09 22 6e |.i umlaut."."."n| 00000980 22 20 38 20 22 7e 22 09 09 09 6e 20 74 69 6c 64 |" 8 "~"...n tild| 00000990 65 0a 22 f2 22 09 22 6f 22 20 38 20 22 60 22 20 |e."."."o" 8 "`" | 000009a0 09 09 09 6f 20 67 72 61 76 65 0a 22 f3 22 09 22 |...o grave."."."| 000009b0 6f 22 20 38 20 22 27 22 20 09 09 09 6f 20 61 63 |o" 8 "'" ...o ac| 000009c0 75 74 65 0a 22 f4 22 09 22 6f 22 20 38 20 22 5e |ute."."."o" 8 "^| 000009d0 22 09 09 09 6f 20 63 69 72 63 75 6d 66 6c 65 78 |"...o circumflex| 000009e0 0a 22 f5 22 09 22 6f 22 20 38 20 22 7e 22 09 09 |."."."o" 8 "~"..| 000009f0 09 6f 20 74 69 6c 64 65 0a 22 f6 22 09 22 6f 22 |.o tilde."."."o"| 00000a00 20 38 20 45 53 43 20 22 4a 22 09 09 09 6f 20 75 | 8 ESC "J"...o u| 00000a10 6d 6c 61 75 74 0a 22 f7 22 09 22 2d 22 20 38 20 |mlaut."."."-" 8 | 00000a20 22 3a 22 09 09 09 64 69 76 69 64 65 20 62 79 0a |":"...divide by.| 00000a30 22 f9 22 09 22 75 22 20 38 20 22 60 22 09 09 09 |"."."u" 8 "`"...| 00000a40 75 20 67 72 61 76 65 0a 22 fa 22 09 22 75 22 20 |u grave."."."u" | 00000a50 38 20 22 27 22 09 09 09 75 20 61 63 75 74 65 0a |8 "'"...u acute.| 00000a60 22 fb 22 09 22 75 22 20 38 20 22 5e 22 09 09 09 |"."."u" 8 "^"...| 00000a70 75 20 63 69 72 63 75 6d 66 6c 65 78 0a 22 fc 22 |u circumflex."."| 00000a80 09 22 75 22 20 38 20 45 53 43 20 22 4a 22 09 09 |."u" 8 ESC "J"..| 00000a90 09 75 20 75 6d 6c 61 75 74 0a 22 fd 22 09 22 79 |.u umlaut."."."y| 00000aa0 22 20 38 20 22 27 22 09 09 09 79 20 61 63 75 74 |" 8 "'"...y acut| 00000ab0 65 0a 22 ff 22 09 22 79 22 20 38 20 45 53 43 20 |e."."."y" 8 ESC | 00000ac0 22 4a 22 09 09 09 79 20 75 6d 6c 61 75 74 0a 0a |"J"...y umlaut..| 00000ad0 0a 09 4d 69 63 72 6f 73 70 61 63 69 6e 67 0a 0a |..Microspacing..| 00000ae0 48 4d 49 50 09 45 53 43 20 33 31 09 09 09 48 4d |HMIP.ESC 31...HM| 00000af0 49 20 70 72 65 66 69 78 20 2d 20 63 6f 6c 75 6d |I prefix - colum| 00000b00 6e 20 73 70 61 63 69 6e 67 20 69 6e 64 65 78 0a |n spacing index.| 00000b10 48 4d 49 53 09 09 09 09 48 4d 49 20 73 75 66 66 |HMIS....HMI suff| 00000b20 69 78 0a 48 4d 49 4f 09 31 09 09 09 48 4d 49 20 |ix.HMIO.1...HMI | 00000b30 6f 66 66 73 65 74 0a 0a 0a 09 45 6e 64 20 6f 66 |offset....End of| 00000b40 20 50 69 70 65 44 72 65 61 6d 20 70 72 69 6e 74 | PipeDream print| 00000b50 65 72 20 64 72 69 76 65 72 0a |er driver.| 00000b5a