One more check on valid display which is known to be in the startup
[xcircuit.git] / lib / fonts / letters.ps
bloba2cb5941c6ec56ed105bbff67b7ffd5ac448feee
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Title: examples/letters
3 %%Creator: Xcircuit v2.0
4 %%CreationDate: Tue Nov 17 21:28:11 1998
5 %%Pages: 1
6 %%BoundingBox: 68 68 826 1150
7 %%DocumentNeededResources: 
8 %%EndComments
9 %%BeginProlog
11 %  PostScript prolog for output from xcircuit
12 %  Version: 2.0
14 %  Electrical circuit (and otherwise general) drawing program
16 %  Written by Tim Edwards 8/5/93--8/8/97  (tim@bach.ece.jhu.edu)
17 %  The Johns Hopkins University
19 %%BeginResource: procset XCIRCproc 2.0 2
20 % supporting definitions --- these are the primary xcircuit types.
22 /XCIRCsave save def
23 /topmat matrix currentmatrix def
25 /fontslant { /slant exch def [1 0 slant 1 0 0] 
26     exch findfont exch makefont dup length dict /ndict exch def
27     { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall
28     ndict definefont pop} def
29 /cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def
30    findfont fscale scalefont setfont } def
31 /Ss { gsave 0.67 dup scale gsave mty neg rmoveto
32    glevel 1 add /glevel exch def } def
33 /ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto
34    glevel 1 add /glevel exch def } def
35 /ns { currentpoint transform   % preserve x position!
36    glevel {grestore} repeat /glevel 0 def
37    itransform pop currentpoint pop sub 0 rmoveto } def
38 /ul { showflag 1 eq { gsave 
39    currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_)
40    false charpath flattenpath pathbbox grestore exch pop 1 index
41    sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0
42    rlineto stroke moveto } if } def
43 /ol { showflag 1 eq { gsave gsave
44    currentpoint topmat setmatrix 2 index stringwidth pop 3 index
45    true charpath flattenpath pathbbox grestore exch pop
46    exch pop topmat setmatrix (_) true charpath pathbbox grestore
47    exch pop 1 index sub setlinewidth exch pop currentpoint
48    exch 4 1 roll exch sub add moveto pop 0 rlineto stroke
49    moveto } if } def
50 /stW { gsave true charpath flattenpath pathbbox pop exch pop sub
51    grestore } def
52 /bs { stW 0 rmoveto } def
53 /pspc 0 def
54 /qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def
55 /hS { qS qS } def
56 /textx { dup 2 mul 1 add copy 0 exch
57    { exch exec exch stringwidth pop add } repeat neg ns } def
58 /mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch
59    pop exch sub exch pop neg grestore } def
60 /texty { gsave 2 copy pop exec mty } def
61 /tcenter { textx grestore 0.5 mul 0 rmoveto } def
62 /tright  { textx grestore fspc sub 0 rmoveto } def
63 /tmiddle { texty 0.5 mul rmoveto } def
64 /ttop    { texty fspc sub rmoveto } def
65 /tshow { { exec show } repeat ns } def
67 /label  { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt
68         {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore
69         1 0 dtransform gsave pagemat setmatrix idtransform exch grestore
70         dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse
71         {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt
72         {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if
73         /glevel 0 def /showflag 0 def /fspc pspc def
74         just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse}
75         {fspc 0 rmoveto} ifelse
76         just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse}
77         {0 fspc rmoveto} ifelse
78 /showflag 1 def tshow grestore } def
79 /pinlabel { /pspc 20 def label /pspc 0 def } def
80 /pinglobal { pinlabel } def
82 /begingate { gsave translate 0 0 moveto dup 0 lt {neg 1 sub -1 1 scale} if
83         rotate dup scale /pinlabel { pop pop pop pop 2 mul {pop} repeat}
84         def } bind def
85 /beginparm { -1 1 {1 add -1 roll def} for begingate } bind def
86 /endgate { grestore /pinlabel { /pspc 20 def
87         label /pspc 0 def } def } bind def
89 /tmpa [1 0 0 1 0 0] def
90 /gar {8 8 true tmpa {<c0 c0 00 00 0c 0c 00 00>} imagemask} bind
91 {8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind
92 {8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind
93 {8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind
94 {8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind
95 {8 8 true tmpa {<df cf 8f 9f fd fc f8 f9>} imagemask} bind
96 {8 8 true tmpa {<ff 3f 3f ff ff f3 f3 ff>} imagemask} bind 7 array astore def
97 /ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll
98   neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy
99   gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll
100   { 3 index exch 5 exch put dup -8 3 index { 3 index
101   exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def
102 /setstyles {
103   currentlinewidth mul setlinewidth /style exch def
104   style 1 and 0 gt not {closepath} if
105   style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if 
106   style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if 
107   style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if
108   style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt
109         {gar exch get ppaint} { pop eofill } ifelse grestore } if
110   style 8 and 0 gt { newpath } { stroke } ifelse grestore } def
111 /scb { gsave setrgbcolor } bind def  /sce { grestore } bind def
113 /polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def
114 /xcarc   { gsave newpath arc setstyles } def
115 /elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll
116         3 index div 1 scale } def
117 /ele { 0 4 1 roll 0 4 1 roll } bind def
118 /ellipse { gsave elb newpath ele arc setmatrix setstyles } def
119 /pellip  { elb ele arc setmatrix } def
120 /nellip  { elb ele arcn setmatrix } def
121 /spline  { gsave moveto curveto setstyles } def
122 /polyc   { {lineto} repeat } bind def
123 /beginpath { gsave moveto } bind def
124 /endpath { setstyles } bind def
125 /bop     { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def
126 /setpagemat {/pagemat matrix currentmatrix def} def
127 /inchscale  {setpagemat 0.375 mul dup scale} def
128 /cmscale    {setpagemat 0.35433071 mul dup scale} def
130 %%EndResource
131 %%EndProlog
133 % XCircuit output starts here.
135 /myA {
136 % 0 0 256 320 bbox
137 begingate
138 240  1.00 0 0 112 320 144 320 32 0 4 polygon
139 240  1.00 256 0 144 320 112 320 224 0 4 polygon
140 240  1.00 48 80 48 112 208 112 208 80 4 polygon
141 endgate
142 } def
144 /myB {
145 % 0 0 192 320 bbox
146 begingate
147 240  1.00 0 0 0 320 32 320 32 0 4 polygon
148 80 160 beginpath
149 80 240 80 270.00 450.00 arc
150 80 288 1 polyc
151 80 240 48 450.00 270.00 arcn
152 80 160 1 polyc
153 241  1.00 endpath
154 96 0 beginpath
155 96 96 96 270.00 450.00 arc
156 96 160 1 polyc
157 96 96 65 450.00 270.00 arcn
158 96 0 1 polyc
159 241  1.00 endpath
160 240  1.00 32 160 32 192 96 192 96 160 4 polygon
161 240  1.00 32 288 32 320 80 320 80 288 4 polygon
162 240  1.00 32 0 32 32 96 32 96 0 4 polygon
163 endgate
164 } def
166 /myC {
167 % 0 0 259 320 bbox
168 begingate
169 241 61 beginpath
170 160 160 128 309.81 50.19 arcn
171 259 284 1 polyc
172 160 160 160 51.34 308.66 arc
173 240  1.00 endpath
174 endgate
175 } def
177 /myD {
178 % 0 0 256 320 bbox
179 begingate
180 96 0 beginpath
181 96 160 160 270.00 450.00 arc
182 96 288 1 polyc
183 96 160 128 450.00 270.00 arcn
184 96 0 1 polyc
185 241  1.00 endpath
186 240  1.00 0 0 0 320 32 320 32 0 4 polygon
187 240  1.00 32 288 32 320 96 320 96 288 4 polygon
188 240  1.00 32 0 32 32 96 32 96 0 4 polygon
189 endgate
190 } def
192 /myE {
193 % 0 0 192 320 bbox
194 begingate
195 240  1.00 0 0 0 320 32 320 32 0 4 polygon
196 240  1.00 32 288 32 320 192 320 192 288 4 polygon
197 240  1.00 32 0 32 32 192 32 192 0 4 polygon
198 240  1.00 32 144 32 176 160 176 160 144 4 polygon
199 endgate
200 } def
202 /myF {
203 % 0 0 192 320 bbox
204 begingate
205 240  1.00 0 0 0 320 32 320 32 0 4 polygon
206 240  1.00 32 288 32 320 192 320 192 288 4 polygon
207 240  1.00 32 144 32 176 160 176 160 144 4 polygon
208 endgate
209 } def
211 /myG {
212 % 0 0 274 320 bbox
213 begingate
214 240  1.00 162 144 162 176 274 176 274 144 4 polygon
215 240  1.00 240 48 240 144 274 144 274 48 4 polygon
216 241 61 beginpath
217 160 160 128 309.81 50.19 arcn
218 259 284 1 polyc
219 160 160 160 51.34 315.00 arc
220 240  1.00 endpath
221 endgate
222 } def
224 /myH {
225 % 0 0 224 320 bbox
226 begingate
227 240  1.00 0 0 0 320 32 320 32 0 4 polygon
228 240  1.00 192 0 192 320 224 320 224 0 4 polygon
229 240  1.00 32 144 32 176 192 176 192 144 4 polygon
230 endgate
231 } def
233 /myI {
234 % 0 0 32 320 bbox
235 begingate
236 240  1.00 0 0 0 320 32 320 32 0 4 polygon
237 endgate
238 } def
240 /myJ {
241 % -4 0 132 320 bbox
242 begingate
243 240  1.00 96 80 96 320 128 320 128 80 4 polygon
244 128 80 beginpath
245 48 80 80 360.00 229.40 arcn
246 14 47 1 polyc
247 48 80 48 225.00 360.00 arc
248 240  1.00 endpath
249 endgate
250 } def
252 /myK {
253 % 0 0 224 320 bbox
254 begingate
255 240  1.00 0 0 0 320 32 320 32 0 4 polygon
256 240  1.00 8 176 160 320 200 320 48 176 4 polygon
257 240  1.00 184 0 8 176 48 176 224 0 4 polygon
258 endgate
259 } def
261 /myL {
262 % 0 0 160 320 bbox
263 begingate
264 240  1.00 0 0 0 320 32 320 32 0 4 polygon
265 240  1.00 32 0 32 32 160 32 160 0 4 polygon
266 endgate
267 } def
269 /myM {
270 % 0 0 320 320 bbox
271 begingate
272 240  1.00 144 0 288 320 320 320 176 0 4 polygon
273 240  1.00 176 0 32 320 0 320 144 0 4 polygon
274 240  1.00 0 0 0 320 32 320 32 0 4 polygon
275 240  1.00 288 0 288 320 320 320 320 0 4 polygon
276 endgate
277 } def
279 /myN {
280 % 0 0 224 320 bbox
281 begingate
282 240  1.00 224 0 32 320 0 320 192 0 4 polygon
283 240  1.00 0 0 0 320 32 320 32 0 4 polygon
284 240  1.00 192 0 192 320 224 320 224 0 4 polygon
285 endgate
286 } def
288 /myO {
289 % 0 0 320 320 bbox
290 begingate
291 288 160 beginpath
292 160 160 128 0.00 360.00 arc
293 320 160 1 polyc
294 160 160 160 0.00 360.00 arc
295 241  1.00 endpath
296 endgate
297 } def
299 /myP {
300 % 0 0 192 320 bbox
301 begingate
302 240  1.00 0 0 0 320 32 320 32 0 4 polygon
303 96 128 beginpath
304 96 224 96 270.00 450.00 arc
305 96 288 1 polyc
306 96 224 65 450.00 270.00 arcn
307 96 128 1 polyc
308 241  1.00 endpath
309 240  1.00 32 128 32 160 96 160 96 128 4 polygon
310 240  1.00 32 288 32 320 96 320 96 288 4 polygon
311 endgate
312 } def
314 /myQ {
315 % 0 0 320 320 bbox
316 begingate
317 288 160 beginpath
318 160 160 128 0.00 360.00 arc
319 320 160 1 polyc
320 160 160 160 0.00 360.00 arc
321 241  1.00 endpath
322 240  1.00 280 0 184 96 224 96 320 0 4 polygon
323 endgate
324 } def
326 /myR {
327 % 0 0 208 320 bbox
328 begingate
329 240  1.00 0 0 0 320 32 320 32 0 4 polygon
330 96 128 beginpath
331 96 224 96 270.00 450.00 arc
332 96 288 1 polyc
333 96 224 65 450.00 270.00 arcn
334 96 128 1 polyc
335 241  1.00 endpath
336 240  1.00 32 128 32 160 96 160 96 128 4 polygon
337 240  1.00 32 288 32 320 96 320 96 288 4 polygon
338 240  1.00 168 0 80 144 120 144 208 0 4 polygon
339 endgate
340 } def
342 /myS {
343 % -1 -1 169 320 bbox
344 begingate
345 13 29 beginpath
346 80 87 88 -139.33 65.80 arc
347 55 197 1 polyc
348 80 239 49 239.81 36.45 arcn
349 142 290 1 polyc
350 80 239 80 40.16 240.45 arc
351 102 139 1 polyc
352 80 87 56 66.80 -138.37 arcn
353 22 66 1 polyc
354 -1 44 1 polyc
355 15 28 1 polyc
356 241  1.00 endpath
357 endgate
358 } def
360 /myT {
361 % 0 0 192 320 bbox
362 begingate
363 240  1.00 0 288 0 320 192 320 192 288 4 polygon
364 240  1.00 80 0 80 320 112 320 112 0 4 polygon
365 endgate
366 } def
368 /myU {
369 % 0 0 256 320 bbox
370 begingate
371 240  1.00 0 128 0 320 32 320 32 128 4 polygon
372 240  1.00 224 128 224 320 256 320 256 128 4 polygon
373 32 127 beginpath
374 128 128 96 180.00 360.00 arc
375 256 128 1 polyc
376 128 128 128 360.00 180.00 arcn
377 240  1.00 endpath
378 endgate
379 } def
381 /myV {
382 % 0 0 256 320 bbox
383 begingate
384 240  1.00 112 0 224 320 256 320 144 0 4 polygon
385 240  1.00 144 0 32 320 0 320 112 0 4 polygon
386 endgate
387 } def
389 /myW {
390 % 0 0 352 320 bbox
391 begingate
392 240  1.00 80 0 160 320 192 320 112 0 4 polygon
393 240  1.00 112 0 32 320 0 320 80 0 4 polygon
394 240  1.00 240 0 320 320 352 320 272 0 4 polygon
395 240  1.00 272 0 192 320 160 320 240 0 4 polygon
396 endgate
397 } def
399 /myX {
400 % 0 0 232 320 bbox
401 begingate
402 240  1.00 0 0 192 320 232 320 40 0 4 polygon
403 240  1.00 192 0 0 320 40 320 232 0 4 polygon
404 endgate
405 } def
407 /myY {
408 % 0 0 256 320 bbox
409 begingate
410 240  1.00 112 0 112 176 144 176 144 0 4 polygon
411 240  1.00 128 136 0 320 40 320 128 192 4 polygon
412 240  1.00 128 136 256 320 216 320 128 192 4 polygon
413 endgate
414 } def
416 /myZ {
417 % 0 0 192 320 bbox
418 begingate
419 240  1.00 0 288 0 320 192 320 192 288 4 polygon
420 240  1.00 0 0 0 32 192 32 192 0 4 polygon
421 240  1.00 0 32 152 288 192 288 40 32 4 polygon
422 endgate
423 } def
425 /mya {
426 % 0 0 176 192 bbox
427 begingate
428 240  1.00 144 0 144 192 176 192 176 0 4 polygon
429 153 67 beginpath
430 96 96 64 333.43 26.57 arcn
431 164 164 1 polyc
432 96 96 96 45.00 308.66 arc
433 240  1.00 endpath
434 endgate
435 } def
437 /myb {
438 % 0 0 176 320 bbox
439 begingate
440 240  1.00 0 0 0 320 32 320 32 0 4 polygon
441 22 67 beginpath
442 80 96 64 -153.43 153.43 arc
443 12 164 1 polyc
444 80 96 96 135.00 -128.66 arcn
445 240  1.00 endpath
446 endgate
447 } def
449 /myc {
450 % 0 0 156 192 bbox
451 begingate
452 136 46 beginpath
453 96 96 64 309.81 50.19 arcn
454 156 171 1 polyc
455 96 96 96 51.34 308.66 arc
456 240  1.00 endpath
457 endgate
458 } def
460 /myd {
461 % 0 0 176 320 bbox
462 begingate
463 240  1.00 144 0 144 320 176 320 176 0 4 polygon
464 153 67 beginpath
465 96 96 64 333.43 26.57 arcn
466 164 164 1 polyc
467 96 96 96 45.00 308.66 arc
468 240  1.00 endpath
469 endgate
470 } def
472 /mye {
473 % 0 0 192 192 bbox
474 begingate
475 240  1.00 16 80 16 112 160 112 192 96 192 80 5 polygon
476 147 57 beginpath
477 96 96 64 323.13 0.00 arcn
478 192 96 1 polyc
479 96 96 96 0.00 324.46 arc
480 240  1.00 endpath
481 endgate
482 } def
484 /myf {
485 % 0 0 164 320 bbox
486 begingate
487 240  1.00 80 256 80 0 48 0 48 256 4 polygon
488 240  1.00 0 176 0 208 128 208 128 176 4 polygon
489 138 273 beginpath
490 112 256 32 33.69 180.00 arc
491 48 256 1 polyc
492 112 256 64 180.00 35.54 arcn
493 240  1.00 endpath
494 endgate
495 } def
497 /myg {
498 % 0 -112 176 304 bbox
499 begingate
500 153 67 beginpath
501 96 96 64 333.43 26.57 arcn
502 164 164 1 polyc
503 96 96 96 45.00 308.66 arc
504 240  1.00 endpath
505 240  1.00 144 -16 144 192 176 192 176 -16 4 polygon
506 36 -63 beginpath
507 80 -16 64 227.73 360.00 arc
508 176 -16 1 polyc
509 80 -16 96 360.00 225.00 arcn
510 240  1.00 endpath
511 endgate
512 } def
514 /myh {
515 % 0 0 160 320 bbox
516 begingate
517 240  1.00 0 0 0 320 32 320 32 0 4 polygon
518 240  1.00 128 0 128 112 160 112 160 0 4 polygon
519 3 133 beginpath
520 80 112 80 164.05 0.00 arcn
521 128 112 1 polyc
522 80 112 48 0.00 165.96 arc
523 240  1.00 endpath
524 endgate
525 } def
527 /myi {
528 % 0 0 32 256 bbox
529 begingate
530 240  1.00 0 0 0 192 32 192 32 0 4 polygon
531 240  1.00 16 240 16 0.00 360.00 xcarc
532 endgate
533 } def
535 /myj {
536 % -84 -112 116 368 bbox
537 begingate
538 240  1.00 0 -48 0 192 32 192 32 -48 4 polygon
539 -58 -65 beginpath
540 -32 -48 32 213.69 360.00 arc
541 32 -48 1 polyc
542 -32 -48 64 360.00 215.54 arcn
543 240  1.00 endpath
544 240  1.00 16 240 16 0.00 360.00 xcarc
545 endgate
546 } def
548 /myk {
549 % 0 0 160 320 bbox
550 begingate
551 240  1.00 0 0 0 320 32 320 32 0 4 polygon
552 240  1.00 16 96 104 192 144 192 56 96 4 polygon
553 240  1.00 160 0 48 112 8 112 120 0 4 polygon
554 endgate
555 } def
557 /myl {
558 % 0 0 32 320 bbox
559 begingate
560 240  1.00 0 0 0 320 32 320 32 0 4 polygon
561 endgate
562 } def
564 /mym {
565 % 0 0 288 192 bbox
566 begingate
567 240  1.00 256 0 256 112 288 112 288 0 4 polygon
568 240  1.00 128 0 128 112 160 112 160 0 4 polygon
569 240  1.00 0 0 0 192 32 192 32 0 4 polygon
570 3 133 beginpath
571 80 112 80 164.05 0.00 arcn
572 128 112 1 polyc
573 80 112 48 0.00 165.96 arc
574 240  1.00 endpath
575 131 133 beginpath
576 208 112 80 164.05 0.00 arcn
577 256 112 1 polyc
578 208 112 48 0.00 165.96 arc
579 240  1.00 endpath
580 endgate
581 } def
583 /myn {
584 % 0 0 160 192 bbox
585 begingate
586 240  1.00 0 0 0 192 32 192 32 0 4 polygon
587 3 133 beginpath
588 80 112 80 164.05 0.00 arcn
589 128 112 1 polyc
590 80 112 48 0.00 165.96 arc
591 240  1.00 endpath
592 240  1.00 128 0 128 112 160 112 160 0 4 polygon
593 endgate
594 } def
596 /myo {
597 % 0 0 192 192 bbox
598 begingate
599 192 96 beginpath
600 96 96 96 0.00 360.00 arc
601 160 96 1 polyc
602 96 96 64 0.00 360.00 arc
603 241  1.00 endpath
604 endgate
605 } def
607 /myp {
608 % 0 -112 176 304 bbox
609 begingate
610 22 67 beginpath
611 80 96 64 -153.43 153.43 arc
612 12 164 1 polyc
613 80 96 96 135.00 -128.66 arcn
614 240  1.00 endpath
615 240  1.00 0 -112 0 192 32 192 32 -112 4 polygon
616 endgate
617 } def
619 /myq {
620 % 0 -112 176 304 bbox
621 begingate
622 153 67 beginpath
623 96 96 64 333.43 26.57 arcn
624 164 164 1 polyc
625 96 96 96 45.00 308.66 arc
626 240  1.00 endpath
627 240  1.00 144 -112 144 192 176 192 176 -112 4 polygon
628 endgate
629 } def
631 /myr {
632 % 0 0 136 192 bbox
633 begingate
634 136 168 beginpath
635 80 112 80 45.00 180.00 arc
636 32 112 1 polyc
637 80 112 48 180.00 26.57 arcn
638 240  1.00 endpath
639 240  1.00 0 0 0 192 32 192 32 0 4 polygon
640 endgate
641 } def
643 /mys {
644 % 0 -1 113 193 bbox
645 begingate
646 106 161 beginpath
647 56 136 56 26.57 253.30 arc
648 62 79 1 polyc
649 56 56 24 433.30 198.43 arcn
650 4 34 1 polyc
651 56 56 57 -155.56 73.30 arc
652 49 114 1 polyc
653 56 136 24 253.30 18.43 arcn
654 240  1.00 endpath
655 endgate
656 } def
658 /myt {
659 % 0 0 164 320 bbox
660 begingate
661 240  1.00 80 64 80 320 48 320 48 64 4 polygon
662 240  1.00 0 240 0 208 128 208 128 240 4 polygon
663 138 46 beginpath
664 112 64 32 326.31 180.00 arcn
665 48 64 1 polyc
666 112 64 64 180.00 324.46 arc
667 240  1.00 endpath
668 endgate
669 } def
671 /myu {
672 % 0 0 160 192 bbox
673 begingate
674 240  1.00 160 192 160 0 128 0 128 192 4 polygon
675 156 58 beginpath
676 80 80 80 344.05 180.00 arcn
677 32 80 1 polyc
678 80 80 48 180.00 345.96 arc
679 240  1.00 endpath
680 240  1.00 32 192 32 80 0 80 0 192 4 polygon
681 endgate
682 } def
684 /myv {
685 % 0 0 192 192 bbox
686 begingate
687 240  1.00 32 192 112 0 80 0 0 192 4 polygon
688 240  1.00 160 192 80 0 112 0 192 192 4 polygon
689 endgate
690 } def
692 /myw {
693 % 0 0 288 192 bbox
694 begingate
695 240  1.00 32 192 96 0 64 0 0 192 4 polygon
696 240  1.00 128 192 64 0 96 0 160 192 4 polygon
697 240  1.00 160 192 224 0 192 0 128 192 4 polygon
698 240  1.00 256 192 192 0 224 0 288 192 4 polygon
699 endgate
700 } def
702 /myx {
703 % 0 0 200 192 bbox
704 begingate
705 240  1.00 200 0 40 192 0 192 160 0 4 polygon
706 240  1.00 0 0 160 192 200 192 40 0 4 polygon
707 endgate
708 } def
710 /myy {
711 % 0 -112 192 304 bbox
712 begingate
713 240  1.00 32 192 112 0 80 0 0 192 4 polygon
714 240  1.00 160 192 32 -112 64 -112 192 192 4 polygon
715 endgate
716 } def
718 /myz {
719 % 0 0 160 192 bbox
720 begingate
721 240  1.00 0 32 120 160 160 160 40 32 4 polygon
722 240  1.00 0 192 0 160 160 160 160 192 4 polygon
723 240  1.00 0 32 0 0 160 0 160 32 4 polygon
724 endgate
725 } def
727 %%Page: 1 1
728 %%PageOrientation: Portrait
729 /pgsave save def bop
730 % 768 2544 offsets
731 1.0000 inchscale
732 2.6000 setlinewidth
734 1.00 0 192 2736 myA
735 1.00 0 512 2736 myB
736 1.00 0 768 2736 myC
737 1.00 0 1088 2736 myD
738 1.00 0 1408 2736 myE
739 1.00 0 1664 2736 myF
740 1.00 0 1920 2736 myG
741 1.00 0 192 2352 myH
742 1.00 0 512 2352 myI
743 1.00 0 576 2352 myJ
744 1.00 0 768 2352 myK
745 1.00 0 1024 2352 myL
746 1.00 0 1216 2352 myM
747 1.00 0 1600 2352 myN
748 1.00 0 1856 2352 myO
749 1.00 0 192 1968 myP
750 1.00 0 448 1968 myQ
751 1.00 0 832 1968 myR
752 1.00 0 1088 1968 myS
753 1.00 0 1280 1968 myT
754 1.00 0 1536 1968 myU
755 1.00 0 1856 1968 myV
756 1.00 0 192 1520 myW
757 1.00 0 576 1520 myX
758 1.00 0 832 1520 myY
759 1.00 0 1152 1520 myZ
760 1.00 0 1408 1520 mya
761 1.00 0 1632 1520 myb
762 1.00 0 1856 1520 myc
763 1.00 0 192 1072 myd
764 1.00 0 416 1072 mye
765 1.00 0 608 1072 myf
766 1.00 0 736 1072 myg
767 1.00 0 960 1072 myh
768 1.00 0 1184 1072 myi
769 1.00 0 1312 1072 myj
770 1.00 0 1408 1072 myk
771 1.00 0 1600 1072 myl
772 1.00 0 1728 1072 mym
773 1.00 0 192 688 myn
774 1.00 0 384 688 myo
775 1.00 0 640 688 myp
776 1.00 0 864 688 myq
777 1.00 0 1088 688 myr
778 1.00 0 1280 688 mys
779 1.00 0 1408 688 myt
780 1.00 0 1600 688 myu
781 1.00 0 1824 688 myv
782 1.00 0 192 304 myw
783 1.00 0 512 304 myx
784 1.00 0 768 304 myy
785 1.00 0 1024 304 myz
786 pgsave restore showpage
788 %%Trailer
789 XCIRCsave restore
790 %%EOF