Home » Archimedes archive » Zipped Apps » View » !View/FontLib/SysHeadNew
!View/FontLib/SysHeadNew
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 » Archimedes archive » Zipped Apps » View |
Filename: | !View/FontLib/SysHeadNew |
Read OK: | ✔ |
File size: | 0E51 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
�CO �CO/// Header file for ViewPS /// �CO �PS500 dict begin �TR96,163 �PS/ViewFonts 36 array def �PS/sysFN { ViewFonts exch get setfont } def �PS/sysCC { /y1 exch def /x1 exch def /y0 exch def /x0 exch def �PS x0 y0 moveto x0 y1 lineto �PS x0 x1 ne {x1 y1 lineto x1 y0 lineto} if } def �PS/sysSH { sysCC gsave setgray closepath fill grestore newpath } def �PS/sysHR { sysCC stroke } def �PS/sysDT { [3 3] 0 setdash } def �PS/sysHR2 { sysCC gsave sysDT stroke grestore newpath } def �PS/sysUL { currentpoint 3 sub } def �PS/sysDL { /y1 exch def /x1 exch def /y0 exch def /x0 exch def �PS currentpoint x0 y0 moveto x1 y1 lineto stroke moveto } def �PS/sysGS { currentpoint /y0 exch def /x exch def /y y0 def gsave } def �PS/sysGR { currentpoint pop y0 grestore moveto } def �PS/sysW { stringwidth pop } def �PS/width { ( ) search �PS { sysW exch sysW add Jgap add exch width add } �PS { sysW } ifelse } def �PS/boxed { /ya exch def /yd exch def /xa exch def /xd exch def �PS dup width xa add ya �PS newpath x xd sub y yd sub moveto �PS exch dup 0 rlineto exch 0 exch rlineto neg 0 rlineto closepath �PS x y moveto } def �PS/outline { setlinewidth currentpoint stroke moveto } def �PS/filled { setgray currentpoint fill moveto setgray } def �PS/superscript { y add /y exch def x y moveto } def �PS/subscript { y exch sub /y exch def x y moveto } def �PS/hollow { /w exch def false charpath w outline () } def �PS/acorn { /x exch def �PS matrix currentmatrix currentpoint translate �PS x 288 div dup scale /do /fill load def �PS /s { 16 div 72 mul } def /h1 36 s def /f1 .26 def �PS -18 s 0 moveto -18 3 f1 mul add s h1 f1 mul �PS s 18 3 f1 mul sub s h1 f1 mul s 18 s 0 curveto closepath �PS do /h2 30 s def /f2 .17 def �PS -19 s -3 s moveto -19 3 f2 mul add s -3 h2 f2 mul �PS sub s 19 3 f2 mul sub s -3 h2 f2 mul sub s 19 s -3 s curveto closepath �PS do -20.5 s -17.5 s moveto 0 -23 s 0 -23 s 22 s -31 s curveto �PS 17 s -33 s lineto 0 -25 s 0 -25 s -21.25 s -19 s curveto closepath �PS do -1.4 s -15 s moveto -1.4 s �PS -24 s lineto 1.4 s -24 s lineto 1.4 s -15 s lineto closepath �PS do setmatrix } def �PS/parcto { arcto pop pop pop pop } def �PS/hollowacorn { /x exch def �PS matrix currentmatrix currentpoint translate �PS x 288 div dup scale �PS /s { 16 div 72 mul } def /h1 36 s def /f1 .26 def �PS -18 s 0 moveto -18 3 f1 mul add s h1 f1 mul �PS s 18 3 f1 mul sub s h1 f1 mul s 18 s 0 curveto closepath �PS stroke /h2 30 s def /f2 .17 def �PS -19 s -3 s moveto -19 3 f2 mul add s -3 h2 f2 mul �PS sub s 19 3 f2 mul sub s -3 h2 f2 mul sub s 19 s -3 s curveto closepath �PS stroke -20.5 s -17.5 s moveto 0 -23 s 0 -23 s 22 s -31 s curveto �PS 17 s -33 s lineto 0 -25 s 0 -25 s -21.25 s -19 s curveto closepath �PS stroke -1.4 s -15 s moveto -1.4 s �PS -24 s lineto 1.4 s -24 s lineto 1.4 s -15 s lineto closepath �PS stroke setmatrix } def �PS/noborder { �PS/sysBR {} def } def noborder �PS/sysPE { sysBR } def �PS/sysEJ {showpage} def �PS/landscape {/sysPE {90 rotate 0 -842 translate sysBR } def} def �PS/portrait {/sysPE { sysBR } def} def �PS/copies {/ncp exch def /sysEJ {2 1 ncp {pop copypage} for showpage} def} def �COAGF addition for borders follows �PS/border { /sysBR { �PSgsave matrix currentmatrix �PSinitmatrix 200 30 moveto 560 30 560 815 30 parcto �PS560 815 30 815 30 parcto �PS30 815 30 30 30 parcto �PS30 30 560 30 30 parcto �PS300 30 lineto �PSstroke �PSsetmatrix grestore } def } def �CO �COAGF addition for manual feed follows �PS/mfeed { statusdict begin /manualfeed true def end } def
00000000 80 43 4f 0d 80 43 4f 2f 2f 2f 20 48 65 61 64 65 |.CO..CO/// Heade| 00000010 72 20 66 69 6c 65 20 66 6f 72 20 56 69 65 77 50 |r file for ViewP| 00000020 53 20 2f 2f 2f 0d 80 43 4f 0d 80 50 53 35 30 30 |S ///..CO..PS500| 00000030 20 64 69 63 74 20 62 65 67 69 6e 0d 80 54 52 39 | dict begin..TR9| 00000040 36 2c 31 36 33 0d 80 50 53 2f 56 69 65 77 46 6f |6,163..PS/ViewFo| 00000050 6e 74 73 20 33 36 20 61 72 72 61 79 20 64 65 66 |nts 36 array def| 00000060 0d 80 50 53 2f 73 79 73 46 4e 20 7b 20 56 69 65 |..PS/sysFN { Vie| 00000070 77 46 6f 6e 74 73 20 65 78 63 68 20 67 65 74 20 |wFonts exch get | 00000080 73 65 74 66 6f 6e 74 20 7d 20 64 65 66 0d 80 50 |setfont } def..P| 00000090 53 2f 73 79 73 43 43 20 7b 20 2f 79 31 20 65 78 |S/sysCC { /y1 ex| 000000a0 63 68 20 64 65 66 20 2f 78 31 20 65 78 63 68 20 |ch def /x1 exch | 000000b0 64 65 66 20 2f 79 30 20 65 78 63 68 20 64 65 66 |def /y0 exch def| 000000c0 20 2f 78 30 20 65 78 63 68 20 64 65 66 0d 80 50 | /x0 exch def..P| 000000d0 53 20 20 20 20 20 20 20 20 20 78 30 20 79 30 20 |S x0 y0 | 000000e0 6d 6f 76 65 74 6f 20 78 30 20 79 31 20 6c 69 6e |moveto x0 y1 lin| 000000f0 65 74 6f 0d 80 50 53 20 20 20 20 20 20 20 20 20 |eto..PS | 00000100 78 30 20 78 31 20 6e 65 20 7b 78 31 20 79 31 20 |x0 x1 ne {x1 y1 | 00000110 6c 69 6e 65 74 6f 20 78 31 20 79 30 20 6c 69 6e |lineto x1 y0 lin| 00000120 65 74 6f 7d 20 69 66 20 7d 20 64 65 66 0d 80 50 |eto} if } def..P| 00000130 53 2f 73 79 73 53 48 20 7b 20 73 79 73 43 43 20 |S/sysSH { sysCC | 00000140 67 73 61 76 65 20 73 65 74 67 72 61 79 20 63 6c |gsave setgray cl| 00000150 6f 73 65 70 61 74 68 20 66 69 6c 6c 20 67 72 65 |osepath fill gre| 00000160 73 74 6f 72 65 20 6e 65 77 70 61 74 68 20 7d 20 |store newpath } | 00000170 64 65 66 0d 80 50 53 2f 73 79 73 48 52 20 7b 20 |def..PS/sysHR { | 00000180 73 79 73 43 43 20 73 74 72 6f 6b 65 20 7d 20 64 |sysCC stroke } d| 00000190 65 66 0d 80 50 53 2f 73 79 73 44 54 20 7b 20 5b |ef..PS/sysDT { [| 000001a0 33 20 33 5d 20 30 20 73 65 74 64 61 73 68 20 7d |3 3] 0 setdash }| 000001b0 20 64 65 66 0d 80 50 53 2f 73 79 73 48 52 32 20 | def..PS/sysHR2 | 000001c0 7b 20 73 79 73 43 43 20 67 73 61 76 65 20 73 79 |{ sysCC gsave sy| 000001d0 73 44 54 20 73 74 72 6f 6b 65 20 67 72 65 73 74 |sDT stroke grest| 000001e0 6f 72 65 20 6e 65 77 70 61 74 68 20 7d 20 64 65 |ore newpath } de| 000001f0 66 0d 80 50 53 2f 73 79 73 55 4c 20 7b 20 63 75 |f..PS/sysUL { cu| 00000200 72 72 65 6e 74 70 6f 69 6e 74 20 33 20 73 75 62 |rrentpoint 3 sub| 00000210 20 7d 20 64 65 66 0d 80 50 53 2f 73 79 73 44 4c | } def..PS/sysDL| 00000220 20 7b 20 2f 79 31 20 65 78 63 68 20 64 65 66 20 | { /y1 exch def | 00000230 2f 78 31 20 65 78 63 68 20 64 65 66 20 2f 79 30 |/x1 exch def /y0| 00000240 20 65 78 63 68 20 64 65 66 20 2f 78 30 20 65 78 | exch def /x0 ex| 00000250 63 68 20 64 65 66 0d 80 50 53 20 20 20 20 20 20 |ch def..PS | 00000260 20 20 20 63 75 72 72 65 6e 74 70 6f 69 6e 74 20 | currentpoint | 00000270 78 30 20 79 30 20 6d 6f 76 65 74 6f 20 78 31 20 |x0 y0 moveto x1 | 00000280 79 31 20 6c 69 6e 65 74 6f 20 73 74 72 6f 6b 65 |y1 lineto stroke| 00000290 20 6d 6f 76 65 74 6f 20 7d 20 64 65 66 0d 80 50 | moveto } def..P| 000002a0 53 2f 73 79 73 47 53 20 7b 20 63 75 72 72 65 6e |S/sysGS { curren| 000002b0 74 70 6f 69 6e 74 20 2f 79 30 20 65 78 63 68 20 |tpoint /y0 exch | 000002c0 64 65 66 20 2f 78 20 65 78 63 68 20 64 65 66 20 |def /x exch def | 000002d0 2f 79 20 79 30 20 64 65 66 20 67 73 61 76 65 20 |/y y0 def gsave | 000002e0 7d 20 64 65 66 0d 80 50 53 2f 73 79 73 47 52 20 |} def..PS/sysGR | 000002f0 7b 20 63 75 72 72 65 6e 74 70 6f 69 6e 74 20 70 |{ currentpoint p| 00000300 6f 70 20 79 30 20 67 72 65 73 74 6f 72 65 20 6d |op y0 grestore m| 00000310 6f 76 65 74 6f 20 7d 20 64 65 66 0d 80 50 53 2f |oveto } def..PS/| 00000320 73 79 73 57 20 20 7b 20 73 74 72 69 6e 67 77 69 |sysW { stringwi| 00000330 64 74 68 20 70 6f 70 20 7d 20 64 65 66 0d 80 50 |dth pop } def..P| 00000340 53 2f 77 69 64 74 68 20 7b 20 28 20 29 20 73 65 |S/width { ( ) se| 00000350 61 72 63 68 0d 80 50 53 20 20 20 20 20 20 20 20 |arch..PS | 00000360 20 7b 20 73 79 73 57 20 65 78 63 68 20 73 79 73 | { sysW exch sys| 00000370 57 20 61 64 64 20 4a 67 61 70 20 61 64 64 20 65 |W add Jgap add e| 00000380 78 63 68 20 77 69 64 74 68 20 61 64 64 20 7d 0d |xch width add }.| 00000390 80 50 53 20 20 20 20 20 20 20 20 20 7b 20 73 79 |.PS { sy| 000003a0 73 57 20 7d 20 69 66 65 6c 73 65 20 7d 20 64 65 |sW } ifelse } de| 000003b0 66 0d 80 50 53 2f 62 6f 78 65 64 20 7b 20 2f 79 |f..PS/boxed { /y| 000003c0 61 20 65 78 63 68 20 64 65 66 20 2f 79 64 20 65 |a exch def /yd e| 000003d0 78 63 68 20 64 65 66 20 2f 78 61 20 65 78 63 68 |xch def /xa exch| 000003e0 20 64 65 66 20 2f 78 64 20 65 78 63 68 20 64 65 | def /xd exch de| 000003f0 66 0d 80 50 53 20 20 20 20 20 20 20 20 20 64 75 |f..PS du| 00000400 70 20 77 69 64 74 68 20 78 61 20 61 64 64 20 79 |p width xa add y| 00000410 61 0d 80 50 53 20 20 20 20 20 20 20 20 20 6e 65 |a..PS ne| 00000420 77 70 61 74 68 20 78 20 78 64 20 73 75 62 20 79 |wpath x xd sub y| 00000430 20 79 64 20 73 75 62 20 6d 6f 76 65 74 6f 0d 80 | yd sub moveto..| 00000440 50 53 20 20 20 20 20 20 20 20 20 65 78 63 68 20 |PS exch | 00000450 64 75 70 20 30 20 72 6c 69 6e 65 74 6f 20 65 78 |dup 0 rlineto ex| 00000460 63 68 20 30 20 65 78 63 68 20 72 6c 69 6e 65 74 |ch 0 exch rlinet| 00000470 6f 20 6e 65 67 20 30 20 72 6c 69 6e 65 74 6f 20 |o neg 0 rlineto | 00000480 63 6c 6f 73 65 70 61 74 68 0d 80 50 53 20 20 20 |closepath..PS | 00000490 20 20 20 20 20 20 78 20 79 20 6d 6f 76 65 74 6f | x y moveto| 000004a0 20 7d 20 64 65 66 0d 80 50 53 2f 6f 75 74 6c 69 | } def..PS/outli| 000004b0 6e 65 20 7b 20 73 65 74 6c 69 6e 65 77 69 64 74 |ne { setlinewidt| 000004c0 68 20 63 75 72 72 65 6e 74 70 6f 69 6e 74 20 73 |h currentpoint s| 000004d0 74 72 6f 6b 65 20 6d 6f 76 65 74 6f 20 7d 20 64 |troke moveto } d| 000004e0 65 66 0d 80 50 53 2f 66 69 6c 6c 65 64 20 7b 20 |ef..PS/filled { | 000004f0 73 65 74 67 72 61 79 20 63 75 72 72 65 6e 74 70 |setgray currentp| 00000500 6f 69 6e 74 20 66 69 6c 6c 20 6d 6f 76 65 74 6f |oint fill moveto| 00000510 20 73 65 74 67 72 61 79 20 7d 20 64 65 66 0d 80 | setgray } def..| 00000520 50 53 2f 73 75 70 65 72 73 63 72 69 70 74 20 7b |PS/superscript {| 00000530 20 79 20 61 64 64 20 2f 79 20 65 78 63 68 20 64 | y add /y exch d| 00000540 65 66 20 78 20 79 20 6d 6f 76 65 74 6f 20 7d 20 |ef x y moveto } | 00000550 64 65 66 0d 80 50 53 2f 73 75 62 73 63 72 69 70 |def..PS/subscrip| 00000560 74 20 7b 20 79 20 65 78 63 68 20 73 75 62 20 2f |t { y exch sub /| 00000570 79 20 65 78 63 68 20 64 65 66 20 78 20 79 20 6d |y exch def x y m| 00000580 6f 76 65 74 6f 20 7d 20 64 65 66 0d 80 50 53 2f |oveto } def..PS/| 00000590 68 6f 6c 6c 6f 77 20 7b 20 2f 77 20 65 78 63 68 |hollow { /w exch| 000005a0 20 64 65 66 20 66 61 6c 73 65 20 63 68 61 72 70 | def false charp| 000005b0 61 74 68 20 77 20 6f 75 74 6c 69 6e 65 20 28 29 |ath w outline ()| 000005c0 20 7d 20 64 65 66 0d 80 50 53 2f 61 63 6f 72 6e | } def..PS/acorn| 000005d0 20 7b 20 2f 78 20 65 78 63 68 20 64 65 66 0d 80 | { /x exch def..| 000005e0 50 53 20 20 20 20 6d 61 74 72 69 78 20 63 75 72 |PS matrix cur| 000005f0 72 65 6e 74 6d 61 74 72 69 78 20 63 75 72 72 65 |rentmatrix curre| 00000600 6e 74 70 6f 69 6e 74 20 74 72 61 6e 73 6c 61 74 |ntpoint translat| 00000610 65 0d 80 50 53 20 20 20 20 78 20 32 38 38 20 64 |e..PS x 288 d| 00000620 69 76 20 64 75 70 20 73 63 61 6c 65 20 2f 64 6f |iv dup scale /do| 00000630 20 2f 66 69 6c 6c 20 6c 6f 61 64 20 64 65 66 0d | /fill load def.| 00000640 80 50 53 20 20 20 20 2f 73 20 7b 20 31 36 20 64 |.PS /s { 16 d| 00000650 69 76 20 37 32 20 6d 75 6c 20 7d 20 64 65 66 20 |iv 72 mul } def | 00000660 2f 68 31 20 33 36 20 73 20 64 65 66 20 2f 66 31 |/h1 36 s def /f1| 00000670 20 2e 32 36 20 64 65 66 0d 80 50 53 20 20 20 20 | .26 def..PS | 00000680 2d 31 38 20 73 20 30 20 6d 6f 76 65 74 6f 20 2d |-18 s 0 moveto -| 00000690 31 38 20 33 20 66 31 20 6d 75 6c 20 61 64 64 20 |18 3 f1 mul add | 000006a0 73 20 68 31 20 66 31 20 6d 75 6c 0d 80 50 53 20 |s h1 f1 mul..PS | 000006b0 20 20 20 73 20 31 38 20 33 20 66 31 20 6d 75 6c | s 18 3 f1 mul| 000006c0 20 73 75 62 20 73 20 68 31 20 66 31 20 6d 75 6c | sub s h1 f1 mul| 000006d0 20 73 20 31 38 20 73 20 30 20 63 75 72 76 65 74 | s 18 s 0 curvet| 000006e0 6f 20 63 6c 6f 73 65 70 61 74 68 0d 80 50 53 20 |o closepath..PS | 000006f0 20 20 20 64 6f 20 2f 68 32 20 33 30 20 73 20 64 | do /h2 30 s d| 00000700 65 66 20 2f 66 32 20 2e 31 37 20 64 65 66 0d 80 |ef /f2 .17 def..| 00000710 50 53 20 20 20 20 2d 31 39 20 73 20 2d 33 20 73 |PS -19 s -3 s| 00000720 20 6d 6f 76 65 74 6f 20 2d 31 39 20 33 20 66 32 | moveto -19 3 f2| 00000730 20 6d 75 6c 20 61 64 64 20 73 20 2d 33 20 68 32 | mul add s -3 h2| 00000740 20 66 32 20 6d 75 6c 0d 80 50 53 20 20 20 20 73 | f2 mul..PS s| 00000750 75 62 20 73 20 31 39 20 33 20 66 32 20 6d 75 6c |ub s 19 3 f2 mul| 00000760 20 73 75 62 20 73 20 2d 33 20 68 32 20 66 32 20 | sub s -3 h2 f2 | 00000770 6d 75 6c 20 73 75 62 20 73 20 31 39 20 73 20 2d |mul sub s 19 s -| 00000780 33 20 73 20 63 75 72 76 65 74 6f 20 63 6c 6f 73 |3 s curveto clos| 00000790 65 70 61 74 68 0d 80 50 53 20 20 20 20 64 6f 20 |epath..PS do | 000007a0 2d 32 30 2e 35 20 73 20 2d 31 37 2e 35 20 73 20 |-20.5 s -17.5 s | 000007b0 6d 6f 76 65 74 6f 20 30 20 2d 32 33 20 73 20 30 |moveto 0 -23 s 0| 000007c0 20 2d 32 33 20 73 20 32 32 20 73 20 2d 33 31 20 | -23 s 22 s -31 | 000007d0 73 20 63 75 72 76 65 74 6f 0d 80 50 53 20 20 20 |s curveto..PS | 000007e0 20 31 37 20 73 20 2d 33 33 20 73 20 6c 69 6e 65 | 17 s -33 s line| 000007f0 74 6f 20 30 20 2d 32 35 20 73 20 30 20 2d 32 35 |to 0 -25 s 0 -25| 00000800 20 73 20 2d 32 31 2e 32 35 20 73 20 2d 31 39 20 | s -21.25 s -19 | 00000810 73 20 63 75 72 76 65 74 6f 20 63 6c 6f 73 65 70 |s curveto closep| 00000820 61 74 68 0d 80 50 53 20 20 20 20 64 6f 20 2d 31 |ath..PS do -1| 00000830 2e 34 20 73 20 2d 31 35 20 73 20 6d 6f 76 65 74 |.4 s -15 s movet| 00000840 6f 20 2d 31 2e 34 20 73 0d 80 50 53 20 20 20 20 |o -1.4 s..PS | 00000850 2d 32 34 20 73 20 6c 69 6e 65 74 6f 20 31 2e 34 |-24 s lineto 1.4| 00000860 20 73 20 2d 32 34 20 73 20 6c 69 6e 65 74 6f 20 | s -24 s lineto | 00000870 31 2e 34 20 73 20 2d 31 35 20 73 20 6c 69 6e 65 |1.4 s -15 s line| 00000880 74 6f 20 63 6c 6f 73 65 70 61 74 68 0d 80 50 53 |to closepath..PS| 00000890 20 20 20 20 64 6f 20 73 65 74 6d 61 74 72 69 78 | do setmatrix| 000008a0 20 7d 20 64 65 66 0d 80 50 53 2f 70 61 72 63 74 | } def..PS/parct| 000008b0 6f 20 7b 20 61 72 63 74 6f 20 70 6f 70 20 70 6f |o { arcto pop po| 000008c0 70 20 70 6f 70 20 70 6f 70 20 7d 20 64 65 66 0d |p pop pop } def.| 000008d0 80 50 53 2f 68 6f 6c 6c 6f 77 61 63 6f 72 6e 20 |.PS/hollowacorn | 000008e0 7b 20 2f 78 20 65 78 63 68 20 64 65 66 0d 80 50 |{ /x exch def..P| 000008f0 53 20 20 20 20 6d 61 74 72 69 78 20 63 75 72 72 |S matrix curr| 00000900 65 6e 74 6d 61 74 72 69 78 20 63 75 72 72 65 6e |entmatrix curren| 00000910 74 70 6f 69 6e 74 20 74 72 61 6e 73 6c 61 74 65 |tpoint translate| 00000920 0d 80 50 53 20 20 20 20 78 20 32 38 38 20 64 69 |..PS x 288 di| 00000930 76 20 64 75 70 20 73 63 61 6c 65 0d 80 50 53 20 |v dup scale..PS | 00000940 20 20 20 2f 73 20 7b 20 31 36 20 64 69 76 20 37 | /s { 16 div 7| 00000950 32 20 6d 75 6c 20 7d 20 64 65 66 20 2f 68 31 20 |2 mul } def /h1 | 00000960 33 36 20 73 20 64 65 66 20 2f 66 31 20 2e 32 36 |36 s def /f1 .26| 00000970 20 64 65 66 0d 80 50 53 20 20 20 20 2d 31 38 20 | def..PS -18 | 00000980 73 20 30 20 6d 6f 76 65 74 6f 20 2d 31 38 20 33 |s 0 moveto -18 3| 00000990 20 66 31 20 6d 75 6c 20 61 64 64 20 73 20 68 31 | f1 mul add s h1| 000009a0 20 66 31 20 6d 75 6c 0d 80 50 53 20 20 20 20 73 | f1 mul..PS s| 000009b0 20 31 38 20 33 20 66 31 20 6d 75 6c 20 73 75 62 | 18 3 f1 mul sub| 000009c0 20 73 20 68 31 20 66 31 20 6d 75 6c 20 73 20 31 | s h1 f1 mul s 1| 000009d0 38 20 73 20 30 20 63 75 72 76 65 74 6f 20 63 6c |8 s 0 curveto cl| 000009e0 6f 73 65 70 61 74 68 0d 80 50 53 20 20 20 20 73 |osepath..PS s| 000009f0 74 72 6f 6b 65 20 2f 68 32 20 33 30 20 73 20 64 |troke /h2 30 s d| 00000a00 65 66 20 2f 66 32 20 2e 31 37 20 64 65 66 0d 80 |ef /f2 .17 def..| 00000a10 50 53 20 20 20 20 2d 31 39 20 73 20 2d 33 20 73 |PS -19 s -3 s| 00000a20 20 6d 6f 76 65 74 6f 20 2d 31 39 20 33 20 66 32 | moveto -19 3 f2| 00000a30 20 6d 75 6c 20 61 64 64 20 73 20 2d 33 20 68 32 | mul add s -3 h2| 00000a40 20 66 32 20 6d 75 6c 0d 80 50 53 20 20 20 20 73 | f2 mul..PS s| 00000a50 75 62 20 73 20 31 39 20 33 20 66 32 20 6d 75 6c |ub s 19 3 f2 mul| 00000a60 20 73 75 62 20 73 20 2d 33 20 68 32 20 66 32 20 | sub s -3 h2 f2 | 00000a70 6d 75 6c 20 73 75 62 20 73 20 31 39 20 73 20 2d |mul sub s 19 s -| 00000a80 33 20 73 20 63 75 72 76 65 74 6f 20 63 6c 6f 73 |3 s curveto clos| 00000a90 65 70 61 74 68 0d 80 50 53 20 20 20 20 73 74 72 |epath..PS str| 00000aa0 6f 6b 65 20 2d 32 30 2e 35 20 73 20 2d 31 37 2e |oke -20.5 s -17.| 00000ab0 35 20 73 20 6d 6f 76 65 74 6f 20 30 20 2d 32 33 |5 s moveto 0 -23| 00000ac0 20 73 20 30 20 2d 32 33 20 73 20 32 32 20 73 20 | s 0 -23 s 22 s | 00000ad0 2d 33 31 20 73 20 63 75 72 76 65 74 6f 0d 80 50 |-31 s curveto..P| 00000ae0 53 20 20 20 20 31 37 20 73 20 2d 33 33 20 73 20 |S 17 s -33 s | 00000af0 6c 69 6e 65 74 6f 20 30 20 2d 32 35 20 73 20 30 |lineto 0 -25 s 0| 00000b00 20 2d 32 35 20 73 20 2d 32 31 2e 32 35 20 73 20 | -25 s -21.25 s | 00000b10 2d 31 39 20 73 20 63 75 72 76 65 74 6f 20 63 6c |-19 s curveto cl| 00000b20 6f 73 65 70 61 74 68 0d 80 50 53 20 20 20 20 73 |osepath..PS s| 00000b30 74 72 6f 6b 65 20 2d 31 2e 34 20 73 20 2d 31 35 |troke -1.4 s -15| 00000b40 20 73 20 6d 6f 76 65 74 6f 20 2d 31 2e 34 20 73 | s moveto -1.4 s| 00000b50 0d 80 50 53 20 20 20 20 2d 32 34 20 73 20 6c 69 |..PS -24 s li| 00000b60 6e 65 74 6f 20 31 2e 34 20 73 20 2d 32 34 20 73 |neto 1.4 s -24 s| 00000b70 20 6c 69 6e 65 74 6f 20 31 2e 34 20 73 20 2d 31 | lineto 1.4 s -1| 00000b80 35 20 73 20 6c 69 6e 65 74 6f 20 63 6c 6f 73 65 |5 s lineto close| 00000b90 70 61 74 68 0d 80 50 53 20 20 20 20 73 74 72 6f |path..PS stro| 00000ba0 6b 65 20 73 65 74 6d 61 74 72 69 78 20 7d 20 64 |ke setmatrix } d| 00000bb0 65 66 0d 80 50 53 2f 6e 6f 62 6f 72 64 65 72 20 |ef..PS/noborder | 00000bc0 7b 0d 80 50 53 2f 73 79 73 42 52 20 7b 7d 20 64 |{..PS/sysBR {} d| 00000bd0 65 66 20 7d 20 64 65 66 20 6e 6f 62 6f 72 64 65 |ef } def noborde| 00000be0 72 0d 80 50 53 2f 73 79 73 50 45 20 7b 20 73 79 |r..PS/sysPE { sy| 00000bf0 73 42 52 20 7d 20 64 65 66 0d 80 50 53 2f 73 79 |sBR } def..PS/sy| 00000c00 73 45 4a 20 7b 73 68 6f 77 70 61 67 65 7d 20 64 |sEJ {showpage} d| 00000c10 65 66 0d 80 50 53 2f 6c 61 6e 64 73 63 61 70 65 |ef..PS/landscape| 00000c20 20 7b 2f 73 79 73 50 45 20 7b 39 30 20 72 6f 74 | {/sysPE {90 rot| 00000c30 61 74 65 20 30 20 2d 38 34 32 20 74 72 61 6e 73 |ate 0 -842 trans| 00000c40 6c 61 74 65 20 73 79 73 42 52 20 7d 20 64 65 66 |late sysBR } def| 00000c50 7d 20 64 65 66 0d 80 50 53 2f 70 6f 72 74 72 61 |} def..PS/portra| 00000c60 69 74 20 7b 2f 73 79 73 50 45 20 7b 20 73 79 73 |it {/sysPE { sys| 00000c70 42 52 20 7d 20 64 65 66 7d 20 64 65 66 0d 80 50 |BR } def} def..P| 00000c80 53 2f 63 6f 70 69 65 73 20 7b 2f 6e 63 70 20 65 |S/copies {/ncp e| 00000c90 78 63 68 20 64 65 66 20 2f 73 79 73 45 4a 20 7b |xch def /sysEJ {| 00000ca0 32 20 31 20 6e 63 70 20 7b 70 6f 70 20 63 6f 70 |2 1 ncp {pop cop| 00000cb0 79 70 61 67 65 7d 20 66 6f 72 20 73 68 6f 77 70 |ypage} for showp| 00000cc0 61 67 65 7d 20 64 65 66 7d 20 64 65 66 0d 80 43 |age} def} def..C| 00000cd0 4f 41 47 46 20 61 64 64 69 74 69 6f 6e 20 66 6f |OAGF addition fo| 00000ce0 72 20 62 6f 72 64 65 72 73 20 66 6f 6c 6c 6f 77 |r borders follow| 00000cf0 73 0d 80 50 53 2f 62 6f 72 64 65 72 20 7b 20 2f |s..PS/border { /| 00000d00 73 79 73 42 52 20 7b 0d 80 50 53 67 73 61 76 65 |sysBR {..PSgsave| 00000d10 20 6d 61 74 72 69 78 20 63 75 72 72 65 6e 74 6d | matrix currentm| 00000d20 61 74 72 69 78 20 0d 80 50 53 69 6e 69 74 6d 61 |atrix ..PSinitma| 00000d30 74 72 69 78 20 32 30 30 20 33 30 20 6d 6f 76 65 |trix 200 30 move| 00000d40 74 6f 20 35 36 30 20 33 30 20 35 36 30 20 38 31 |to 560 30 560 81| 00000d50 35 20 33 30 20 70 61 72 63 74 6f 0d 80 50 53 35 |5 30 parcto..PS5| 00000d60 36 30 20 38 31 35 20 33 30 20 38 31 35 20 33 30 |60 815 30 815 30| 00000d70 20 70 61 72 63 74 6f 0d 80 50 53 33 30 20 38 31 | parcto..PS30 81| 00000d80 35 20 33 30 20 33 30 20 33 30 20 70 61 72 63 74 |5 30 30 30 parct| 00000d90 6f 0d 80 50 53 33 30 20 33 30 20 35 36 30 20 33 |o..PS30 30 560 3| 00000da0 30 20 33 30 20 70 61 72 63 74 6f 0d 80 50 53 33 |0 30 parcto..PS3| 00000db0 30 30 20 33 30 20 6c 69 6e 65 74 6f 0d 80 50 53 |00 30 lineto..PS| 00000dc0 73 74 72 6f 6b 65 0d 80 50 53 73 65 74 6d 61 74 |stroke..PSsetmat| 00000dd0 72 69 78 20 67 72 65 73 74 6f 72 65 20 7d 20 64 |rix grestore } d| 00000de0 65 66 20 7d 20 64 65 66 0d 80 43 4f 0d 80 43 4f |ef } def..CO..CO| 00000df0 41 47 46 20 61 64 64 69 74 69 6f 6e 20 66 6f 72 |AGF addition for| 00000e00 20 6d 61 6e 75 61 6c 20 66 65 65 64 20 66 6f 6c | manual feed fol| 00000e10 6c 6f 77 73 0d 80 50 53 2f 6d 66 65 65 64 20 7b |lows..PS/mfeed {| 00000e20 20 73 74 61 74 75 73 64 69 63 74 20 62 65 67 69 | statusdict begi| 00000e30 6e 20 2f 6d 61 6e 75 61 6c 66 65 65 64 20 74 72 |n /manualfeed tr| 00000e40 75 65 20 64 65 66 20 65 6e 64 20 7d 20 64 65 66 |ue def end } def| 00000e50 0d |.| 00000e51