1 rizwank 1.1 %!PS-Adobe-3.0 EPSF-3.0 %% -*- SGML -*-
2 %%BoundingBox: 50 80 510 780
3 %%Title: Matrix font
4 %%Creator: Tero kivinen/emacs
5 %%Edit time: 108 min
6 %%Version: 1.89
7 %%Designer: Tero Kivinen
8 %%CreationDate: 20:59 May 10 1998 kivinen
9 %%Last Modification: 13:47 Nov 10 1998 kivinen
10 %%Pages: 1
11 %%EndComments
12 %%
13 %% (C) Tero Kivinen 1998 <kivinen@iki.fi>
14 %%
15 %% Permission to use, copy, modify and distribute this software and its
16 %% documentation is hereby granted, provided that both the copyright
17 %% notice and this permission notice appear in all copies of the
18 %% software, derivative works or modified versions, and any portions
19 %% thereof, and that both notices appear in supporting documentation.
20 %%
21 %% TERO KIVINEN ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
22 rizwank 1.1 %% CONDITION. TERO KIVINEN DISCLAIMS ANY LIABILITY OF ANY KIND FOR
23 %% ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
24 %%
25 %%
26 %% The font included below is from NetBSD/pcvt source tree:
27 %%
28 %% Copyright (c) 1992, 1995, 1999 Hellmuth Michaelis and Joerg Wunsch
29 %%
30 %% All rights reserved.
31 %%
32 %% Redistribution and use in source and binary forms, with or without
33 %% modification, are permitted provided that the following conditions
34 %% are met:
35 %% 1. Redistributions of source code must retain the above copyright
36 %% notice, this list of conditions and the following disclaimer.
37 %% 2. Redistributions in binary form must reproduce the above copyright
38 %% notice, this list of conditions and the following disclaimer in the
39 %% documentation and/or other materials provided with the distribution.
40 %% 3. All advertising materials mentioning features or use of this software
41 %% must display the following acknowledgement:
42 %% This product includes software developed by
43 rizwank 1.1 %% Hellmuth Michaelis and Joerg Wunsch
44 %% 4. The name authors may not be used to endorse or promote products
45 %% derived from this software without specific prior written permission.
46 %%
47 %% THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
48 %% IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
49 %% OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
50 %% IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
51 %% INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
52 %% NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
53 %% DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
54 %% THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
55 %% (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
56 %% THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57
58 /MatrixFont 10 dict def
59 MatrixFont begin
60 /FontType 3 def
61 /FontMatrix [0.001 0 0 0.001 0 0] def
62 /FontBBox [0 0 800 800] def
63
64 rizwank 1.1 /matrixbasedotsize 40 def
65 /matrixdotrandom 10 def
66 /matrixxrandom 30 def
67 /matrixyrandom 30 def
68
69 /Encoding [
70 /.notdef /.notdef /.notdef /.notdef
71 /.notdef /.notdef /.notdef /.notdef
72 /.notdef /.notdef /.notdef /.notdef
73 /.notdef /.notdef /.notdef /.notdef
74 /.notdef /.notdef /.notdef /.notdef
75 /.notdef /.notdef /.notdef /.notdef
76 /.notdef /.notdef /.notdef /.notdef
77 /.notdef /.notdef /.notdef /.notdef
78 /space /exclam /quotedbl /numbersign
79 /dollar /percent /ampersand /quoteright
80 /parenleft /parenright /asterisk /plus
81 /comma /hyphen /period /slash
82 /zero /one /two /three
83 /four /five /six /seven
84 /eight /nine /colon /semicolon
85 rizwank 1.1 /less /equal /greater /question
86 /at /A /B /C
87 /D /E /F /G
88 /H /I /J /K
89 /L /M /N /O
90 /P /Q /R /S
91 /T /U /V /W
92 /X /Y /Z /bracketleft
93 /backslash /bracketright /asciicircum /underscore
94 /quoteleft /a /b /c
95 /d /e /f /g
96 /h /i /j /k
97 /l /m /n /o
98 /p /q /r /s
99 /t /u /v /w
100 /x /y /z /braceleft
101 /bar /braceright /tilde /.notdef
102 /.notdef /.notdef /.notdef /.notdef
103 /.notdef /.notdef /.notdef /.notdef
104 /.notdef /.notdef /.notdef /.notdef
105 /.notdef /.notdef /.notdef /.notdef
106 rizwank 1.1 /.notdef /.notdef /.notdef /.notdef
107 /.notdef /.notdef /.notdef /.notdef
108 /.notdef /.notdef /.notdef /.notdef
109 /.notdef /.notdef /.notdef /.notdef
110 /space /exclamdown /cent /sterling
111 /currency /yen /brokenbar /section
112 /dieresis /copyright /ordfeminine /guillemotleft
113 /logicalnot /hyphen /registered /macron
114 /degree /plusminus /twosuperior /threesuperior
115 /acute /mu /paragraph /bullet
116 /cedilla /onesuperior /ordmasculine /guillemotright
117 /onequarter /onehalf /threequarters /questiondown
118 /Agrave /Aacute /Acircumflex /Atilde
119 /Adieresis /Aring /AE /Ccedilla
120 /Egrave /Eacute /Ecircumflex /Edieresis
121 /Igrave /Iacute /Icircumflex /Idieresis
122 /Eth /Ntilde /Ograve /Oacute
123 /Ocircumflex /Otilde /Odieresis /multiply
124 /Oslash /Ugrave /Uacute /Ucircumflex
125 /Udieresis /Yacute /Thorn /germandbls
126 /agrave /aacute /acircumflex /atilde
127 rizwank 1.1 /adieresis /aring /ae /ccedilla
128 /egrave /eacute /ecircumflex /edieresis
129 /igrave /iacute /icircumflex /idieresis
130 /eth /ntilde /ograve /oacute
131 /ocircumflex /otilde /odieresis /divide
132 /oslash /ugrave /uacute /ucircumflex
133 /udieresis /yacute /thorn /ydieresis
134 ] def
135
136
137 % This font is stolen from NetBSD-1.3
138 % /usr/share/misc/pcvtfonts/vt220l.808
139 % It happens to be using the cp850 encoding so the encoding vector
140 % above will convert it to isolatin1.
141
142 /CharInfo 256 dict def
143 CharInfo begin
144
145 % char .notdef:
146 % ........
147 % ........
148 rizwank 1.1 % ........
149 % ........
150 % ........
151 % ........
152 % ........
153 % ........
154
155 /.notdef <00 00 00 00 00 00 00 00> def
156
157 % char space:
158 % ........
159 % ........
160 % ........
161 % ........
162 % ........
163 % ........
164 % ........
165 % ........
166
167 /space <00 00 00 00 00 00 00 00> def
168
169 rizwank 1.1 % char exclam:
170 % ...##...
171 % ..####..
172 % ..####..
173 % ...##...
174 % ...##...
175 % ........
176 % ...##...
177 % ........
178
179 /exclam <18 3c 3c 18 18 00 18 00> def
180
181 % char quotedbl:
182 % .##.##..
183 % .##.##..
184 % .##.##..
185 % ........
186 % ........
187 % ........
188 % ........
189 % ........
190 rizwank 1.1
191 /quotedbl <6c 6c 6c 00 00 00 00 00> def
192
193 % char numbersign:
194 % .##.##..
195 % .##.##..
196 % #######.
197 % .##.##..
198 % #######.
199 % .##.##..
200 % .##.##..
201 % ........
202
203 /numbersign <6c 6c fe 6c fe 6c 6c 00> def
204
205 % char dollar:
206 % ..##....
207 % .#####..
208 % ##......
209 % .#####..
210 % .....##.
211 rizwank 1.1 % ######..
212 % ..##....
213 % ........
214
215 /dollar <30 7c c0 7c 06 fc 30 00> def
216
217 % char percent:
218 % ........
219 % ##...##.
220 % ##..##..
221 % ...##...
222 % ..##....
223 % .##..##.
224 % ##...##.
225 % ........
226
227 /percent <00 c6 cc 18 30 66 c6 00> def
228
229 % char ampersand:
230 % ..###...
231 % .##.##..
232 rizwank 1.1 % ..###...
233 % .###.##.
234 % ##.###..
235 % ##..###.
236 % .####.##
237 % ........
238
239 /ampersand <38 6c 38 76 dc ce 7b 00> def
240
241 % char quoteright:
242 % .##.....
243 % .##.....
244 % ##......
245 % ........
246 % ........
247 % ........
248 % ........
249 % ........
250
251 /quoteright <60 60 c0 00 00 00 00 00> def
252
253 rizwank 1.1 % char parenleft:
254 % ...##...
255 % ..##....
256 % .##.....
257 % .##.....
258 % .##.....
259 % ..##....
260 % ...##...
261 % ........
262
263 /parenleft <18 30 60 60 60 30 18 00> def
264
265 % char parenright:
266 % ..##....
267 % ...##...
268 % ....##..
269 % ....##..
270 % ....##..
271 % ...##...
272 % ..##....
273 % ........
274 rizwank 1.1
275 /parenright <30 18 0c 0c 0c 18 30 00> def
276
277 % char asterisk:
278 % ........
279 % .##.##..
280 % ..###...
281 % #######.
282 % ..###...
283 % .##.##..
284 % ........
285 % ........
286
287 /asterisk <00 6c 38 fe 38 6c 00 00> def
288
289 % char plus:
290 % ........
291 % ..##....
292 % ..##....
293 % ######..
294 % ..##....
295 rizwank 1.1 % ..##....
296 % ........
297 % ........
298
299 /plus <00 30 30 fc 30 30 00 00> def
300
301 % char comma:
302 % ........
303 % ........
304 % ........
305 % ........
306 % ........
307 % ..##....
308 % ..##....
309 % .##.....
310
311 /comma <00 00 00 00 00 30 30 60> def
312
313 % char hyphen:
314 % ........
315 % ........
316 rizwank 1.1 % ........
317 % ######..
318 % ........
319 % ........
320 % ........
321 % ........
322
323 /hyphen <00 00 00 fc 00 00 00 00> def
324
325 % char period:
326 % ........
327 % ........
328 % ........
329 % ........
330 % ........
331 % ...##...
332 % ...##...
333 % ........
334
335 /period <00 00 00 00 00 18 18 00> def
336
337 rizwank 1.1 % char slash:
338 % .....##.
339 % ....##..
340 % ...##...
341 % ..##....
342 % .##.....
343 % ##......
344 % #.......
345 % ........
346
347 /slash <06 0c 18 30 60 c0 80 00> def
348
349 % char zero:
350 % .#####..
351 % ##..###.
352 % ##.####.
353 % ####.##.
354 % ###..##.
355 % ##...##.
356 % .#####..
357 % ........
358 rizwank 1.1
359 /zero <7c ce de f6 e6 c6 7c 00> def
360
361 % char one:
362 % ..##....
363 % .###....
364 % #.##....
365 % ..##....
366 % ..##....
367 % ..##....
368 % ######..
369 % ........
370
371 /one <30 70 b0 30 30 30 fc 00> def
372
373 % char two:
374 % .####...
375 % ##..##..
376 % ....##..
377 % ..###...
378 % .##.....
379 rizwank 1.1 % ##......
380 % ######..
381 % ........
382
383 /two <78 cc 0c 38 60 c0 fc 00> def
384
385 % char three:
386 % .####...
387 % ##..##..
388 % ....##..
389 % ..###...
390 % ....##..
391 % ##..##..
392 % .####...
393 % ........
394
395 /three <78 cc 0c 38 0c cc 78 00> def
396
397 % char four:
398 % ...###..
399 % ..####..
400 rizwank 1.1 % .##.##..
401 % ##..##..
402 % #######.
403 % ....##..
404 % ...####.
405 % ........
406
407 /four <1c 3c 6c cc fe 0c 1e 00> def
408
409 % char five:
410 % ######..
411 % ##......
412 % #####...
413 % ....##..
414 % ....##..
415 % ##..##..
416 % .####...
417 % ........
418
419 /five <fc c0 f8 0c 0c cc 78 00> def
420
421 rizwank 1.1 % char six:
422 % .####...
423 % ##..##..
424 % ##......
425 % #####...
426 % ##..##..
427 % ##..##..
428 % .####...
429 % ........
430
431 /six <78 cc c0 f8 cc cc 78 00> def
432
433 % char seven:
434 % ######..
435 % ##..##..
436 % ....##..
437 % ...##...
438 % ..##....
439 % ..##....
440 % ..##....
441 % ........
442 rizwank 1.1
443 /seven <fc cc 0c 18 30 30 30 00> def
444
445 % char eight:
446 % .####...
447 % ##..##..
448 % ##..##..
449 % .####...
450 % ##..##..
451 % ##..##..
452 % .####...
453 % ........
454
455 /eight <78 cc cc 78 cc cc 78 00> def
456
457 % char nine:
458 % .####...
459 % ##..##..
460 % ##..##..
461 % .#####..
462 % ....##..
463 rizwank 1.1 % ##..##..
464 % .####...
465 % ........
466
467 /nine <78 cc cc 7c 0c cc 78 00> def
468
469 % char colon:
470 % ........
471 % ..##....
472 % ..##....
473 % ........
474 % ........
475 % ..##....
476 % ..##....
477 % ........
478
479 /colon <00 30 30 00 00 30 30 00> def
480
481 % char semicolon:
482 % ........
483 % ..##....
484 rizwank 1.1 % ..##....
485 % ........
486 % ........
487 % ..##....
488 % ..##....
489 % .##.....
490
491 /semicolon <00 30 30 00 00 30 30 60> def
492
493 % char less:
494 % ...##...
495 % ..##....
496 % .##.....
497 % ##......
498 % .##.....
499 % ..##....
500 % ...##...
501 % ........
502
503 /less <18 30 60 c0 60 30 18 00> def
504
505 rizwank 1.1 % char equal:
506 % ........
507 % ........
508 % .######.
509 % ........
510 % ........
511 % .######.
512 % ........
513 % ........
514
515 /equal <00 00 7e 00 00 7e 00 00> def
516
517 % char greater:
518 % ..##....
519 % ...##...
520 % ....##..
521 % .....##.
522 % ....##..
523 % ...##...
524 % ..##....
525 % ........
526 rizwank 1.1
527 /greater <30 18 0c 06 0c 18 30 00> def
528
529 % char question:
530 % ..####..
531 % .##..##.
532 % .....##.
533 % ....##..
534 % ...##...
535 % ........
536 % ...##...
537 % ........
538
539 /question <3c 66 06 0c 18 00 18 00> def
540
541 % char at:
542 % .#####..
543 % ##...##.
544 % ##.####.
545 % ##.####.
546 % ##.####.
547 rizwank 1.1 % ##......
548 % .######.
549 % ........
550
551 /at <7c c6 de de de c0 7e 00> def
552
553 % char A:
554 % ..##....
555 % .####...
556 % ##..##..
557 % ##..##..
558 % ######..
559 % ##..##..
560 % ##..##..
561 % ........
562
563 /A <30 78 cc cc fc cc cc 00> def
564
565 % char B:
566 % ######..
567 % .##..##.
568 rizwank 1.1 % .##..##.
569 % .#####..
570 % .##..##.
571 % .##..##.
572 % ######..
573 % ........
574
575 /B <fc 66 66 7c 66 66 fc 00> def
576
577 % char C:
578 % ..####..
579 % .##..##.
580 % ##......
581 % ##......
582 % ##......
583 % .##..##.
584 % ..####..
585 % ........
586
587 /C <3c 66 c0 c0 c0 66 3c 00> def
588
589 rizwank 1.1 % char D:
590 % #####...
591 % .##.##..
592 % .##..##.
593 % .##..##.
594 % .##..##.
595 % .##.##..
596 % #####...
597 % ........
598
599 /D <f8 6c 66 66 66 6c f8 00> def
600
601 % char E:
602 % #######.
603 % .##...#.
604 % .##.#...
605 % .####...
606 % .##.#...
607 % .##...#.
608 % #######.
609 % ........
610 rizwank 1.1
611 /E <fe 62 68 78 68 62 fe 00> def
612
613 % char F:
614 % #######.
615 % .##...#.
616 % .##.#...
617 % .####...
618 % .##.#...
619 % .##.....
620 % ####....
621 % ........
622
623 /F <fe 62 68 78 68 60 f0 00> def
624
625 % char G:
626 % ..####..
627 % .##..##.
628 % ##......
629 % ##......
630 % ##..###.
631 rizwank 1.1 % .##..##.
632 % ..#####.
633 % ........
634
635 /G <3c 66 c0 c0 ce 66 3e 00> def
636
637 % char H:
638 % ##..##..
639 % ##..##..
640 % ##..##..
641 % ######..
642 % ##..##..
643 % ##..##..
644 % ##..##..
645 % ........
646
647 /H <cc cc cc fc cc cc cc 00> def
648
649 % char I:
650 % .####...
651 % ..##....
652 rizwank 1.1 % ..##....
653 % ..##....
654 % ..##....
655 % ..##....
656 % .####...
657 % ........
658
659 /I <78 30 30 30 30 30 78 00> def
660
661 % char J:
662 % ...####.
663 % ....##..
664 % ....##..
665 % ....##..
666 % ##..##..
667 % ##..##..
668 % .####...
669 % ........
670
671 /J <1e 0c 0c 0c cc cc 78 00> def
672
673 rizwank 1.1 % char K:
674 % ###..##.
675 % .##.##..
676 % .####...
677 % .###....
678 % .####...
679 % .##.##..
680 % ###..##.
681 % ........
682
683 /K <e6 6c 78 70 78 6c e6 00> def
684
685 % char L:
686 % ####....
687 % .##.....
688 % .##.....
689 % .##.....
690 % .##...#.
691 % .##..##.
692 % #######.
693 % ........
694 rizwank 1.1
695 /L <f0 60 60 60 62 66 fe 00> def
696
697 % char M:
698 % ##...##.
699 % ###.###.
700 % #######.
701 % ##.#.##.
702 % ##...##.
703 % ##...##.
704 % ##...##.
705 % ........
706
707 /M <c6 ee fe d6 c6 c6 c6 00> def
708
709 % char N:
710 % ##...##.
711 % ###..##.
712 % ####.##.
713 % ##.####.
714 % ##..###.
715 rizwank 1.1 % ##...##.
716 % ##...##.
717 % ........
718
719 /N <c6 e6 f6 de ce c6 c6 00> def
720
721 % char O:
722 % ..###...
723 % .##.##..
724 % ##...##.
725 % ##...##.
726 % ##...##.
727 % .##.##..
728 % ..###...
729 % ........
730
731 /O <38 6c c6 c6 c6 6c 38 00> def
732
733 % char P:
734 % ######..
735 % .##..##.
736 rizwank 1.1 % .##..##.
737 % .#####..
738 % .##.....
739 % .##.....
740 % ####....
741 % ........
742
743 /P <fc 66 66 7c 60 60 f0 00> def
744
745 % char Q:
746 % .####...
747 % ##..##..
748 % ##..##..
749 % ##..##..
750 % ##.###..
751 % .####...
752 % ...###..
753 % ........
754
755 /Q <78 cc cc cc dc 78 1c 00> def
756
757 rizwank 1.1 % char R:
758 % ######..
759 % .##..##.
760 % .##..##.
761 % .#####..
762 % .##.##..
763 % .##..##.
764 % ###..##.
765 % ........
766
767 /R <fc 66 66 7c 6c 66 e6 00> def
768
769 % char S:
770 % .####...
771 % ##..##..
772 % ##......
773 % .####...
774 % ....##..
775 % ##..##..
776 % .####...
777 % ........
778 rizwank 1.1
779 /S <78 cc c0 78 0c cc 78 00> def
780
781 % char T:
782 % ######..
783 % #.##.#..
784 % ..##....
785 % ..##....
786 % ..##....
787 % ..##....
788 % .####...
789 % ........
790
791 /T <fc b4 30 30 30 30 78 00> def
792
793 % char U:
794 % ##..##..
795 % ##..##..
796 % ##..##..
797 % ##..##..
798 % ##..##..
799 rizwank 1.1 % ##..##..
800 % .####...
801 % ........
802
803 /U <cc cc cc cc cc cc 78 00> def
804
805 % char V:
806 % ##..##..
807 % ##..##..
808 % ##..##..
809 % ##..##..
810 % ##..##..
811 % .####...
812 % ..##....
813 % ........
814
815 /V <cc cc cc cc cc 78 30 00> def
816
817 % char W:
818 % ##...##.
819 % ##...##.
820 rizwank 1.1 % ##...##.
821 % ##.#.##.
822 % #######.
823 % #######.
824 % ##...##.
825 % ........
826
827 /W <c6 c6 c6 d6 fe fe c6 00> def
828
829 % char X:
830 % ##...##.
831 % ##...##.
832 % .##.##..
833 % ..###...
834 % ..###...
835 % .##.##..
836 % ##...##.
837 % ........
838
839 /X <c6 c6 6c 38 38 6c c6 00> def
840
841 rizwank 1.1 % char Y:
842 % ##..##..
843 % ##..##..
844 % ##..##..
845 % .####...
846 % ..##....
847 % ..##....
848 % .####...
849 % ........
850
851 /Y <cc cc cc 78 30 30 78 00> def
852
853 % char Z:
854 % ######..
855 % ##..##..
856 % #..##...
857 % ..##....
858 % .##..#..
859 % ##..##..
860 % ######..
861 % ........
862 rizwank 1.1
863 /Z <fc cc 98 30 64 cc fc 00> def
864
865 % char bracketleft:
866 % .####...
867 % .##.....
868 % .##.....
869 % .##.....
870 % .##.....
871 % .##.....
872 % .####...
873 % ........
874
875 /bracketleft <78 60 60 60 60 60 78 00> def
876
877 % char blackslash:
878 % ##......
879 % .##.....
880 % ..##....
881 % ...##...
882 % ....##..
883 rizwank 1.1 % .....##.
884 % ......#.
885 % ........
886
887 /blackslash <c0 60 30 18 0c 06 02 00> def
888
889 % char bracketright:
890 % .####...
891 % ...##...
892 % ...##...
893 % ...##...
894 % ...##...
895 % ...##...
896 % .####...
897 % ........
898
899 /bracketright <78 18 18 18 18 18 78 00> def
900
901 % char asciicircum:
902 % ...#....
903 % ..###...
904 rizwank 1.1 % .##.##..
905 % ##...##.
906 % ........
907 % ........
908 % ........
909 % ........
910
911 /asciicircum <10 38 6c c6 00 00 00 00> def
912
913 % char underscore:
914 % ........
915 % ........
916 % ........
917 % ........
918 % ........
919 % ........
920 % ........
921 % ########
922
923 /underscore <00 00 00 00 00 00 00 ff> def
924
925 rizwank 1.1 % char quoteleft:
926 % ..##....
927 % ..##....
928 % ...##...
929 % ........
930 % ........
931 % ........
932 % ........
933 % ........
934
935 /quoteleft <30 30 18 00 00 00 00 00> def
936
937 % char a:
938 % ........
939 % ........
940 % .####...
941 % ....##..
942 % .#####..
943 % ##..##..
944 % .###.##.
945 % ........
946 rizwank 1.1
947 /a <00 00 78 0c 7c cc 76 00> def
948
949 % char b:
950 % ###.....
951 % .##.....
952 % .##.....
953 % .#####..
954 % .##..##.
955 % .##..##.
956 % ######..
957 % ........
958
959 /b <e0 60 60 7c 66 66 fc 00> def
960
961 % char c:
962 % ........
963 % ........
964 % .####...
965 % ##..##..
966 % ##......
967 rizwank 1.1 % ##..##..
968 % .####...
969 % ........
970
971 /c <00 00 78 cc c0 cc 78 00> def
972
973 % char d:
974 % ...###..
975 % ....##..
976 % ....##..
977 % .#####..
978 % ##..##..
979 % ##..##..
980 % .######.
981 % ........
982
983 /d <1c 0c 0c 7c cc cc 7e 00> def
984
985 % char e:
986 % ........
987 % ........
988 rizwank 1.1 % .####...
989 % ##..##..
990 % ######..
991 % ##......
992 % .####...
993 % ........
994
995 /e <00 00 78 cc fc c0 78 00> def
996
997 % char f:
998 % ..###...
999 % .##.##..
1000 % .##.....
1001 % #####...
1002 % .##.....
1003 % .##.....
1004 % ####....
1005 % ........
1006
1007 /f <38 6c 60 f8 60 60 f0 00> def
1008
1009 rizwank 1.1 % char g:
1010 % ........
1011 % ........
1012 % .###.##.
1013 % ##..##..
1014 % ##..##..
1015 % .#####..
1016 % ....##..
1017 % #####...
1018
1019 /g <00 00 76 cc cc 7c 0c f8> def
1020
1021 % char h:
1022 % ###.....
1023 % .##.....
1024 % .##.##..
1025 % .###.##.
1026 % .##..##.
1027 % .##..##.
1028 % ###..##.
1029 % ........
1030 rizwank 1.1
1031 /h <e0 60 6c 76 66 66 e6 00> def
1032
1033 % char i:
1034 % ..##....
1035 % ........
1036 % .###....
1037 % ..##....
1038 % ..##....
1039 % ..##....
1040 % .####...
1041 % ........
1042
1043 /i <30 00 70 30 30 30 78 00> def
1044
1045 % char j:
1046 % ....##..
1047 % ........
1048 % ...###..
1049 % ....##..
1050 % ....##..
1051 rizwank 1.1 % ##..##..
1052 % ##..##..
1053 % .####...
1054
1055 /j <0c 00 1c 0c 0c cc cc 78> def
1056
1057 % char k:
1058 % ###.....
1059 % .##.....
1060 % .##..##.
1061 % .##.##..
1062 % .####...
1063 % .##.##..
1064 % ###..##.
1065 % ........
1066
1067 /k <e0 60 66 6c 78 6c e6 00> def
1068
1069 % char l:
1070 % .###....
1071 % ..##....
1072 rizwank 1.1 % ..##....
1073 % ..##....
1074 % ..##....
1075 % ..##....
1076 % .####...
1077 % ........
1078
1079 /l <70 30 30 30 30 30 78 00> def
1080
1081 % char m:
1082 % ........
1083 % ........
1084 % ##..##..
1085 % #######.
1086 % #######.
1087 % ##.#.##.
1088 % ##...##.
1089 % ........
1090
1091 /m <00 00 cc fe fe d6 c6 00> def
1092
1093 rizwank 1.1 % char n:
1094 % ........
1095 % ........
1096 % #####...
1097 % ##..##..
1098 % ##..##..
1099 % ##..##..
1100 % ##..##..
1101 % ........
1102
1103 /n <00 00 f8 cc cc cc cc 00> def
1104
1105 % char o:
1106 % ........
1107 % ........
1108 % .####...
1109 % ##..##..
1110 % ##..##..
1111 % ##..##..
1112 % .####...
1113 % ........
1114 rizwank 1.1
1115 /o <00 00 78 cc cc cc 78 00> def
1116
1117 % char p:
1118 % ........
1119 % ........
1120 % ##.###..
1121 % .##..##.
1122 % .##..##.
1123 % .#####..
1124 % .##.....
1125 % ####....
1126
1127 /p <00 00 dc 66 66 7c 60 f0> def
1128
1129 % char q:
1130 % ........
1131 % ........
1132 % .###.##.
1133 % ##..##..
1134 % ##..##..
1135 rizwank 1.1 % .#####..
1136 % ....##..
1137 % ...####.
1138
1139 /q <00 00 76 cc cc 7c 0c 1e> def
1140
1141 % char r:
1142 % ........
1143 % ........
1144 % ##.###..
1145 % .###.##.
1146 % .##.....
1147 % .##.....
1148 % ####....
1149 % ........
1150
1151 /r <00 00 dc 76 60 60 f0 00> def
1152
1153 % char s:
1154 % ........
1155 % ........
1156 rizwank 1.1 % .#####..
1157 % ##......
1158 % .#####..
1159 % .....##.
1160 % ######..
1161 % ........
1162
1163 /s <00 00 7c c0 7c 06 fc 00> def
1164
1165 % char t:
1166 % ...#....
1167 % ..##....
1168 % .#####..
1169 % ..##....
1170 % ..##....
1171 % ..##.##.
1172 % ...###..
1173 % ........
1174
1175 /t <10 30 7c 30 30 36 1c 00> def
1176
1177 rizwank 1.1 % char u:
1178 % ........
1179 % ........
1180 % ##..##..
1181 % ##..##..
1182 % ##..##..
1183 % ##..##..
1184 % .###.##.
1185 % ........
1186
1187 /u <00 00 cc cc cc cc 76 00> def
1188
1189 % char v:
1190 % ........
1191 % ........
1192 % ##...##.
1193 % ##...##.
1194 % ##...##.
1195 % .#####..
1196 % ..###...
1197 % ........
1198 rizwank 1.1
1199 /v <00 00 c6 c6 c6 7c 38 00> def
1200
1201 % char w:
1202 % ........
1203 % ........
1204 % ##...##.
1205 % ##.#.##.
1206 % #######.
1207 % #######.
1208 % .##.##..
1209 % ........
1210
1211 /w <00 00 c6 d6 fe fe 6c 00> def
1212
1213 % char x:
1214 % ........
1215 % ........
1216 % ##...##.
1217 % .##.##..
1218 % ..###...
1219 rizwank 1.1 % .##.##..
1220 % ##...##.
1221 % ........
1222
1223 /x <00 00 c6 6c 38 6c c6 00> def
1224
1225 % char y:
1226 % ........
1227 % ........
1228 % ##..##..
1229 % ##..##..
1230 % ##..##..
1231 % .#####..
1232 % ....##..
1233 % #####...
1234
1235 /y <00 00 cc cc cc 7c 0c f8> def
1236
1237 % char z:
1238 % ........
1239 % ........
1240 rizwank 1.1 % ######..
1241 % #..##...
1242 % ..##....
1243 % .##..#..
1244 % ######..
1245 % ........
1246
1247 /z <00 00 fc 98 30 64 fc 00> def
1248
1249 % char braceleft:
1250 % ...###..
1251 % ..##....
1252 % ..##....
1253 % ###.....
1254 % ..##....
1255 % ..##....
1256 % ...###..
1257 % ........
1258
1259 /braceleft <1c 30 30 e0 30 30 1c 00> def
1260
1261 rizwank 1.1 % char bar:
1262 % ...##...
1263 % ...##...
1264 % ...##...
1265 % ........
1266 % ...##...
1267 % ...##...
1268 % ...##...
1269 % ........
1270
1271 /bar <18 18 18 00 18 18 18 00> def
1272
1273 % char braceright:
1274 % ###.....
1275 % ..##....
1276 % ..##....
1277 % ...###..
1278 % ..##....
1279 % ..##....
1280 % ###.....
1281 % ........
1282 rizwank 1.1
1283 /braceright <e0 30 30 1c 30 30 e0 00> def
1284
1285 % char tilde:
1286 % .###.##.
1287 % ##.###..
1288 % ........
1289 % ........
1290 % ........
1291 % ........
1292 % ........
1293 % ........
1294
1295 /tilde <76 dc 00 00 00 00 00 00> def
1296
1297 % char exclamdown:
1298 % ...##...
1299 % ...##...
1300 % ........
1301 % ...##...
1302 % ...##...
1303 rizwank 1.1 % ...##...
1304 % ...##...
1305 % ........
1306
1307 /exclamdown <18 18 00 18 18 18 18 00> def
1308
1309 % char cent:
1310 % ...##...
1311 % ...##...
1312 % .######.
1313 % ##......
1314 % ##......
1315 % .######.
1316 % ...##...
1317 % ...##...
1318
1319 /cent <18 18 7e c0 c0 7e 18 18> def
1320
1321 % char sterling:
1322 % ..###...
1323 % .##.##..
1324 rizwank 1.1 % .##..#..
1325 % ####....
1326 % .##.....
1327 % ###..##.
1328 % ######..
1329 % ........
1330
1331 /sterling <38 6c 64 f0 60 e6 fc 00> def
1332
1333 % char currency:
1334 % ........
1335 % ........
1336 % #.###.#.
1337 % .##.##..
1338 % .##.##..
1339 % #.###.#.
1340 % ........
1341 % ........
1342
1343 /currency <00 00 ba 6c 6c ba 00 00> def
1344
1345 rizwank 1.1 % char yen:
1346 % ##..##..
1347 % ##..##..
1348 % .####...
1349 % ######..
1350 % ..##....
1351 % ######..
1352 % ..##....
1353 % ..##....
1354
1355 /yen <cc cc 78 fc 30 fc 30 30> def
1356
1357 % char brokenbar:
1358 % ...##...
1359 % ...##...
1360 % ...##...
1361 % ........
1362 % ...##...
1363 % ...##...
1364 % ...##...
1365 % ........
1366 rizwank 1.1
1367 /brokenbar <18 18 18 00 18 18 18 00> def
1368
1369 % char section:
1370 % .######.
1371 % ##....##
1372 % ######..
1373 % .##..##.
1374 % .##..##.
1375 % ..######
1376 % ##....##
1377 % .######.
1378
1379 /section <7e c3 fc 66 66 3f c3 7e> def
1380
1381 % char dieresis:
1382 % ........
1383 % ##..##..
1384 % ........
1385 % ........
1386 % ........
1387 rizwank 1.1 % ........
1388 % ........
1389 % ........
1390
1391 /dieresis <00 cc 00 00 00 00 00 00> def
1392
1393 % char copyright:
1394 % ..###...
1395 % .#...#..
1396 % #.###.#.
1397 % #.#...#.
1398 % #.###.#.
1399 % .#...#..
1400 % ..###...
1401 % ........
1402
1403 /copyright <38 44 ba a2 ba 44 38 00> def
1404
1405 % char ordfeminine:
1406 % ..####..
1407 % .##.##..
1408 rizwank 1.1 % .##.##..
1409 % ..#####.
1410 % ........
1411 % .######.
1412 % ........
1413 % ........
1414
1415 /ordfeminine <3c 6c 6c 3e 00 7e 00 00> def
1416
1417 % char guillemotleft:
1418 % ........
1419 % ..##..##
1420 % .##..##.
1421 % ##..##..
1422 % .##..##.
1423 % ..##..##
1424 % ........
1425 % ........
1426
1427 /guillemotleft <00 33 66 cc 66 33 00 00> def
1428
1429 rizwank 1.1 % char logicalnot:
1430 % ........
1431 % ........
1432 % ........
1433 % .######.
1434 % ......#.
1435 % ........
1436 % ........
1437 % ........
1438
1439 /logicalnot <00 00 00 7e 02 00 00 00> def
1440
1441 % char hyphen:
1442 % ........
1443 % ........
1444 % ........
1445 % ######..
1446 % ........
1447 % ........
1448 % ........
1449 % ........
1450 rizwank 1.1
1451 /hyphen <00 00 00 fc 00 00 00 00> def
1452
1453 % char registered:
1454 % ..###...
1455 % .#...#..
1456 % #.###.#.
1457 % #.###.#.
1458 % #.#.#.#.
1459 % .#...#..
1460 % ..###...
1461 % ........
1462
1463 /registered <38 44 ba ba aa 44 38 00> def
1464
1465 % char macron:
1466 % ........
1467 % ######..
1468 % ........
1469 % ........
1470 % ........
1471 rizwank 1.1 % ........
1472 % ........
1473 % ........
1474
1475 /macron <00 fc 00 00 00 00 00 00> def
1476
1477 % char degree:
1478 % ..###...
1479 % .##.##..
1480 % .##.##..
1481 % ..###...
1482 % ........
1483 % ........
1484 % ........
1485 % ........
1486
1487 /degree <38 6c 6c 38 00 00 00 00> def
1488
1489 % char plusminus:
1490 % ..##....
1491 % ..##....
1492 rizwank 1.1 % ######..
1493 % ..##....
1494 % ..##....
1495 % ........
1496 % ######..
1497 % ........
1498
1499 /plusminus <30 30 fc 30 30 00 fc 00> def
1500
1501 % char twosuperior:
1502 % .###....
1503 % ...##...
1504 % ..##....
1505 % .##.....
1506 % .####...
1507 % ........
1508 % ........
1509 % ........
1510
1511 /twosuperior <70 18 30 60 78 00 00 00> def
1512
1513 rizwank 1.1 % char threesuperior:
1514 % .###....
1515 % ...##...
1516 % .###....
1517 % ...##...
1518 % .###....
1519 % ........
1520 % ........
1521 % ........
1522
1523 /threesuperior <70 18 70 18 70 00 00 00> def
1524
1525 % char acute:
1526 % ...###..
1527 % ........
1528 % ........
1529 % ........
1530 % ........
1531 % ........
1532 % ........
1533 % ........
1534 rizwank 1.1
1535 /acute <1c 00 00 00 00 00 00 00> def
1536
1537 % char mu:
1538 % ........
1539 % .##..##.
1540 % .##..##.
1541 % .##..##.
1542 % .##..##.
1543 % .#####..
1544 % .##.....
1545 % ##......
1546
1547 /mu <00 66 66 66 66 7c 60 c0> def
1548
1549 % char paragraph:
1550 % .#######
1551 % ##.##.##
1552 % ##.##.##
1553 % .####.##
1554 % ...##.##
1555 rizwank 1.1 % ...##.##
1556 % ...##.##
1557 % ........
1558
1559 /paragraph <7f db db 7b 1b 1b 1b 00> def
1560
1561 % char bullet:
1562 % ........
1563 % ........
1564 % .######.
1565 % .######.
1566 % .######.
1567 % ........
1568 % ........
1569 % ........
1570
1571 /bullet <00 00 7e 7e 7e 00 00 00> def
1572
1573 % char cedilla:
1574 % ........
1575 % ........
1576 rizwank 1.1 % ........
1577 % ........
1578 % ........
1579 % ...##...
1580 % ....##..
1581 % .####...
1582
1583 /cedilla <00 00 00 00 00 18 0c 78> def
1584
1585 % char onesuperior:
1586 % ...##...
1587 % ..###...
1588 % ...##...
1589 % ...##...
1590 % ..####..
1591 % ........
1592 % ........
1593 % ........
1594
1595 /onesuperior <18 38 18 18 3c 00 00 00> def
1596
1597 rizwank 1.1 % char ordmasculine:
1598 % ..###...
1599 % .##.##..
1600 % .##.##..
1601 % ..###...
1602 % ........
1603 % .#####..
1604 % ........
1605 % ........
1606
1607 /ordmasculine <38 6c 6c 38 00 7c 00 00> def
1608
1609 % char guillemotright:
1610 % ........
1611 % ##..##..
1612 % .##..##.
1613 % ..##..##
1614 % .##..##.
1615 % ##..##..
1616 % ........
1617 % ........
1618 rizwank 1.1
1619 /guillemotright <00 cc 66 33 66 cc 00 00> def
1620
1621 % char onequarter:
1622 % ##....##
1623 % ##...##.
1624 % ##..##..
1625 % ##.##.##
1626 % ..##.###
1627 % .##.####
1628 % ##..####
1629 % ......##
1630
1631 /onequarter <c3 c6 cc db 37 6f cf 03> def
1632
1633 % char onehalf:
1634 % ##....##
1635 % ##...##.
1636 % ##..##..
1637 % ##.####.
1638 % ..##..##
1639 rizwank 1.1 % .##..##.
1640 % ##..##..
1641 % ....####
1642
1643 /onehalf <c3 c6 cc de 33 66 cc 0f> def
1644
1645 % char threequarters:
1646 % ###...##
1647 % ..##.##.
1648 % ###.##..
1649 % ..###.##
1650 % ####.###
1651 % .##.####
1652 % ##..####
1653 % ......##
1654
1655 /threequarters <e3 36 ec 3b f7 6f cf 03> def
1656
1657 % char questiondown:
1658 % ..##....
1659 % ........
1660 rizwank 1.1 % ..##....
1661 % .##.....
1662 % ##......
1663 % ##..##..
1664 % .####...
1665 % ........
1666
1667 /questiondown <30 00 30 60 c0 cc 78 00> def
1668
1669
1670 % char Agrave:
1671 % ###.....
1672 % ........
1673 % .####...
1674 % ##..##..
1675 % ##..##..
1676 % ######..
1677 % ##..##..
1678 % ........
1679
1680 /Agrave <e0 00 78 cc cc fc cc 00> def
1681 rizwank 1.1
1682 % char Aacute:
1683 % ...###..
1684 % ........
1685 % .####...
1686 % ##..##..
1687 % ##..##..
1688 % ######..
1689 % ##..##..
1690 % ........
1691
1692 /Aacute <1c 00 78 cc cc fc cc 00> def
1693
1694 % char Acircumflex:
1695 % .#####..
1696 % ##...##.
1697 % .####...
1698 % ##..##..
1699 % ##..##..
1700 % ######..
1701 % ##..##..
1702 rizwank 1.1 % ........
1703
1704 /Acircumflex <7c c6 78 cc cc fc cc 00> def
1705
1706 % char Atilde:
1707 % ######..
1708 % ........
1709 % .####...
1710 % ##..##..
1711 % ##..##..
1712 % ######..
1713 % ##..##..
1714 % ........
1715
1716 /Atilde <fc 00 78 cc cc fc cc 00> def
1717
1718 % char Adieresis:
1719 % ##...##.
1720 % ..###...
1721 % .##.##..
1722 % ##...##.
1723 rizwank 1.1 % #######.
1724 % ##...##.
1725 % ##...##.
1726 % ........
1727
1728 /Adieresis <c6 38 6c c6 fe c6 c6 00> def
1729
1730 % char Aring:
1731 % ..##....
1732 % ..##....
1733 % ........
1734 % .####...
1735 % ##..##..
1736 % ######..
1737 % ##..##..
1738 % ........
1739
1740 /Aring <30 30 00 78 cc fc cc 00> def
1741
1742 % char AE:
1743 % ..#####.
1744 rizwank 1.1 % .##.##..
1745 % ##..##..
1746 % #######.
1747 % ##..##..
1748 % ##..##..
1749 % ##..###.
1750 % ........
1751
1752 /AE <3e 6c cc fe cc cc ce 00> def
1753
1754 % char Ccedilla:
1755 % .####...
1756 % ##..##..
1757 % ##......
1758 % ##..##..
1759 % .####...
1760 % ...##...
1761 % ....##..
1762 % .####...
1763
1764 /Ccedilla <78 cc c0 cc 78 18 0c 78> def
1765 rizwank 1.1
1766 % char Egrave:
1767 % ###.....
1768 % ........
1769 % ######..
1770 % .##.....
1771 % .####...
1772 % .##.....
1773 % ######..
1774 % ........
1775
1776 /Egrave <e0 00 fc 60 78 60 fc 00> def
1777
1778 % char Eacute:
1779 % ...###..
1780 % ........
1781 % ######..
1782 % .##.....
1783 % .####...
1784 % .##.....
1785 % ######..
1786 rizwank 1.1 % ........
1787
1788 /Eacute <1c 00 fc 60 78 60 fc 00> def
1789
1790 % char Ecircumflex:
1791 % .#####..
1792 % ##...##.
1793 % ######..
1794 % .##.....
1795 % .####...
1796 % .##.....
1797 % ######..
1798 % ........
1799
1800 /Ecircumflex <7c c6 fc 60 78 60 fc 00> def
1801
1802 % char Edieresis:
1803 % ##...##.
1804 % ........
1805 % ######..
1806 % .##.....
1807 rizwank 1.1 % .####...
1808 % .##.....
1809 % ######..
1810 % ........
1811
1812 /Edieresis <c6 00 fc 60 78 60 fc 00> def
1813
1814 % char Igrave:
1815 % ###.....
1816 % ........
1817 % .####...
1818 % ..##....
1819 % ..##....
1820 % ..##....
1821 % .####...
1822 % ........
1823
1824 /Igrave <e0 00 78 30 30 30 78 00> def
1825
1826 % char Iacute:
1827 % ...###..
1828 rizwank 1.1 % ........
1829 % .####...
1830 % ..##....
1831 % ..##....
1832 % ..##....
1833 % .####...
1834 % ........
1835
1836 /Iacute <1c 00 78 30 30 30 78 00> def
1837
1838 % char Icircumflex:
1839 % .#####..
1840 % ##...##.
1841 % .####...
1842 % ..##....
1843 % ..##....
1844 % ..##....
1845 % .####...
1846 % ........
1847
1848 /Icircumflex <7c c6 78 30 30 30 78 00> def
1849 rizwank 1.1
1850 % char Idieresis:
1851 % ##...##.
1852 % ........
1853 % .####...
1854 % ..##....
1855 % ..##....
1856 % ..##....
1857 % .####...
1858 % ........
1859
1860 /Idieresis <c6 00 78 30 30 30 78 00> def
1861
1862 % char Eth:
1863 % #####...
1864 % .##.##..
1865 % .##..##.
1866 % ####.##.
1867 % .##..##.
1868 % .##.##..
1869 % #####...
1870 rizwank 1.1 % ........
1871
1872 /Eth <f8 6c 66 f6 66 6c f8 00> def
1873
1874 % char Ntilde:
1875 % ######..
1876 % ........
1877 % ##..##..
1878 % ###.##..
1879 % ######..
1880 % ##.###..
1881 % ##..##..
1882 % ........
1883
1884 /Ntilde <fc 00 cc ec fc dc cc 00> def
1885
1886 % char Ograve:
1887 % ###.....
1888 % ........
1889 % ..###..
1890 % .##.##..
1891 rizwank 1.1 % ##...##.
1892 % .##.##..
1893 % ..###...
1894 % ........
1895
1896 /Ograve <e0 00 38 6c c6 6c 38 00> def
1897
1898 % char Oacute:
1899 % ....###.
1900 % ........
1901 % ..###..
1902 % .##.##..
1903 % ##...##.
1904 % .##.##..
1905 % ..###...
1906 % ........
1907
1908 /Oacute <0e 00 38 6c c6 6c 38 00> def
1909
1910 % char Ocircumflex:
1911 % .#####..
1912 rizwank 1.1 % ##...##.
1913 % ..###..
1914 % .##.##..
1915 % ##...##.
1916 % .##.##..
1917 % ..###...
1918 % ........
1919
1920 /Ocircumflex <7c c6 38 6c c6 6c 38 00> def
1921
1922 % char Otilde:
1923 % #######.
1924 % ........
1925 % ..###..
1926 % .##.##..
1927 % ##...##.
1928 % .##.##..
1929 % ..###...
1930 % ........
1931
1932 /Otilde <fe 00 38 6c c6 6c 38 00> def
1933 rizwank 1.1
1934 % char Odieresis:
1935 % ##...##.
1936 % ........
1937 % ..###...
1938 % .##.##..
1939 % ##...##.
1940 % .##.##..
1941 % ..###...
1942 % ........
1943
1944 /Odieresis <c6 00 38 6c c6 6c 38 00> def
1945
1946 % char multiply:
1947 % ........
1948 % ##..##..
1949 % .####...
1950 % ..##....
1951 %..####...
1952 % ##..##..
1953 % ........
1954 rizwank 1.1 % ........
1955
1956 /multiply <00 cc 78 30 07 cc 00 00> def
1957
1958 % char Oslash:
1959 % ..###.#.
1960 % .##.##..
1961 % ##..###.
1962 % ##.#.##.
1963 % ###..##.
1964 % .##.##..
1965 % #.###...
1966 % ........
1967
1968 /Oslash <3a 6c ce d6 e6 6c b8 00> def
1969
1970 % char Ugrave:
1971 % ###.....
1972 % ........
1973 % ##..##..
1974 % ##..##..
1975 rizwank 1.1 % ##..##..
1976 % ##..##..
1977 % .####...
1978 % ........
1979
1980 /Ugrave <e0 00 cc cc cc cc 78 00> def
1981
1982 % char Uacute:
1983 % ...###..
1984 % ........
1985 % ##..##..
1986 % ##..##..
1987 % ##..##..
1988 % ##..##..
1989 % .####...
1990 % ........
1991
1992 /Uacute <1c 00 cc cc cc cc 78 00> def
1993
1994 % char Ucircumflex:
1995 % .####...
1996 rizwank 1.1 % ##..##..
1997 % ........
1998 % ##..##..
1999 % ##..##..
2000 % ##..##..
2001 % .####...
2002 % ........
2003
2004 /Ucircumflex <78 cc 00 cc cc cc 78 00> def
2005
2006 % char Udieresis:
2007 % ##..##..
2008 % ........
2009 % ##..##..
2010 % ##..##..
2011 % ##..##..
2012 % ##..##..
2013 % .####...
2014 % ........
2015
2016 /Udieresis <cc 00 cc cc cc cc 78 00> def
2017 rizwank 1.1
2018 % char Yacute:
2019 % ...###..
2020 % ........
2021 % ##..##..
2022 % ##..##..
2023 % .####...
2024 % ..##....
2025 % .####...
2026 % ........
2027
2028 /Yacute <1c 00 cc cc 78 30 78 00> def
2029
2030 % char Thorn:
2031 % ####....
2032 % .##.....
2033 % .#####..
2034 % .##..##.
2035 % .##..##.
2036 % .#####..
2037 % .##.....
2038 rizwank 1.1 % ####....
2039
2040 /Thorn <f0 60 7c 66 66 7c 60 f0> def
2041
2042 % char germandbls:
2043 % ........
2044 % .####...
2045 % ##..##..
2046 % #####...
2047 % ##..##..
2048 % #####...
2049 % ##......
2050 % ##......
2051
2052 /germandbls <00 78 cc f8 cc f8 c0 c0> def
2053
2054 % char agrave:
2055 % ###.....
2056 % ........
2057 % .####...
2058 % ....##..
2059 rizwank 1.1 % .#####..
2060 % ##..##..
2061 % .######.
2062 % ........
2063
2064 /agrave <e0 00 78 0c 7c cc 7e 00> def
2065
2066 % char aacute:
2067 % ....###.
2068 % ........
2069 % .####...
2070 % ....##..
2071 % .#####..
2072 % ##..##..
2073 % .######.
2074 % ........
2075
2076 /aacute <0e 00 78 0c 7c cc 7e 00> def
2077
2078 % char acircumflex:
2079 % .######.
2080 rizwank 1.1 % ##....##
2081 % ..####..
2082 % .....##.
2083 % ..#####.
2084 % .##..##.
2085 % ..######
2086 % ........
2087
2088 /acircumflex <7e c3 3c 06 3e 66 3f 00> def
2089
2090 % char atilde:
2091 % .#######
2092 % ........
2093 % ..####..
2094 % .....##.
2095 % ..#####.
2096 % .##..##.
2097 % ..######
2098 % ........
2099
2100 /atilde <7f 00 3c 06 3e 66 3f 00> def
2101 rizwank 1.1
2102 % char adieresis:
2103 % ##..##..
2104 % ........
2105 % .####...
2106 % ....##..
2107 % .#####..
2108 % ##..##..
2109 % .######.
2110 % ........
2111
2112 /adieresis <cc 00 78 0c 7c cc 7e 00> def
2113
2114 % char aring:
2115 % ..##....
2116 % ..##....
2117 % .####...
2118 % ....##..
2119 % .#####..
2120 % ##..##..
2121 % .######.
2122 rizwank 1.1 % ........
2123
2124 /aring <30 30 78 0c 7c cc 7e 00> def
2125
2126 % char ae:
2127 % ........
2128 % ........
2129 % .#######
2130 % ....##..
2131 % .#######
2132 % ##..##..
2133 % .#######
2134 % ........
2135
2136 /ae <00 00 7f 0c 7f cc 7f 00> def
2137
2138 % char ccedilla:
2139 % ........
2140 % ........
2141 % .####...
2142 % ##......
2143 rizwank 1.1 % ##......
2144 % .####...
2145 % ....##..
2146 % ..###...
2147
2148 /ccedilla <00 00 78 c0 c0 78 0c 38> def
2149
2150 % char egrave:
2151 % ###.....
2152 % ........
2153 % .####...
2154 % ##..##..
2155 % ######..
2156 % ##......
2157 % .####...
2158 % ........
2159
2160 /egrave <e0 00 78 cc fc c0 78 00> def
2161
2162 % char eacute:
2163 % ...###..
2164 rizwank 1.1 % ........
2165 % .####...
2166 % ##..##..
2167 % ######..
2168 % ##......
2169 % .####...
2170 % ........
2171
2172 /eacute <1c 00 78 cc fc c0 78 00> def
2173
2174 % char ecircumflex:
2175 % .######.
2176 % ##....##
2177 % ..####..
2178 % .##..##.
2179 % .######.
2180 % .##.....
2181 % ..####..
2182 % ........
2183
2184 /ecircumflex <7e c3 3c 66 7e 60 3c 00> def
2185 rizwank 1.1
2186 % char edieresis:
2187 % ##..##..
2188 % ........
2189 % .####...
2190 % ##..##..
2191 % ######..
2192 % ##......
2193 % .####...
2194 % ........
2195
2196 /edieresis <cc 00 78 cc fc c0 78 00> def
2197
2198 % char igrave:
2199 % ###.....
2200 % ........
2201 % .###....
2202 % ..##....
2203 % ..##....
2204 % ..##....
2205 % .####...
2206 rizwank 1.1 % ........
2207
2208 /igrave <e0 00 70 30 30 30 78 00> def
2209
2210 % char iacute:
2211 % ..###...
2212 % ........
2213 % .###....
2214 % ..##....
2215 % ..##....
2216 % ..##....
2217 % .####...
2218 % ........
2219
2220 /iacute <38 00 70 30 30 30 78 00> def
2221
2222 % char icircumflex:
2223 % .#####..
2224 % ##...##.
2225 % ..###...
2226 % ...##...
2227 rizwank 1.1 % ...##...
2228 % ...##...
2229 % ..####..
2230 % ........
2231
2232 /icircumflex <7c c6 38 18 18 18 3c 00> def
2233
2234 % char idieresis:
2235 % ##..##..
2236 % ........
2237 % .###....
2238 % ..##....
2239 % ..##....
2240 % ..##....
2241 % .####...
2242 % ........
2243
2244 /idieresis <cc 00 70 30 30 30 78 00> def
2245
2246 % char eth:
2247 % ..#.....
2248 rizwank 1.1 % .###....
2249 % ...##...
2250 % .####...
2251 % ##..##..
2252 % ##..##..
2253 % .####...
2254 % ........
2255
2256 /eth <20 70 18 78 cc cc 78 00> def
2257
2258 % char ntilde:
2259 % ........
2260 % #####...
2261 % ........
2262 % #####...
2263 % ##..##..
2264 % ##..##..
2265 % ##..##..
2266 % ........
2267
2268 /ntilde <00 f8 00 f8 cc cc cc 00> def
2269 rizwank 1.1
2270 % char ograve:
2271 % ........
2272 % ###.....
2273 % ........
2274 % .####...
2275 % ##..##..
2276 % ##..##..
2277 % .####...
2278 % ........
2279
2280 /ograve <00 e0 00 78 cc cc 78 00> def
2281
2282 % char oacute:
2283 % ........
2284 % ...###..
2285 % ........
2286 % .####...
2287 % ##..##..
2288 % ##..##..
2289 % .####...
2290 rizwank 1.1 % ........
2291
2292 /oacute <00 1c 00 78 cc cc 78 00> def
2293
2294 % char ocircumflex:
2295 % .####...
2296 % ##..##..
2297 % ........
2298 % .####...
2299 % ##..##..
2300 % ##..##..
2301 % .####...
2302 % ........
2303
2304 /ocircumflex <78 cc 00 78 cc cc 78 00> def
2305
2306 % char otilde:
2307 % ........
2308 % ######..
2309 % ........
2310 % .####...
2311 rizwank 1.1 % ##..##..
2312 % ##..##..
2313 % .####...
2314 % ........
2315
2316 /otilde <00 fc 00 78 cc cc 78 00> def
2317
2318 % char odieresis:
2319 % ........
2320 % ##..##..
2321 % ........
2322 % .####...
2323 % ##..##..
2324 % ##..##..
2325 % .####...
2326 % ........
2327
2328 /odieresis <00 cc 00 78 cc cc 78 00> def
2329
2330 % char divide:
2331 % ..##....
2332 rizwank 1.1 % ..##....
2333 % ........
2334 % ######..
2335 % ........
2336 % ..##....
2337 % ..##....
2338 % ........
2339
2340 /divide <30 30 00 fc 00 30 30 00> def
2341
2342 % char oslash:
2343 % ........
2344 % ........
2345 % .#####..
2346 % ##..##..
2347 % ##.###..
2348 % ###.##..
2349 % .####...
2350 % ........
2351
2352 /oslash <00 00 7c cc dc ec 78 00> def
2353 rizwank 1.1
2354 % char ugrave:
2355 % ........
2356 % ###.....
2357 % ........
2358 % ##..##..
2359 % ##..##..
2360 % ##..##..
2361 % .######.
2362 % ........
2363
2364 /ugrave <00 e0 00 cc cc cc 7e 00> def
2365
2366 % char uacute:
2367 % ........
2368 % ...###..
2369 % ........
2370 % ##..##..
2371 % ##..##..
2372 % ##..##..
2373 % .######.
2374 rizwank 1.1 % ........
2375
2376 /uacute <00 1c 00 cc cc cc 7e 00> def
2377
2378 % char ucircumflex:
2379 % .####...
2380 % ##..##..
2381 % ........
2382 % ##..##..
2383 % ##..##..
2384 % ##..##..
2385 % .######.
2386 % ........
2387
2388 /ucircumflex <78 cc 00 cc cc cc 7e 00> def
2389
2390 % char udieresis:
2391 % ........
2392 % ##..##..
2393 % ........
2394 % ##..##..
2395 rizwank 1.1 % ##..##..
2396 % ##..##..
2397 % .######.
2398 % ........
2399
2400 /udieresis <00 cc 00 cc cc cc 7e 00> def
2401
2402 % char yacute:
2403 % ........
2404 % ...###..
2405 % ........
2406 % ##..##..
2407 % ##..##..
2408 % .#####..
2409 % ....##..
2410 % #####...
2411
2412 /yacute <00 1c 00 cc cc 7c 0c f8> def
2413
2414 % char thorn:
2415 % ........
2416 rizwank 1.1 % ####....
2417 % .##.....
2418 % .#####..
2419 % .##..##.
2420 % .#####..
2421 % .##.....
2422 % ####....
2423
2424 /thorn <00 f0 60 7c 66 7c 60 f0> def
2425
2426 % char ydieresis:
2427 % ........
2428 % ##..##..
2429 % ........
2430 % ##..##..
2431 % ##..##..
2432 % .#####..
2433 % ....##..
2434 % #####...
2435
2436 /ydieresis <00 cc 00 cc cc 7c 0c f8> def
2437 rizwank 1.1
2438 % XXX Unsorted glyphs follows:
2439
2440 % char DEL:
2441 % ...#....
2442 % ..###...
2443 % .##.##..
2444 % .##.##..
2445 % ##...##.
2446 % ##...##.
2447 % #######.
2448 % ........
2449
2450 /DEL <10 38 6c 6c c6 c6 fe 00> def
2451
2452 % char florin:
2453 % ....###.
2454 % ...##.##
2455 % ...##...
2456 % ..####..
2457 % ...##...
2458 rizwank 1.1 % ...##...
2459 % ##.##...
2460 % .###....
2461
2462 /florin <0e 1b 18 3c 18 18 d8 70> def
2463
2464 % char alpha:
2465 % ........
2466 % ........
2467 % .###.##.
2468 % ##.###..
2469 % ##..#...
2470 % ##.###..
2471 % .###.##.
2472 % ........
2473
2474 /alpha <00 00 76 dc c8 dc 76 00> def
2475
2476 % char gamma:
2477 % ........
2478 % ######..
2479 rizwank 1.1 % ##..##..
2480 % ##......
2481 % ##......
2482 % ##......
2483 % ##......
2484 % ........
2485
2486 /gamma <00 fc cc c0 c0 c0 c0 00> def
2487
2488 % char pi:
2489 % ........
2490 % #######.
2491 % .##.##..
2492 % .##.##..
2493 % .##.##..
2494 % .##.##..
2495 % .##.##..
2496 % ........
2497
2498 /pi <00 fe 6c 6c 6c 6c 6c 00> def
2499
2500 rizwank 1.1 % char sigma:
2501 % ######..
2502 % ##..##..
2503 % .##.....
2504 % ..##....
2505 % .##.....
2506 % ##..##..
2507 % ######..
2508 % ........
2509
2510 /sigma <fc cc 60 30 60 cc fc 00> def
2511
2512 % char Omega:
2513 % ..###...
2514 % .##.##..
2515 % ##...##.
2516 % ##...##.
2517 % .##.##..
2518 % .##.##..
2519 % ###.###.
2520 % ........
2521 rizwank 1.1
2522 /Omega <38 6c c6 c6 6c 6c ee 00> def
2523
2524 % char greaterequal:
2525 % .##.....
2526 % ..##....
2527 % ...##...
2528 % ..##....
2529 % .##.....
2530 % ........
2531 % ######..
2532 % ........
2533
2534 /greaterequal <60 30 18 30 60 00 fc 00> def
2535
2536 % char lessequal:
2537 % ...##...
2538 % ..##....
2539 % .##.....
2540 % ..##....
2541 % ...##...
2542 rizwank 1.1 % ........
2543 % ######..
2544 % ........
2545
2546 /lessequal <18 30 60 30 18 00 fc 00> def
2547
2548 % char approxequal:
2549 % ........
2550 % .###.##.
2551 % ##.###..
2552 % ........
2553 % .###.##.
2554 % ##.###..
2555 % ........
2556 % ........
2557
2558 /approxequal <00 76 dc 00 76 dc 00 00> def
2559
2560 % char SOH:
2561 % .######.
2562 % #......#
2563 rizwank 1.1 % #.#..#.#
2564 % #......#
2565 % #.####.#
2566 % #..##..#
2567 % #......#
2568 % .######.
2569
2570 /SOH <7e 81 a5 81 bd 99 81 7e> def
2571
2572 % char STX:
2573 % .######.
2574 % ########
2575 % ##.##.##
2576 % ########
2577 % ##....##
2578 % ###..###
2579 % ########
2580 % .######.
2581
2582 /STX <7e ff db ff c3 e7 ff 7e> def
2583
2584 rizwank 1.1 % char heart:
2585 % .##.##..
2586 % #######.
2587 % #######.
2588 % #######.
2589 % .#####..
2590 % ..###...
2591 % ...#....
2592 % ........
2593
2594 /heart <6c fe fe fe 7c 38 10 00> def
2595
2596 % char diamond:
2597 % ...#....
2598 % ..###...
2599 % .#####..
2600 % #######.
2601 % .#####..
2602 % ..###...
2603 % ...#....
2604 % ........
2605 rizwank 1.1
2606 /diamond <10 38 7c fe 7c 38 10 00> def
2607
2608 % char club:
2609 % ..###...
2610 % .#####..
2611 % ..###...
2612 % #######.
2613 % #######.
2614 % ##.#.##.
2615 % ...#....
2616 % ..###...
2617
2618 /club <38 7c 38 fe fe d6 10 38> def
2619
2620 % char spade:
2621 % ...#....
2622 % ..###...
2623 % .#####..
2624 % #######.
2625 % #######.
2626 rizwank 1.1 % .#####..
2627 % ...#....
2628 % ..###...
2629
2630 /spade <10 38 7c fe fe 7c 10 38> def
2631
2632 % char BEL:
2633 % ........
2634 % ........
2635 % ...##...
2636 % ..####..
2637 % ..####..
2638 % ...##...
2639 % ........
2640 % ........
2641
2642 /BEL <00 00 18 3c 3c 18 00 00> def
2643
2644 % char BS:
2645 % ########
2646 % ########
2647 rizwank 1.1 % ###..###
2648 % ##....##
2649 % ##....##
2650 % ###..###
2651 % ########
2652 % ########
2653
2654 /BS <ff ff e7 c3 c3 e7 ff ff> def
2655
2656 % char HT:
2657 % ..####..
2658 % .##..##.
2659 % ##....##
2660 % ##....##
2661 % ##....##
2662 % ##....##
2663 % .##..##.
2664 % ..####..
2665
2666 /HT <3c 66 c3 c3 c3 c3 66 3c> def
2667
2668 rizwank 1.1 % char LF:
2669 % ########
2670 % ##....##
2671 % #..##..#
2672 % #.####.#
2673 % #.####.#
2674 % #..##..#
2675 % ##....##
2676 % ########
2677
2678 /LF <ff c3 99 bd bd 99 c3 ff> def
2679
2680 % char VT:
2681 % ...#####
2682 % .....###
2683 % ....##.#
2684 % .####..#
2685 % ##..##.#
2686 % ##..##..
2687 % ##..##..
2688 % .####...
2689 rizwank 1.1
2690 /VT <1f 07 0d 79 cd cc cc 78> def
2691
2692 % char FF:
2693 % ..####..
2694 % .##..##.
2695 % .##..##.
2696 % .##..##.
2697 % ..####..
2698 % ...##...
2699 % .######.
2700 % ...##...
2701
2702 /FF <3c 66 66 66 3c 18 7e 18> def
2703
2704 % char CR:
2705 % ..###...
2706 % ..####..
2707 % ..##.##.
2708 % ..##..#.
2709 % ..##.#..
2710 rizwank 1.1 % .###....
2711 % ####....
2712 % ###.....
2713
2714 /CR <38 3c 36 32 34 70 f0 e0> def
2715
2716 % char SO:
2717 % .#######
2718 % .##...##
2719 % .#######
2720 % .##...##
2721 % .##...##
2722 % .##..###
2723 % ###..##.
2724 % ##......
2725
2726 /SO <7f 63 7f 63 63 67 e6 c0> def
2727
2728 % char SI:
2729 % ...##...
2730 % ##.##.##
2731 rizwank 1.1 % ..####..
2732 % ###..###
2733 % ###..###
2734 % ..####..
2735 % ##.##.##
2736 % ...##...
2737
2738 /SI <18 db 3c e7 e7 3c db 18> def
2739
2740 % char DLE:
2741 % #.......
2742 % ###.....
2743 % #####...
2744 % #######.
2745 % #####...
2746 % ###.....
2747 % #.......
2748 % ........
2749
2750 /DLE <80 e0 f8 fe f8 e0 80 00> def
2751
2752 rizwank 1.1 % char DC1:
2753 % ......#.
2754 % ....###.
2755 % ..#####.
2756 % #######.
2757 % ..#####.
2758 % ....###.
2759 % ......#.
2760 % ........
2761
2762 /DC1 <02 0e 3e fe 3e 0e 02 00> def
2763
2764 % char DC2:
2765 % ...##...
2766 % ..####..
2767 % .######.
2768 % ...##...
2769 % ...##...
2770 % .######.
2771 % ..####..
2772 % ...##...
2773 rizwank 1.1
2774 /DC2 <18 3c 7e 18 18 7e 3c 18> def
2775
2776 % char DC3:
2777 % .##..##.
2778 % .##..##.
2779 % .##..##.
2780 % .##..##.
2781 % .##..##.
2782 % ........
2783 % .##..##.
2784 % ........
2785
2786 /DC3 <66 66 66 66 66 00 66 00> def
2787
2788 % char ETB:
2789 % ...##...
2790 % ..####..
2791 % .######.
2792 % ...##...
2793 % .######.
2794 rizwank 1.1 % ..####..
2795 % ...##...
2796 % ########
2797
2798 /ETB <18 3c 7e 18 7e 3c 18 ff> def
2799
2800 % char CAN:
2801 % ...##...
2802 % ..####..
2803 % .######.
2804 % ...##...
2805 % ...##...
2806 % ...##...
2807 % ...##...
2808 % ........
2809
2810 /CAN <18 3c 7e 18 18 18 18 00> def
2811
2812 % char EM:
2813 % ...##...
2814 % ...##...
2815 rizwank 1.1 % ...##...
2816 % ...##...
2817 % .######.
2818 % ..####..
2819 % ...##...
2820 % ........
2821
2822 /EM <18 18 18 18 7e 3c 18 00> def
2823
2824 % char SUB:
2825 % ........
2826 % ...##...
2827 % ....##..
2828 % #######.
2829 % ....##..
2830 % ...##...
2831 % ........
2832 % ........
2833
2834 /SUB <00 18 0c fe 0c 18 00 00> def
2835
2836 rizwank 1.1 % char ESC:
2837 % ........
2838 % ..##....
2839 % .##.....
2840 % #######.
2841 % .##.....
2842 % ..##....
2843 % ........
2844 % ........
2845
2846 /ESC <00 30 60 fe 60 30 00 00> def
2847
2848 % char FS:
2849 % ........
2850 % ........
2851 % .##.....
2852 % .##.....
2853 % .##.....
2854 % .######.
2855 % ........
2856 % ........
2857 rizwank 1.1
2858 /FS <00 00 60 60 60 7e 00 00> def
2859
2860 % char GS:
2861 % ........
2862 % ..#..#..
2863 % .##..##.
2864 % ########
2865 % .##..##.
2866 % ..#..#..
2867 % ........
2868 % ........
2869
2870 /GS <00 24 66 ff 66 24 00 00> def
2871
2872 % char RS:
2873 % ........
2874 % ...#....
2875 % ..###...
2876 % .#####..
2877 % #######.
2878 rizwank 1.1 % #######.
2879 % ........
2880 % ........
2881
2882 /RS <00 10 38 7c fe fe 00 00> def
2883
2884 % char US:
2885 % ........
2886 % #######.
2887 % #######.
2888 % .#####..
2889 % ..###...
2890 % ...#....
2891 % ........
2892 % ........
2893
2894 /US <00 fe fe 7c 38 10 00 00> def
2895
2896 %
2897 % Unknown fonts.
2898 %
2899 rizwank 1.1
2900 % char c158:
2901 % #####...
2902 % ##..##..
2903 % ##..##..
2904 % #####.#.
2905 % ##...##.
2906 % ##..####
2907 % ##...##.
2908 % ##...###
2909
2910 /c158 <f8 cc cc fa c6 cf c6 c7> def
2911
2912 % char c169:
2913 % ........
2914 % ........
2915 % ........
2916 % ######..
2917 % ##......
2918 % ##......
2919 % ........
2920 rizwank 1.1 % ........
2921
2922 /c169 <00 00 00 fc c0 c0 00 00> def
2923
2924 % char c170:
2925 % ........
2926 % ........
2927 % ........
2928 % ######..
2929 % ....##..
2930 % ....##..
2931 % ........
2932 % ........
2933
2934 /c170 <00 00 00 fc 0c 0c 00 00> def
2935
2936 % char c176:
2937 % ..#...#.
2938 % #...#...
2939 % ..#...#.
2940 % #...#...
2941 rizwank 1.1 % ..#...#.
2942 % #...#...
2943 % ..#...#.
2944 % #...#...
2945
2946 /c176 <22 88 22 88 22 88 22 88> def
2947
2948 % char c177:
2949 % .#.#.#.#
2950 % #.#.#.#.
2951 % .#.#.#.#
2952 % #.#.#.#.
2953 % .#.#.#.#
2954 % #.#.#.#.
2955 % .#.#.#.#
2956 % #.#.#.#.
2957
2958 /c177 <55 aa 55 aa 55 aa 55 aa> def
2959
2960 % char c178:
2961 % ##.##.##
2962 rizwank 1.1 % .###.###
2963 % ##.##.##
2964 % ###.###.
2965 % ##.##.##
2966 % .###.###
2967 % ##.##.##
2968 % ###.###.
2969
2970 /c178 <db 77 db ee db 77 db ee> def
2971
2972 % char c179:
2973 % ...##...
2974 % ...##...
2975 % ...##...
2976 % ...##...
2977 % ...##...
2978 % ...##...
2979 % ...##...
2980 % ...##...
2981
2982 /c179 <18 18 18 18 18 18 18 18> def
2983 rizwank 1.1
2984 % char c180:
2985 % ...##...
2986 % ...##...
2987 % ...##...
2988 % ...##...
2989 % #####...
2990 % ...##...
2991 % ...##...
2992 % ...##...
2993
2994 /c180 <18 18 18 18 f8 18 18 18> def
2995
2996 % char c181:
2997 % ...##...
2998 % ...##...
2999 % #####...
3000 % ...##...
3001 % #####...
3002 % ...##...
3003 % ...##...
3004 rizwank 1.1 % ...##...
3005
3006 /c181 <18 18 f8 18 f8 18 18 18> def
3007
3008 % char c182:
3009 % ..##.##.
3010 % ..##.##.
3011 % ..##.##.
3012 % ..##.##.
3013 % ####.##.
3014 % ..##.##.
3015 % ..##.##.
3016 % ..##.##.
3017
3018 /c182 <36 36 36 36 f6 36 36 36> def
3019
3020 % char c183:
3021 % ........
3022 % ........
3023 % ........
3024 % ........
3025 rizwank 1.1 % #######.
3026 % ..##.##.
3027 % ..##.##.
3028 % ..##.##.
3029
3030 /c183 <00 00 00 00 fe 36 36 36> def
3031
3032 % char c184:
3033 % ........
3034 % ........
3035 % #####...
3036 % ...##...
3037 % #####...
3038 % ...##...
3039 % ...##...
3040 % ...##...
3041
3042 /c184 <00 00 f8 18 f8 18 18 18> def
3043
3044 % char c185:
3045 % ..##.##.
3046 rizwank 1.1 % ..##.##.
3047 % ####.##.
3048 % .....##.
3049 % ####.##.
3050 % ..##.##.
3051 % ..##.##.
3052 % ..##.##.
3053
3054 /c185 <36 36 f6 06 f6 36 36 36> def
3055
3056 % char c186:
3057 % ..##.##.
3058 % ..##.##.
3059 % ..##.##.
3060 % ..##.##.
3061 % ..##.##.
3062 % ..##.##.
3063 % ..##.##.
3064 % ..##.##.
3065
3066 /c186 <36 36 36 36 36 36 36 36> def
3067 rizwank 1.1
3068 % char c187:
3069 % ........
3070 % ........
3071 % #######.
3072 % .....##.
3073 % ####.##.
3074 % ..##.##.
3075 % ..##.##.
3076 % ..##.##.
3077
3078 /c187 <00 00 fe 06 f6 36 36 36> def
3079
3080 % char c188:
3081 % ..##.##.
3082 % ..##.##.
3083 % ####.##.
3084 % .....##.
3085 % #######.
3086 % ........
3087 % ........
3088 rizwank 1.1 % ........
3089
3090 /c188 <36 36 f6 06 fe 00 00 00> def
3091
3092 % char c189:
3093 % ..##.##.
3094 % ..##.##.
3095 % ..##.##.
3096 % ..##.##.
3097 % #######.
3098 % ........
3099 % ........
3100 % ........
3101
3102 /c189 <36 36 36 36 fe 00 00 00> def
3103
3104 % char c190:
3105 % ...##...
3106 % ...##...
3107 % #####...
3108 % ...##...
3109 rizwank 1.1 % #####...
3110 % ........
3111 % ........
3112 % ........
3113
3114 /c190 <18 18 f8 18 f8 00 00 00> def
3115
3116 % char c191:
3117 % ........
3118 % ........
3119 % ........
3120 % ........
3121 % #####...
3122 % ...##...
3123 % ...##...
3124 % ...##...
3125
3126 /c191 <00 00 00 00 f8 18 18 18> def
3127
3128 % char c192:
3129 % ...##...
3130 rizwank 1.1 % ...##...
3131 % ...##...
3132 % ...##...
3133 % ...#####
3134 % ........
3135 % ........
3136 % ........
3137
3138 /c192 <18 18 18 18 1f 00 00 00> def
3139
3140 % char c193:
3141 % ...##...
3142 % ...##...
3143 % ...##...
3144 % ...##...
3145 % ########
3146 % ........
3147 % ........
3148 % ........
3149
3150 /c193 <18 18 18 18 ff 00 00 00> def
3151 rizwank 1.1
3152 % char c194:
3153 % ........
3154 % ........
3155 % ........
3156 % ........
3157 % ########
3158 % ...##...
3159 % ...##...
3160 % ...##...
3161
3162 /c194 <00 00 00 00 ff 18 18 18> def
3163
3164 % char c195:
3165 % ...##...
3166 % ...##...
3167 % ...##...
3168 % ...##...
3169 % ...#####
3170 % ...##...
3171 % ...##...
3172 rizwank 1.1 % ...##...
3173
3174 /c195 <18 18 18 18 1f 18 18 18> def
3175
3176 % char c196:
3177 % ........
3178 % ........
3179 % ........
3180 % ........
3181 % ########
3182 % ........
3183 % ........
3184 % ........
3185
3186 /c196 <00 00 00 00 ff 00 00 00> def
3187
3188 % char c197:
3189 % ...##...
3190 % ...##...
3191 % ...##...
3192 % ...##...
3193 rizwank 1.1 % ########
3194 % ...##...
3195 % ...##...
3196 % ...##...
3197
3198 /c197 <18 18 18 18 ff 18 18 18> def
3199
3200 % char c198:
3201 % ...##...
3202 % ...##...
3203 % ...#####
3204 % ...##...
3205 % ...#####
3206 % ...##...
3207 % ...##...
3208 % ...##...
3209
3210 /c198 <18 18 1f 18 1f 18 18 18> def
3211
3212 % char c199:
3213 % ..##.##.
3214 rizwank 1.1 % ..##.##.
3215 % ..##.##.
3216 % ..##.##.
3217 % ..##.###
3218 % ..##.##.
3219 % ..##.##.
3220 % ..##.##.
3221
3222 /c199 <36 36 36 36 37 36 36 36> def
3223
3224 % char c200:
3225 % ..##.##.
3226 % ..##.##.
3227 % ..##.###
3228 % ..##....
3229 % ..######
3230 % ........
3231 % ........
3232 % ........
3233
3234 /c200 <36 36 37 30 3f 00 00 00> def
3235 rizwank 1.1
3236 % char c201:
3237 % ........
3238 % ........
3239 % ..######
3240 % ..##....
3241 % ..##.###
3242 % ..##.##.
3243 % ..##.##.
3244 % ..##.##.
3245
3246 /c201 <00 00 3f 30 37 36 36 36> def
3247
3248 % char c202:
3249 % ..##.##.
3250 % ..##.##.
3251 % ####.###
3252 % ........
3253 % ########
3254 % ........
3255 % ........
3256 rizwank 1.1 % ........
3257
3258 /c202 <36 36 f7 00 ff 00 00 00> def
3259
3260 % char c203:
3261 % ........
3262 % ........
3263 % ########
3264 % ........
3265 % ####.###
3266 % ..##.##.
3267 % ..##.##.
3268 % ..##.##.
3269
3270 /c203 <00 00 ff 00 f7 36 36 36> def
3271
3272 % char c204:
3273 % ..##.##.
3274 % ..##.##.
3275 % ..##.###
3276 % ..##....
3277 rizwank 1.1 % ..##.###
3278 % ..##.##.
3279 % ..##.##.
3280 % ..##.##.
3281
3282 /c204 <36 36 37 30 37 36 36 36> def
3283
3284 % char c205:
3285 % ........
3286 % ........
3287 % ########
3288 % ........
3289 % ########
3290 % ........
3291 % ........
3292 % ........
3293
3294 /c205 <00 00 ff 00 ff 00 00 00> def
3295
3296 % char c206:
3297 % ..##.##.
3298 rizwank 1.1 % ..##.##.
3299 % ####.###
3300 % ........
3301 % ####.###
3302 % ..##.##.
3303 % ..##.##.
3304 % ..##.##.
3305
3306 /c206 <36 36 f7 00 f7 36 36 36> def
3307
3308 % char c207:
3309 % ...##...
3310 % ...##...
3311 % ########
3312 % ........
3313 % ########
3314 % ........
3315 % ........
3316 % ........
3317
3318 /c207 <18 18 ff 00 ff 00 00 00> def
3319 rizwank 1.1
3320 % char c208:
3321 % ..##.##.
3322 % ..##.##.
3323 % ..##.##.
3324 % ..##.##.
3325 % ########
3326 % ........
3327 % ........
3328 % ........
3329
3330 /c208 <36 36 36 36 ff 00 00 00> def
3331
3332 % char c209:
3333 % ........
3334 % ........
3335 % ########
3336 % ........
3337 % ########
3338 % ...##...
3339 % ...##...
3340 rizwank 1.1 % ...##...
3341
3342 /c209 <00 00 ff 00 ff 18 18 18> def
3343
3344 % char c210:
3345 % ........
3346 % ........
3347 % ........
3348 % ........
3349 % ########
3350 % ..##.##.
3351 % ..##.##.
3352 % ..##.##.
3353
3354 /c210 <00 00 00 00 ff 36 36 36> def
3355
3356 % char c211:
3357 % ..##.##.
3358 % ..##.##.
3359 % ..##.##.
3360 % ..##.##.
3361 rizwank 1.1 % ..######
3362 % ........
3363 % ........
3364 % ........
3365
3366 /c211 <36 36 36 36 3f 00 00 00> def
3367
3368 % char c212:
3369 % ...##...
3370 % ...##...
3371 % ...#####
3372 % ...##...
3373 % ...#####
3374 % ........
3375 % ........
3376 % ........
3377
3378 /c212 <18 18 1f 18 1f 00 00 00> def
3379
3380 % char c213:
3381 % ........
3382 rizwank 1.1 % ........
3383 % ...#####
3384 % ...##...
3385 % ...#####
3386 % ...##...
3387 % ...##...
3388 % ...##...
3389
3390 /c213 <00 00 1f 18 1f 18 18 18> def
3391
3392 % char c214:
3393 % ........
3394 % ........
3395 % ........
3396 % ........
3397 % ..######
3398 % ..##.##.
3399 % ..##.##.
3400 % ..##.##.
3401
3402 /c214 <00 00 00 00 3f 36 36 36> def
3403 rizwank 1.1
3404 % char c215:
3405 % ..##.##.
3406 % ..##.##.
3407 % ..##.##.
3408 % ..##.##.
3409 % ########
3410 % ..##.##.
3411 % ..##.##.
3412 % ..##.##.
3413
3414 /c215 <36 36 36 36 ff 36 36 36> def
3415
3416 % char c216:
3417 % ...##...
3418 % ...##...
3419 % ########
3420 % ...##...
3421 % ########
3422 % ...##...
3423 % ...##...
3424 rizwank 1.1 % ...##...
3425
3426 /c216 <18 18 ff 18 ff 18 18 18> def
3427
3428 % char c217:
3429 % ...##...
3430 % ...##...
3431 % ...##...
3432 % ...##...
3433 % #####...
3434 % ........
3435 % ........
3436 % ........
3437
3438 /c217 <18 18 18 18 f8 00 00 00> def
3439
3440 % char c218:
3441 % ........
3442 % ........
3443 % ........
3444 % ........
3445 rizwank 1.1 % ...#####
3446 % ...##...
3447 % ...##...
3448 % ...##...
3449
3450 /c218 <00 00 00 00 1f 18 18 18> def
3451
3452 % char c219:
3453 % ########
3454 % ########
3455 % ########
3456 % ########
3457 % ########
3458 % ########
3459 % ########
3460 % ########
3461
3462 /c219 <ff ff ff ff ff ff ff ff> def
3463
3464 % char c220:
3465 % ........
3466 rizwank 1.1 % ........
3467 % ........
3468 % ........
3469 % ########
3470 % ########
3471 % ########
3472 % ########
3473
3474 /c220 <00 00 00 00 ff ff ff ff> def
3475
3476 % char c221:
3477 % ####....
3478 % ####....
3479 % ####....
3480 % ####....
3481 % ####....
3482 % ####....
3483 % ####....
3484 % ####....
3485
3486 /c221 <f0 f0 f0 f0 f0 f0 f0 f0> def
3487 rizwank 1.1
3488 % char c222:
3489 % ....####
3490 % ....####
3491 % ....####
3492 % ....####
3493 % ....####
3494 % ....####
3495 % ....####
3496 % ....####
3497
3498 /c222 <0f 0f 0f 0f 0f 0f 0f 0f> def
3499
3500 % char c223:
3501 % ########
3502 % ########
3503 % ########
3504 % ########
3505 % ........
3506 % ........
3507 % ........
3508 rizwank 1.1 % ........
3509
3510 /c223 <ff ff ff ff 00 00 00 00> def
3511
3512 % char c229:
3513 % ........
3514 % ........
3515 % .######.
3516 % ##.##...
3517 % ##.##...
3518 % ##.##...
3519 % .###....
3520 % ........
3521
3522 /c229 <00 00 7e d8 d8 d8 70 00> def
3523
3524 % char c231:
3525 % ........
3526 % .###.##.
3527 % ##.###..
3528 % ...##...
3529 rizwank 1.1 % ...##...
3530 % ...##...
3531 % ...##...
3532 % ........
3533
3534 /c231 <00 76 dc 18 18 18 18 00> def
3535
3536 % char c232:
3537 % ######..
3538 % ..##....
3539 % .####...
3540 % ##..##..
3541 % ##..##..
3542 % .####...
3543 % ..##....
3544 % ######..
3545
3546 /c232 <fc 30 78 cc cc 78 30 fc> def
3547
3548 % char c233:
3549 % ..###...
3550 rizwank 1.1 % .##.##..
3551 % ##...##.
3552 % #######.
3553 % ##...##.
3554 % .##.##..
3555 % ..###...
3556 % ........
3557
3558 /c233 <38 6c c6 fe c6 6c 38 00> def
3559
3560 % char c235:
3561 % ...###..
3562 % ..##....
3563 % ...##...
3564 % .#####..
3565 % ##..##..
3566 % ##..##..
3567 % .####...
3568 % ........
3569
3570 /c235 <1c 30 18 7c cc cc 78 00> def
3571 rizwank 1.1
3572 % char c236:
3573 % ........
3574 % ........
3575 % .######.
3576 % ##.##.##
3577 % ##.##.##
3578 % .######.
3579 % ........
3580 % ........
3581
3582 /c236 <00 00 7e db db 7e 00 00> def
3583
3584 % char c237:
3585 % .....##.
3586 % ....##..
3587 % .######.
3588 % ##.##.##
3589 % ##.##.##
3590 % .######.
3591 % .##.....
3592 rizwank 1.1 % ##......
3593
3594 /c237 <06 0c 7e db db 7e 60 c0> def
3595
3596 % char c238:
3597 % ..####..
3598 % .##.....
3599 % ##......
3600 % ######..
3601 % ##......
3602 % .##.....
3603 % ..####..
3604 % ........
3605
3606 /c238 <3c 60 c0 fc c0 60 3c 00> def
3607
3608 % char c239:
3609 % .####...
3610 % ##..##..
3611 % ##..##..
3612 % ##..##..
3613 rizwank 1.1 % ##..##..
3614 % ##..##..
3615 % ##..##..
3616 % ........
3617
3618 /c239 <78 cc cc cc cc cc cc 00> def
3619
3620 % char c240:
3621 % ........
3622 % ######..
3623 % ........
3624 % ######..
3625 % ........
3626 % ######..
3627 % ........
3628 % ........
3629
3630 /c240 <00 fc 00 fc 00 fc 00 00> def
3631
3632 % char c244:
3633 % ....###.
3634 rizwank 1.1 % ...##.##
3635 % ...##.##
3636 % ...##...
3637 % ...##...
3638 % ...##...
3639 % ...##...
3640 % ...##...
3641
3642 /c244 <0e 1b 1b 18 18 18 18 18> def
3643
3644 % char c245:
3645 % ...##...
3646 % ...##...
3647 % ...##...
3648 % ...##...
3649 % ...##...
3650 % ##.##...
3651 % ##.##...
3652 % .###....
3653
3654 /c245 <18 18 18 18 18 d8 d8 70> def
3655 rizwank 1.1
3656
3657
3658 % char c249:
3659 % ........
3660 % ........
3661 % ........
3662 % ...##...
3663 % ...##...
3664 % ........
3665 % ........
3666 % ........
3667
3668 /c249 <00 00 00 18 18 00 00 00> def
3669
3670 % char c250:
3671 % ........
3672 % ........
3673 % ........
3674 % ........
3675 % ...##...
3676 rizwank 1.1 % ........
3677 % ........
3678 % ........
3679
3680 /c250 <00 00 00 00 18 00 00 00> def
3681
3682 % char c251:
3683 % ....####
3684 % ....##..
3685 % ....##..
3686 % ....##..
3687 % ###.##..
3688 % .##.##..
3689 % ..####..
3690 % ...###..
3691
3692 /c251 <0f 0c 0c 0c ec 6c 3c 1c> def
3693
3694 % char c252:
3695 % .####...
3696 % .##.##..
3697 rizwank 1.1 % .##.##..
3698 % .##.##..
3699 % .##.##..
3700 % ........
3701 % ........
3702 % ........
3703
3704 /c252 <78 6c 6c 6c 6c 00 00 00> def
3705
3706 % char c254:
3707 % ........
3708 % ........
3709 % ..####..
3710 % ..####..
3711 % ..####..
3712 % ..####..
3713 % ........
3714 % ........
3715
3716 /c254 <00 00 3c 3c 3c 3c 00 00> def
3717
3718 rizwank 1.1 % char c255:
3719 % ........
3720 % ........
3721 % ........
3722 % ........
3723 % ........
3724 % ........
3725 % ........
3726 % ........
3727
3728 /c255 <00 00 00 00 00 00 00 00> def
3729 end
3730
3731 /BuildGlyph {
3732 1 index begin
3733 userdict begin
3734 800 0 0 0 800 800 setcachedevice
3735 0 setcachelimit
3736 exch /CharInfo get exch
3737 2 copy known not { pop /.notdef } if
3738 get % char_def_string=cds
3739 rizwank 1.1 0 1 7 { % cds y
3740 2 copy get % cds y char_def_line=cdl
3741 0 1 7 { % cds y cdl x
3742 2 copy % cds y cdl x cdl x
3743 neg bitshift % cds y cdl x bit_n
3744 2 mod % cds y cdl x bit_n
3745 0 ne { % cds y cdl x
3746 7 exch sub % cds y cdl 7-x
3747 100 mul 50 add % cds y cdl xcoord
3748 rand % cds y cdl xcoord random
3749 matrixxrandom mod % cds y cdl xcoord randomx
3750 matrixxrandom 2 div % cds y cdl xcoord randomx xrandom/2
3751 sub add % cds y cdl xcoord
3752 2 index % cds y cdl xcoord y
3753 7 exch sub % cds y cdl 7-x 7-y
3754 100 mul 50 add % cds y cdl xcoord ycoord
3755 rand % cds y cdl xcoord ycoord random
3756 matrixyrandom mod % cds y cdl xcoord ycoord randomy
3757 matrixyrandom 2 div % cds y cdl xcoord ycoord randomy yramdom/2
3758 sub add % cds y cdl xcoord ycoord
3759 matrixbasedotsize % cds y cdl xcoord ycoord basedotsize
3760 rizwank 1.1 rand % cds y cdl xcoord ycoord bds random
3761 matrixdotrandom mod % cds y cdl xcoord ycoord bds randomdot
3762 matrixdotrandom 2 div % cds y cdl xcrd ycrd bds randomdot randomdot/2
3763 sub add % cds y cdl xcoord ycoord dotsize
3764 0 360 % cds y cdl xcoord ycoord dotsize 0 360
3765 newpath % cds y cdl xcoord ycoord dotsize 0 360
3766 arc % cds y cdl
3767 closepath fill % cds y cdl
3768 } { pop } ifelse % cds y cdl
3769 } for % cds y cdl
3770 pop pop % cds
3771 } for
3772 pop
3773 end end
3774 } bind def
3775
3776 /BuildChar {
3777 1 index /Encoding get exch get
3778 1 index /BuildGlyph get exec
3779 } bind def
3780 end
3781 rizwank 1.1
3782 /Matrix MatrixFont definefont pop
3783
3784 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3785 % End of Font
3786 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|