M.I.T. Artifioial Intelligence Laboratory Working Paper Number 72 May 24, 1974 Revision 0 X"P FORT C1TRLOG Work reported herein was conducted at the Artificial Intelligence Laboratory, a Massachusetts Institute of Technology research progrt•m supported in part by the Advanced Research Projects Agency of the Department of Defense and monitored by the Office of Naval Research under Contract Number N00014-70-A-0362-0003. Working Papers are informal papers intended for internal use. XGP FONT CATALOG FONT NAMES Font names for the standard fonts consist of: (1) an initial number specifying the height of the font in scan lines (2) an F or V specifying whether the font is fixed or variable width (3) special font identification or G or R for Gothic (sans serif) or Roman (serif) (4) B for bold face (5) L for light face (6) I for italicized Special fonts are denoted by an initial letter of S. This indicates that the characters in the font are not of the standard character set, and are not suitable for printing text without special knowledge of the font. Many duplications of fonts have been eliminated and characters have been re-arranged to all fall in the current (new-ascii + Stanford) position. It is hoped that the confusion introduced by these changes will reduce future confusion. To this end it is my intention to not change the standard font definitions, except for fixing obvious errors and adding missing characters. I would very much like to know of any changes to the standard fonts before they are made. If you find that the standard fonts don't do your favorite thing, by all means use a different one, and store it in your directory, but please try not to make changes in the standard ones which will affect everyone! PAGE 2, Correspondence table from new names to old names for fonts NEW OLD 13FG 13FGB 13VG 16FG 18FG 20FCOR 20FG 20VG 20VR FIX13 25VCTL 25VG S 25VGB 25VMIC 25VR 25VRB 25VR__ 30VR 30VRB 30VRI 31VG 31VGB 31VR 31VRB 32FRB 33FR 33FRI 36VBEE 36VPLY 37VRB 37VXMS 40FG 40VG 40VGL 40VR [9X13] ;BARELY READABLE FIX13X NGR13 16X10 GACHA6 COURIER ;IBM SELECTRIC COURIER FIXZ0 [12X203 NGRZO ;NEWS GOTHIC ROMANB 22X13, GACHAS DELEGATE ;IBM SELECTRIC DELEGATE FIX25, LPT, GRFX25, FORN125 [16X25] GACH25 FIX25X 27X16, DEFONT, LG, GACHI GACHAI SAILD SUAID LGR, ROMNM, 27X16R ROMNNI, LGI, 27X16I CTL25 ;ORIGINAL CITY LIGHT NGR25 ;NEWS GOTHIC NGB25 ;NEWS GOTHIC BOLD MICR25 BDR25 ;BODONI ROMAN BDR25X ;BODONI ROMAN BOLD BDI25, BDJ25 ;BODONI ROMAN ITALICS FIX30 BASL30 ;BASKERVILLE BASB30 ;BASKERVILLE BOLD BASI30 ;BASKERVILLE ITALICS NGR30 ;NEWS GOTHIC NGB30 ;NEWS GOTHIC BOLD BDR30 ;BODONI ROMAN BDB30 ;BODONI ROMAN BOLD ROMNL SET1 SETIl BEESIX ;BUCKLIN PLAYBI CLAR30 ;"CLAW" CLARENDON XMAS25 ;CHRISTMAS CARD FONT FIX40 ;NEWS GOTHIC NGR40 NGR40L ;NEWS GOTHIC LIGHT BDR40 ;BODONI ROMAN PAGE 3 40VRI 40VSHD 43VXMS 57VSGN 66VR 75VBEE 114VSG ;BODONI ROMAN ITALICS ;SHADOWED FONT ;LARGE CHRISTMAS CARD FONT ;SIGN MAKING FONT ;LARGE BODONI ROMAN FONT ;BUCKLIN ;INCREDIBLY LARGE SIGN FONT BDI40 SHAD40 XMAS40 SIGN57 BDR66 BUCK75 SGN114 Special Fonts NEW OLD S16ROT S25APL S25CYR S25GRK S25HBR S25IPA S25XIF S30CYR S30GRK S30LAT S35GER S40HBR FIXR16 APL25 25CYR 25GRK HBRW25 IPA25 XIF25 CYR30 30GRK LATM30 GERM35 HBRW40 CHES50O SS50CHS ;ROTATED 25FG ;APL FONT ;CYRILLIC FONT ;GREEK LETTER FONT ;HEBREW FONT ;INT. PHONETIC ALPHABET ;25FG WITH CONTROL CHARS BOXED ;CYRILLIC FONT ;GREEK LETTER FONT ;GERMAN FONT ;HEBREW FONT ;CHESS PIECES FONT Superscripts and Subscripts These fonts have a size and baseline suitable for use as sub and superscripts for 25 high fonts. They are not very useful in our implementation due to a lack of font storage space. SUB SUP SUBSUB SUBSUP SUPSUB . SUPSUP ;SUBSCRIPTS (DERIVED FROM 20VG) ;SUPERSCRIPTS (DERIVED FROM 20VG) ;SUBSCRIPTED SUBSCRIPTS (DERIVED FROM 13VG) ;SUPERSCRIPTED SUBSCRIPTS (DERIVED FROM 13VG) ;SUBSCRIPTED SUPERSCRIPTS (DERIVED FROM 13VG) ;SUPERSCRIPTED SUPERSCRIPTS (DERIVED FROM 13VG) PAGE 4 Character Mode for the XGP (Starred items are not yet implemented) The PDP-11 program for the XGP interprets character strings in files in the following format: Byte Usual meaning Escape significance 0 1 2 3 4 5-7 10 11 12 13 14 15 16-37 40-176 177 Null - byte is ignored Normal Normal Normal Normal Normal Backspace TAB LF Normal FF CR Normal Normal ESCAPE Normal XGP ESCAPE XGP ESCAPE XGP ESCAPE XGP ESCAPE Reserved Normal Normal Normal Reserved Normal Normal Reserved Normal Normal Normal means the definition of this byte in the current font will be printed. If this byte is undefined in the current font, it will be ignored. ESCAPE causes the next byte to have an alternate meaning selected from the column "Escape significance". Backspace spaces to the left the width of one space in the current font, including inter-character spacing. It will lose micel on variable width fonts. TAB produces a column select to the column which is at least the width of a blank to the right of the current column position, and some multiple of 8-blank widths to the right of the left margin. (this computation of the width includes the inter character spacing) LF activates the current text line. The line will be queued to be printed. This line will be printed at a vertical location such that the distance between the baseline of it and the preceeding line is equal to the vertical spacing parameter, unless this would cause the subscripts of the former line to overlap vertically with the PAGE 5 superscripts of this line. this overlap. This line will then be pushed down to avoid FF, like LF, activates the text. In addition, FF causes a page eject after the current text line is printed. FF also sets the default Y position to the first line below the top of page margin on the new page. An implicit form feed is generated at the end of file. If a header has been specified, it will be printed. The program will automatically form feed when the next text line would place characters below the bottom margin. Sequential form feeds will increment the page number but will otherwise be ignored. CR causes a column select to the current left margin to be generated. This can be used to produce overprinting. Backspace spaces the width of the space character in the current font to the left. It will lose micel on variable width fonts! XGP ESCAPE 1 ('177&'001) causes the next 7 bits to be read as a special operation code. The following codes are implemented: ( 0-3 Font select. The code, 0 to 3 is taken as the font identification number of the font to use. 4-37 Reserved for future use. 40 XGP Column Selector The next 14 bits are taken as the x-position to print at next. (The intention is to allow arbitrary width spaces for text justification.) 41 XGP Underscore The next 7 bits are taken as the scan-line number on which to underscore. It is taken as a 2's complement increment to the base line. Zero is on the baseline, positive bytes are down from it. The next 14 bits are taken as the length of the underscore. 42 Line space. This does a line feed and then takes the byte as the number of lines between this line's baseline and the baeline of the following line. 43 Base-line adjust. The next 7 bits are taken in two's complement as the base-line adjustment to the current font. The adjustment sticks until reset by another adjust command, a font select, or the end of line. The PAGE 6 intention is to allow a font to be used for subscripts and superscripts. (Increment baseline for superscript, decrement for subscript). ** 44 Print the paper page number. The paper page number is set to 1 by a form feed. is incremented each time the paper is cut. The decimal value of this count is printed. It * 45 Accept heading text. The next byte is a count of bytes to follow. Those bytes will be read into the heading line. When that -count is exhausted, the heading line will be printed. If a line feed or line space command is given that would cause text to be printed below the current text area, a form feed is inserted by the XGP and if a heading is defined, it will be printed. 46 Start Underline. Set the left end of an underline. See Stop Underline. 47 Stop Underline. The next byte is the scan line on which to write the underline (same as XGP Underscore). The extent of the underscore is defined by this command and Start Underline. If this command is not preceded by a Start Underline, it will underline from the left margin. Beware of column selects. No underline will happen until this command is given. 50 Takes the next byte as the intercharacter spacing This is reset to zero at the end of each line. XGP ESCAPE 2 ('177&'002) causes the next 7 bits to be taken as the column increment. This quantity is signed: 0-77 are positive 177 + -1). increments 100 to 177 are negative increments (188 - -186, XGP ESCAPE 3 ('177&'003) causes the next 2 bytes to be taken as the scan line number on which to start this text line. Scan line 0 is the first scan line on the page (immediately following the cut). The topmost scanline of the present text line will be placed on the scan line indicated in this command. This command cannot space upwards on a page. has been printed on this page, this code If something (even linefeeds!) must select a line after the current position. The current position will be the lowest scan line actually used in the previous row. (zero if this command happens on the first line of a page.) PAGE 7 ** XGP ESCAPE 4 ('177&'004). This escape is used to specify a vector. It is followed by 11 bytes describing the vector: 2 bytes YO 2 bytes XO 3 bytes DX 2 bytes N 2 bytes W Scan line number of first line of vector. Column position of left edge of first line of the vector. Delta X. 1 bit of sign; 11 bits of integer; 9 bits of fraction. The number of scan lines on which this vector is visible. The column width of each scan-line. The XGP program must be presented with vectors sorted by ascending values of YO. If the vectors are not sorted, the output will be wrong. It is highly recommended that all vectors on a page occur on the first line. This not only gives the program time to process them, but allows vectors to be within the top margin, which is otherwise not possible. Otherwise, vectors must appear in text which is printed above the top of the vector. The escape significance of codes 5 through 7, 13, and 16 through 37 is not defined at the present time but reserved for future use. PAGE 8 Running the XGP The XGP, like any mechanical device, is subject to many failure modes. Unless you are very mechanically inclined I recommend that you not attempt to fix problems other than those documented here. The problems you are likely to encounter in normal use of the XGP are: (1) Paper running out. The PDP-10 program will type something like Drum/Web/Paper Out+Listing Aborted. The light indicating the particular problem (under the upper panel on the XGP) will be off. If the Drum light is out, something is very seriously wrong. If the Paper light is out, the XGP has just run out of paper. (See below for reloading instructions.) If the Web light is out, the Drum cleaning web has just run out. (see below for reloading instructions.) (2) XGP looks like it turned itself off. PDP-10 program types out Filament Cold+Listing Aborted. This indicates that the XGP has probably encountered a paper jam. In order to avoid making things worse, it immediately powers itself down. The Jam is most likely just before the cutter blade, and can usually be fixed by opening the left hand door of the XGP, releasing the paper drive roller, rethreading the paper and retightening the drive roller. The machine will not power back up until the jam is cleared and the power switch has been turned off for about 15 seconds and then turned back on. If it immediately powers itself back off, either the jam has not been fixed, or you did not wait long enough before powering it back on. (3) Copy too dark, too light. Everyone has a favorite setting and no one will ever be happy with the one that is in effect. The toner darkness control is in the access door at the back of the XGP. It is the lever labeled with L and D at the left hand side. The lever should always be at one of the three settings closest to the L mark. The adjustment takes about 40 pages to have any effect. Please move it only one notch and wait. The normal setting is one notch forward from the L position. If the copy is too light, place the control forward one notch. If the copy is too dark, place the control back one notch. It is recommended that you check to make sure the previous spastic did not place the control in an absurd location. Under rare circumstances the toner level might be low. If you think this is the problem you can examine the toner level by opening the toner dispenser and mixing the I recommend that you find someone who knows toner up with the dipstick. what they are doing. If you add toner, please be careful, since it is awfully messy stuff, and you will get it all over yourself as well as the XGP unless you are. Make sure that what you are adding says LDX Toner on it. Adding the wrong thing could take a long time to fix! (4) Vertical black smudge marks on the copy. The XGP fuser oil needs replenishing. Ask someone who knows what to do. This is not a serious PAGE 9 / problem. (5) Hard glassy particles pressed into the paper. These are beads of LDX developer which have escaped the developer housing. This indicates that the XGP needs to be cleaned and possibly to have its developer changed. This is a painful process done only of dire necessity. When this is happening, it indicates a serious problem with the XGP. In general the XGP should be turned off and someone who knows what they are doing informed. The reason for this is that the developer beads are very hard and can easily scratch the surface of the drum in the XGP and ruin it. (6) Spastic cutting. The usual symptom is partial cuts about 1/4 inch after the real cut. Adjusting the pot near the paper chute may cure this. It should generally be as far counter-clockwise as possible without this happening. Unless this is the symtpom, please do not fiddle with this control, as it is probably not the problem. Changing The Paper Roll The easiest and safest way to change the paper roll is to loosen the big nut holding the old roll, feed some loose paper off the old roll, tear it off, and remove the old spool of paper. The new roll is then inserted with the paper feeding in the same direction, and the end of the old paper (still threaded into the XGP) taped to the new roll with scotch tape. The paper drive roller is then loosened and the new paper carefully pulled through, until the splice is past the paper cutter. Since it is really impossible to describe the ways one can lose doing this, it is recommended that you find someone to show you how to do this. If for some disasterous reason the paper should become broken, I recommend finding someone who knows what they are doing, since attempting to thread it could easily scratch the drum surface. Replacing The Web In general, find someone who knows to show you. For those of you who think you know, please remember to move the web away from the drum by turning the pentagonal nut counter-clockwise before removing the old web. The widget that acts like a flip flop holding the support arm must be flopped when you are done, or the support arm will come loose. For those of you who think you can follow directions, there are some on the blue wrapping of the new web. Removing the Drum Unless you have to, don't. If you do, please be very careful. Remember to move the developer housing away, move the web away, and use PAGE 10 the drum removing rod. Do not touch the surface of the drum, as it will suffer and you might too, since it is made of selenium, a well known good poison. DSK:FONTS;13FG KST 840 841 842 043 844 845 846 888 001 002 003 004 085 00886 887 018 811 812 013 814 015 016 017 820 847 058 051 852 853 854 855 856 057 860 861 862 863 864 865 866 067 878 821 022 023 824 825 026 027 830 831 832 833 871 872 873 834 874 035 036 037 875 876 877 This ,s some sample (1O345G789 ert -n the selected font. 18800 181 A 182 103 184 185 186 187 110 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 B C D E F G H I J K L M N 0 P Q R S T U V W X Y Z 1 \ 1 136 137 A 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;13FGB KST 188 a 101 A 182 B 183 C 184 D 185 E 186 F 187 G 118 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 Q 122 R 123 S 124 T 125 U 126 V 127 W 138 X 131 Y 132 Z 133 [ 134 \ 135 ] 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 057 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 888 8081 882 083 084 805 086 087 010 011 012 813 014 015 816 017 020 021 022 023 024 025 826 027 030 031 032 033 034 835 836 037 This is some sample text in the selected 8IZ345G?89 I-aStt'tios.l{}<>.,7-_'ll%'s_ 136 ^ 137 _ eont. 148 ' 141 a 142 b 143 c 144 d 145 e 146 f 147 g 158 h 151 i 152 j 153 k 154 I 155 m 156 n 157 o 168 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w 178 x 171 y 172 z 173. 174 1 175 1 176 ~ 177 f OSK:FONTS;13VG KST 000 040 8801 041 002 003 804 0085 042 043 044 845 846 847 858 051 852 853 054 055 856 857 0806 007 810 811 012 013 014 015 016 017 820 021 022 023 824 025 826 027 838 031 032 033 860 0861 862 863 864 865 866 067 870 871 872 073 874 875 076 877 S8034 035 036 037 This s sme stmole text in the selected fonl. 0123456789 rati% '0::*1 ) .,.- 7]•\g 100 181 182 183 184 185 1806 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;16FG KST 888 081 082 883 884 885 886 887 818 811 812 013 814 815 816 017 828 821 822 823 824 825 826 827 838 831 832 833 834 835 836 837 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 888 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 Thts It some sample text In the selected fent. IZ234518a9 188 Q 181 A 182 B 183 C 184 0 185 E 186 F 187 G 118 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 0 122 R 123 S 124 T 125 U 126 V 127 W 138 X 131 Y 132 Z 133 [ 134 \ 135 3 1368 137 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 1680 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;18FG KST 148 1006 . , 101 A 88303 004 A 840 041! 842 " 843 # 844 S # s 0885 - 045 % x 182 B o 183 C c 184 D D 105 E E 186 F F 000 0881 082 a 046 & a 847 ' 086 c 887 018 011 012 013 814 015 016 017 028 n Y . a t * + 58 851 852 853 854 55 m 856 a c 857 ( ( ) ) * * + + , , - . / 868 8 o 861 1 021 > 022 n 062 2- z 823 u 024 V 825 3 026 e 027 08633 3 864 4 4 0380 831 -, 878 8 871 9 065 5 a 866 6 a 0867 7 7 . * s 1 836 . 037 v 832 833 034 035 872 : 873; 874 < 875- . a , 0123456780 )*·:÷l{ 1}< .?-.[ -gsgs l'( G 7 187G 118 H H n 111 I I 112 J ja 113 K K 114 L L 115 M M 116 N N 117 0 o 128 P p 121 0 Q 141 a 142 b 143 c 144 d 145 e o 146 f r 147 150 151 152 153 154 155 156 157 168 g 9 h i j k k 1 1 m m n n o p 161 q 122R R 162 r 123 S s 124 T T 125 U u 126 V v 127 W w 163 s a 138 X 131 Y x y 164 t w 178 x 171 y , y Z z [ [ \ \ ] 172 z 173 1 174 I 175 ) ^ 176 ~ > 136 877 ? ? 137 r 165 u 166 v 167 w 132 133 134 135 876 > This Is some sample text in the selected ront. A 177 f - DSK:FONTS;:2FCOR KST 000 001 082 003 884 005 086 807 018 811 012 013 814 015 816 817 028 021 022 023 024 025 026 827 838 031 032 033 834 035 036 037 This 040 041 042 843 844 045 046 047 858 851 852 053 054 055 856 857 8680 061 062 063 864 865 066 867 878 871 872 873 874 075 876 077 is some sample text <).,? @ 112 113 114 115 116 117 J K L M N 0 (I\'@ A B C 0 E F G H I 120 P 121 122 123 124 125 126 127 130 131 132 133 134 Q R S T U V W X Y Z [ \ 135 ] 136 ^ 137 in the selected font. 0123456789 I"#$%S&' ()*s+ 100 181 102 183 184 185 106 187 110 111 148 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;28FG KST 848 041 842 843 844 845 846 847 858 851 052 053 854 855 856 857 868 861 862 863 664 065 866 867 070 871 072 873 874 875 076 877 808 081 S88002 803 004 0085 086 087 0818 011 012 013 814 815 816 017 820 821 822 023 824 825 826 027 830 831 832 833 834 035 836 837 This is some sample text in the selected 8123456789 !"tS•&' ()Os;+ Il<.,?-0' []\ '. 108 e 181 182 183 184 185 186 187 118 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 A B C 0 E F G H 1 J K L M N 0 P Q R S T U V W X Y Z 1 \ ] 136 ^ 137 _ font. 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS; 2VG KST 000 001 4, 1 00882 a 1/3 003 004 A A 005 006 807 n n 018 0 x 011 Y 012 5 t 013 1 014 ± 015 816 CS D 017 3 028 c 821 822 n n 823 u 824 V 825 3 u v 3 a c 040 108 a @ 841 ! 042" " 043 # a 044S s 045 % 046 & 847 ' 050 ( ( 051 ) 852 * . 053 + * 054 , 0855 856. 101 182 183 104 185 186 187 118 111 112 113 114 115 116 857/ 8680 861 1 862 2 063 3 140 ' a b c d e f g h A B C 0 E F G H I J K L M N A B c o E F G H J K L M N 141 142 143 144 145 146 147 158 151 152 153 154 155 156 I 117 0 0 157 o o o 128 P P 16 p p 1 2 121 0 Q 122 R R 161 q 162 r r 3 163 s 164 t 165 u 864 4 065 5 4 5 026 866 6 6 126 V v 166 v . 027 40380831 -* 832 z , 867 7 078 8 71 9 072 : 7 8 9 127 1308 131 132 w x v z 167 170 171 172 833 834 < 873 ; 874 < < E1 133 134 \ 875 876 > 077 ? > ? 135 136 ^ 137 _ 835 836 037 v < > v This issome sample text in the selected font. 0123456789 Ist$z.'O*:;+),o0.,?1-_...[]\'_ ]] d e f g h i j k 1 m n 123 S s 124 T T 125 U u W X Y Z b c w x y z 173 { 174 I 175 ) 176 ~ 177 f j k I m n t w x y DSK:FONTS;28VR KST 0080 001 4 a 002 8 083 884 A 885 886 887 810 A 811Y 012 8/ 013 t 014 ± 815 016 017 020 821 022 023 ( 40 i " # S s % % & 647 ' 858O ( ( ) 851) • * 852 853 + * 854 , , 855 - 856 / 857/ 0 868 8 o 1 861 862 22 863 3 3 064 4 4 5 8665 6 6 866 7 7 067 878 8 a 871 9 9 872 : ; 873 874 < 875 876 > 877? ? 841! 842 843 844 845 846 d e / I / m ,, a a c : n r U 024 V 825 3 026 e 027 . 030 831 -, 032 033 * 034 035 > 836 037 v ' er " This is some sample text in the selected onlt. 0123456789 r'ss "0-::*I o..7? 1'iV 188 a 101 A A 102 B 103 C c 1840 D 185 E E 18 F F 187 G G 118H H 111 I 112 J J 113 K x 114 L L 115 M M 116 N N 117 0 o 128 P p 121 Q Q 122 R 123 S s 124T T 125 U u 126 V v 127 W w 138 X x 131 Y Y 132 Z z 133 [ I 134 \ \ 135 1 136 ^ 137 _ 148 141 142 143 144 145 146 147 15 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 ' a b c d e f g h i j k 1 m n o p q r s t u v ' w w h e i : h j k i m n a p q a t u x y z ( I ) ~ J OSK:FONTS;22FG KST 000 001 002 003 004 005 006 007 818 811 012 013 014 015 016 017 020 021 022 023 024 025 026 027 038 031 032 033 834 035 036 037 040 041 042 043 044 045 046 047 050 051 052 053 054 055 056 057 860 8061 062 063 064 065 866 067 070 071 872 073 074 075 076 077 This is some sample text in the selected font. 0123456789 1"#s%&' ()*:;+I{)<>.,?- []\'o 100 101 102 183 184 105 186 107 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 @ A B C D E F G H I J K L M N 0 P 0 R S T U V W X Y Z [ \ 1 A 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 OSK:FONTS:2SFDEL KST 000 00881 002 003 004 085 006 007 010 011 012 613 014 615 816 017 028 021 622 023 824 025 026 027 030 031 032 033 034 835 036 037 848 841 842 843 044 045 846 847 s56 851 852 853 854 655 856 857 868 861 862 863 864 865 866 667 878 871 872 873 874 875 876 077 188 181 182 183 184 105 186 187 110 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 This is some sample text in the selected font. 0123456789 1 "#$%&' 0*:;+1 ()<>., -t tl\'8 140 141 142 143 144 145 146 147 156 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS:25FG KST 000 001 4, 4 002 a a 003 P 040 841 ! 042 " " 043 # # 1080 a 181 A A 102 B B 183 C C 140 141 142 143 ' a b c 00884 A A 005 006G c 007 n n 010\, 811 Y Y 012s sa 813 t ' 814 + 4 015 e e O16 lo 044 8045 % 846 & 847 ' 85X ( 8051 ) 052 053 + 854, 855 856. . S % & 184 D 185 E 186 F 187 G 118 H 111I 112 J 113 K 114 L 115 M 116 N 0 E F G H I J K L M N 144 145 146 14 7 150 151 152 153 154 155 156 d e f g h i j k I m n 057 868 8061 862 863 064 065 066 867 070 / 8 1 2 3 4 5 6 7 8 / 0 1 2 3 4 5 6 7 8 1170 1208 P 121 0 122 R 123 S 124 T 125 U 126 V 127 W 1308 X 0 P 0 R S T U V W X 157 168 161 162 163 164 165 166 167 170 p q r s t u v w x 031 -* 071 9 9 131 Y Y 171 y y 832 , i 033 4 4 834 035 > > 03G6 a 037 v v 072 873 074 875076 877 < > ? 132 133 134 135 136 137 172 173 174 175 176 177 J 017 020 021 022 023 024 025 026 027 0308 a c a c n U V 3 n U V 3 - - : ; < > ? ( ) * • + , - This is some sample text in the selected font. 0123456789 !"#8%&' ()*: ;+ <>1.,?_' [ \ 'e ^ _ Z Z [ [ \ \ 1 1 ^ - a b c d g h i j k I m o p q t w z z 1 1 I ) ~ ~ f DSK:FONTS;25FG1 KST 800 8001 ( 882 803 884 085 8086 807 018 811 812 013 814 815 816 817 828 021 022 023 824 025 826 027 830 831 832 833 034 835 836 837 040 841 842 843 844 045 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 067 878 871 872 073 874 075 076 877 This is some sample text in the selected font. 0123456789 1[3\'%A_ I "#$ L"()*: ;+I }<>..?-_ 1088 181 182 183 184 185 186 187 110 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 A B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ 1 ^ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;25FGB KS? 012 5 013 t 014 ± 848 841 042 843 044 845 846 847 858 051 052 853 854 815 . 055 016 = 817 a 856 857 860 861 862 863 064 065 866 0867 870 071 872 873 074 075 876 877 800 001 4. 002 a 003 13 004 A 805 006 c 007 n 010 X 011 Y 020 c 021 022 023 024 025 026 G 027 030 > n U V 3 031 -* 032 033 * 034 s 035 036 037 v ! " # 8 % & ' ( ) ! " # S % & * * ( + + , - . / / 08 1 1 2 2 3 3 4 4 5 5 G6 7 7 8 8 9 9 : ; ; < < - > > ? ? 1088 101 182 183 104 185 186 187 110 111 112 113 114 115 116 117 1208 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 This is some sample text in the selected font. 0123456789 ! "#8%&' ()*: ;+1 ) <.,?~_' [\e_ e A B C 0 E F G H I J K L M N 0 P 0 R S T U V W X Y Z [ \ 1 ^ A B C 0 E F G H I J K L M. N 0 P 0 R S T U V W X Y Z 1 \ 1 A 140 141 142 143144 145 146 147 158 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 ' a b c d e f g h i j k I m n o p q r s t u v w x y z ( | 1 ~ J DSK:FONTS;25FGB1 KST 0800 0081 ( 002 003 084 08805 086 007 010 011 012 013 014 815 816 ( 017 028 821 822 023 024 825 826 827 030 831 832 833 34 035 036 837 848 041 842 043 044 045 846 047 050 851 852 053 054 855 856 857 068 061 862 063 064 865 0866 867 078 071 072 873 074 875 076 077 108 0 101 A 182 B 183 C 184 D 105 E 186 F 187 G 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 Q 122 R 123 S 124 T 125 U 126 V 127 W 130 X 131 Y 132 Z 133 [ 134 \ 135 1 136 ^ 137 This is some sample text in the selected font. 0123456789 ! "#$xa' () :;+{}<>.,7-_[]\'_ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;25FGI1 KST 8008 001 002 003 084 005 0086 007 010 011 012 813 814 815 016 017 020 821 022 023 824 025 026 027 830 031 032 833 034 035 836 037 848 841 842 843 044 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 874 075 876 877 108 181 102 103 104 185 186 187 118 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 This is some sample text in the selected ront. 0123456789 /"#$%&'()':;+/I[O.,?- []\'& 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 / / DSK:FONTS;25FR KST ( 880 001 88002 003 004 885 8086 007 018 011 812 013 014 815 016 017 828 021 822 823 824 825 826 027 030 831 832 833 034 035 836 837 840 041 042 043 044 045 846 047 8580 051 852 053 854 855 056 057 868 061 862 063 064 065 066 067 878 871 072 073 874 875 076 877 1880 181 A 182 B 103 C 104 D 185 E 186 F 187 G 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 120 P 121 0 122 R 123 S 124 T 125 U 126 V 127 W 130 X 131 Y 132 Z 133 [ 134 \ 135 ] 136 ^ 137 _ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 1680 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 This is some sample text in the selected font. 0123456789 ! "#$%&' O*:; +1 ()<>., ?".t []\' _ S DSK:FONTS;25FR1 KST 000 001 002 003 004 005 086 007 018 011 012 013 014 015 016 017 020 021 022 023 024 025 026 827 030 031 832 033 034 035 036 037 a- 840 841 042 043 844 845 046 047 058 851 852 853 054 055 056 057 860 861 862 863 864 065 866 867 870 071 072 073 874 875 876 077 100 181 102 103 104 105 1806 107 110 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 This is some sample text in the selected font. 0123456789 !"#$%&'( )*:;+I (}<>.,?C[]\'@ A B C D E F G H I J K L M N 0 P Q R S T U V WJ X Y Z 1 \ 3 ^ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 OSK:FONTS;25FRI1 KST 808 881 002 883 884 0805 08806 887 810 811 012 813 014 015 016 817 028 021 822 023 024 025 826 827 030 831 832 033 834 035 036 037 840 841 842 043 844 845 846 047 858 851 852 853 054 855 056 857 068 861 862 0863 0864 865 866 067 078 871 072 073 874 075 076 077 188 e 101 A 102 183 184 185 186 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 This is some sample text in the selected font. 0123456789 !"#$&'()":;+/(){}O.,?- []\'@ B C D E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ 3 ^ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;25VCTL KST 000 001 002 003 004 005 806 007 810 011 012 013 014 015 016 017 020 821 022 023 024 025 026 827 830 031 032 033 034 035 036 037 840 041 842 843 044 045 046 047 050 051 052 053 854 055 856 857 860 861 0862 063 864 865 066 867 870 871 072 073 074 075 876 877 This is some sample text in the selected font. 8123456789 !"+37&1)·*:;+l()<>.,?~..'[]\'s- 100 e 101 A 102 103 184 185 186 187 110 B C D E F G H 111 I 112 J 113 K 114 L 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 M N 0 P Q R S T U V W X Y Z [ \ 1 ^ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 OSK:FONTS;25VG KST oc 1 048 841! 842 " 043 # A A 044 c n x - 045 % % 846 & & 0 847 ' 8850 ( 851 ) ) 852 * 853 + + 854 , 855 - 856. . 857 / I 868 8 0 861 1 1 062 2 2 863 3 3 864 4 4 865 5 5 866 6 6 867 7 7 878 8 8 871 9 9 872 : ; 873 874 < < 875 - 876 > > 077? ? 000 0881 4 ( ( 0882 00883 804 005 8O6 887 8108 011 012 013 014 015 816 017 028 021 822 823 024 025 026 027 0308 031 832 033 834 035 836 837 n Y 6 8 t ± ? . oo c a c :: n u V 3 c n u V 3 e ~ * ~ v # ~ v * 8 8 This is some sample text in the selected font. 0123456789 !"~sS%&1)*:;+| {)<>.,?~ []\'Q- 188 0 101 A 102 B 183 C 184 0 105 E 186 F 187 G 118 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 Q 122 R 123 S 124 T 125 U 126 V 127 W 1308 X 131 Y 132 Z 133 134 \ 135 3 136 ^ 137 _ a A B C D E F G H I J K L M N 0 P R S T U V W X Y Z [E ] 148 ' 141 a 142 b 143 c 144 d 145 146 f 147 g 158 h 151 i 152 j 153 k 154 155 m 156 n 157 o 160 p 161q 162 r 163 s 164 t 165 u 166 v 167 w 170 x 171 y 172 z 173 174 I 175 I 176 ~ 177 J ' a b c d e f g h i j k I m o p q t w y { ~ DSK:FONTS;25VGB KST 08880 001 002 a 0803 3 .1 o, 848 841 ! 842 " 843 # 004 A 044 A 085 086 c 807 8010 , 011 Y 012 8 813 t 014 015 016 oV 017 a 828 c 0 21 > 022 n 823 u 024 V 825 3 026 e 027 030 031 032w 033 034 035 > 036 e 837 v n t c € n U V 3 . - # , 1 v I " a $ 845 % 7. 0 846 & & 047 ' 858 ( ( 851 ) ) 8052 * 853 + * 854 , , 855- 856 . 857 / / 868 8 0 8611 1 862 2 2 863 3 3 864 4 4 865 5 5 866 6 6 867 7 7 878 8 871 9 9 872 : 873; ; 874 < < 875 - ; 0768 > 877 ? This is some sample text in the selected font. 0123456789 "*sl'.&'()*:;-l{}o.,?~-[]\'_. 188 181 182 183 184 15 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 a A B C D E F G H I J K L M N 0 P Q R S T U V W X Y Z a A 8 C D E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ ] ^ _ ] 140 ' 141 a 142 b 143 c 144 d 145 e 146 f 147 g 150 h 151 i 152j 153 k 154 155 m 156 n 157 o 1680 p 161 q 162 r 163 s 164 t 165 u 166 v 167 u 1708 171 y 172 z 173 I 1741 175 I 176 177 f ' b c d e f g h i j k I m n. o p q r s t u v w x y I DSK:FONTS;25VMIC KST 000 881 41 1 002 a ,c 1Z 0033 004 005 086 0887 810 811 A A - c n n AX Y 812 a 813 t t 814 ± 015 e m 00 816 817 a8 828 c c 021 D > 822 n n 023 u u 824 V 025 3 V 3 8268 827 838 031 832 033 834 035 836 0 ~ ~ - - * s > > a 837 v v 848 841 842 043 844 845 846 847 058 051 052 053 854 855 856 857 0608 861 062 863 064 865 866 0867 878 871 872 873 874 875 876 877 " # $ % & # $ 1 & ' ( ( ) ) :C + + - . / / 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 : ; < < = > > ? ? This is some sample text in the selected font. 0123456789 .!",sts'&C]:;+).{}<>.,?- _,[]\' 100 181 102 183 184 185 186 187 118 111 112 113 114 115 116 117 1208 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 e @ A A B B C C D 0 E E F F G G H H I I J J K K L L M M N N 0 0 P P 0 0 R R S S T T U U V V W W X X Y Y Z Z 1[ \ \ 1] ^ _ 148 141 142 143 144 145 146 147 150 151 ' a b c d e f g h i 152 j 153 154 155 156 157 160 161 162 163 164 165 166 k I m n o p q r s t u v 167 w 178 171 172 173 x y z 1 174 1 175 1 176 ~ 177 J OSK:FONTS;25VR KST 000 001 002 848 041 100 e 181 A 842 003 043 844 845 846 847 858 051 052 053 854 855 856 857 868 061 862 863 864 0865 866 067 078 871 072 873 874 875 876 877 102 103 184 185 186 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 •127 130 131 132 133 134 135 004 005 006 007 010 011 012 013 014 015 016 017 020 021 022 023 024 025 026 027 030 031 032 033 034 035 036 837 This is some sample text in the selected font. 0123456789 !",S&'():r::;l+{}<>.,?~v-[]\'a B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ ] 136 ^ 137 _ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;25VRB KST 800 001 4 1 8802 a o 003 3 P 884 A A 005 O88 c 0887 n n 010 11 Y 012 8 013 t T 014 015 16 o n 017 a 0208 c c 021 >: n 022 n f 023 U U 024 V V 025 3 3 026 *oo 027 * 038 0031 -, -71 032 , i 033 * ~ << 034 835 > 036 a 037 v v 840 841! 042 " 843 # 044 S 845 % 846 & 0 847 ' 850 ( 0851 ) 8522 853 + 854 ,, 0655 8056 . 857/ 060 8 861 1 062 2 063 3 064 4 065 5 66 6 867 7 878 8 9 072 : 073 ; 074 < 0 075 076 > 877 ? ! " * $ % & ( ) + , / 0 1 2 3 4 5 6 7 8 9 < > T This in some sample text in the selected font. 0123456789 !",,,,s"&'( :;+jl{ } .,?~_'[]V\v 188 11 A 182 B 103 C 184 0 105 E 106 F 187 G 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 120 P 121 Q 122 R 123 S 124 T 125 U 126V 127 W 130 X 131 Y 132 Z 133 134 \ 135 ] 136 ^ 137 _ A B C D E F C H I J K L M N 0 P Q R S T U V W X Y Z [ ] 140 ' 141 a 142 b 143 c 144 d 145 e 146 f 147g 150 h 151 i 152 j 153 k 154 1 155 m 156 n 157 o 160 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w 170 x 171 y 172 z 173 174 ) 175 1 176 177 f b c d c f g h i j k I m p q a t u w x y ( 1 ~ OSK:FONTS;25VRI KST 088 081 002 883 884 885 806 887 018 011 812 813 814 815 816 817 828 821 822 823 824 825 026 827 838 031 832 833 834 835 836 837 848 041 842 843 844 845 846 047 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 072 873 074 875 876 077 This is some sample text in the selected font. 0123456789 rIlsS&'():.::;+ {}<>.,7,_'/[]\_ 188 e 181 182 183 184 185 186 187 118 A B C D E F G H 111 I 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 J K L M N 0 P 0 R S T U V W X Y Z 1 \ 1 ^ 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;30FG KST 888 081 048 841 802 042 843 844 845 846 847 858 851 052 853 854 855 856 057 868 861 862 863 864 865 866 867 878 871 872 873 074 875 076 077 083 884 885 086 007 818 811 012 013 814 815 016 817 020 021 822 023 024 025 026 027 038 831 832 833 034 835 036 037 1880 101 182 183 184 185 186 187 118 A B C D E F G H 111 I 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 J K L M N 0 P Q R S T U V W X Y Z \ 1 A This is some sample text in the selected font. 0123456789 ! "#S%&' () *:;++I { <>.,7,_' \' e^ 148 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 OSK:FONTS;38VR KST 00888 001 4. 040 841 I 842 " 002 c( 003 13 004 043 # . 844 S $ 045 % %. A 005 086 C 007 i 010 >1 011 Y 012 8 013 t 014 + 015 e 016 017 a 020 c 846 & & 847 ' 050 ( 051 ) 052 * 853 + + 854 055 . / 0 1 2 3 4 5 6 7 8 9 - 856 857 868 061 062 063 864 065 066 067 8708 071 - 072 : * < > s v 073 074 875 076 077 821 : 022 n 823 U 024 V 025 3 826 027 030 031 032 033 034 035 036 037 ,: ® ; < > ? / 0 1 2 3 4 5 6 7 8 9 < - > ? This is some sample text in the selected font. 0123456789 !"-•.s&'()::,:;+l{)}< >.,?~_'C]\V_ 100 181 102 103 104 185 186 107 e A B C 0 E F G a A B C D E F G 140 ' 110 111 112 113 114 115 116 H I J K L M N H I J K L M N 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 117 0 O 1208 P P 121 Q Q 122 123 124 125 R S T U R S T U 126 V V 127 138 131 132 133 134 135 136 137 W X Y Z W X Y Z [ \ \ ] ^ _ _ 141 142 143 144 145 146 a b c d e f 147 g h i j k I m n o p q r s t u v w x y z 1 174 1 175 1 176 ~ 177 J DSK:FONTS;38VRB KST 088 881 882 883 884 805 886 887 818 811 812 813 814 815 816 817 828 821 822 823 824 825 826 827 838 831 832 833 034 835 836 837 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 071 872 873 074 875 876 877 This is some sample text in the selected font. 0123456789 t"*$.&'O*:;+I{}<).~,,_'[]\Ve 188 e 181 182 183 184 185 186 187 110 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 A B C 0 E F G H 1 J K L M N 0 P Q R S T U V W X Y Z [ \ i 136 A 137 - 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;38VRI KST 000 001 882 003 004 885 00886 887 018 011 012 013 814 015 816 017 828 021 022 023 024 825 026 027 030 031 032 033 034 835 836 037 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 This is some sample text in the selected font. 0123456789 i"a $7 'O().:,* I{ ) < > .'~ .' ]/\ - 188 101 182 103 184 185 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 130 131 132 133 134 135 13G 137 a A B C 0 E F G H 1 J K L M N 0 P 0 R S T U V W X Y Z [ \ ] ^ _ 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 OSK:FONTS;31VG KST 000 001 002 0803 884 885 00886 087 018 811 012 013 014 015 816 817 028 821 022 023 824 825 826 827 830 831 832 833 034 035 836 037 848 841 842 843 044 845 846 847 850 180 101 102 183 184 185 186 187 110 851 111 I 852 853 854 855 056 057 868 861 862 863 864 865 866 067 878 871 072 873 874 075 876 077 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 This is some sample text in the selected font. 0123456789 !"ats%&,'o*:;+j {}<>·,?~_'[]\'s~ e A B C 0 E F G H J K L 1 N 0 P 0 R S T U V W X Y Z [ \ 1 136 ^ 137 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 u v w x y z I / DSK:FONTS;31VGB KST 000 00881 002 003 004 005 0806 007 010 011 012 013 014 015 816 017 020 021 022 023 024 025 026 027 030 031 032 033 034 035 036 037 040 041 042 043 044 045 046 047 050 851 052 053 054 055 856 057 8680 061 062 063 064 865 066 067 070 071 072 073 074 075 076 077 This is some sample text in the selected font. 0123456789 !"#s%&'() :;+ { }o.,?-..[[]\'_ 100 101 182 103 184 185 186 187 118 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 @ A B C 0 E F G H I J K L M N 0 P 0 R S T U V W X Y Z [ \ 3 ^ 148 141 142 143 144 14S 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;31VR KST 8800 001 082 883 004 005 088 087 818 811 012 013 014 015 016 .017 828 821 022 823 824 825 826 027 838 831 832 833 034 835 036 837 848 841 842 843 044 845 846 847 858 051 852 853 854 055 056 857 868 861 862 863 864 865 866 0867 078 871 872 873 874 875 876 077 This is some sample text in the selected font. 8123456789 !" aS%& '( *:;+I{<>.,?~-)'[]\'_ 100 181 182 183 104 185 186 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 148 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;31VRB KST 000 8081 802 003 004 0805 006 087 810 011 812 813 814 015 816 017 020 021 022 023 024 025 026 027 030 031 832 033 034 035 036 037 040 041 842 043 844 045 046 847 050 051 052 853 054 055 056 857 0608 061 062 063 864 065 0866 067 078 071 072 073 074 875 076 077 This is some sample text in the selected font. 0123456789 !"a, %&'():;+) < >.,?~- '[]\'@- 108 181 102 103 184 105 106 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS:32FRB KST 080 848 188 e 8801 841 181 A A 842" 843 # 182 B 183 C 184 0 105 E 186 F 187 118 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 1208 P 121 0 122 R 123S 124 T 125 U 126 V 127 W 130 X 131 Y 132Z 133 [ 134 \ 135 1 136 ^ 137 _ S 882 a 88033 08 4 A 885 886 c 887 n 818 811 012 a 813 t 814 ± 815 0 081 817 a 828 c 8 21 D 822 n 823 u 824 V 825 3 826 e 827 * 8380 831 032 w 033 + 034 s 835 k 036 . 037 v 044 5 845 % 846 & 847 ' 58 O ( 851) 852 * 853 + 854 , 855 856 . 857 / 060 8 8611 862 2 863 3 864 4 865 5 866 6 867 7 078 8 071 9 872 : 873 ; 874 < 875 876 > 077 ? 148 ' B C D E F G H I J K L M N 0 P R S T U V W X Y Z This is some sample text in the selected font 141 a a 142 b b 143 c c 144 d d 145 e e 146 f 147 g g 158 h h 151 i i 152 j j 153 k k 154 1 1 155 m m 156 n n 157 o o 160 p p 161 q (I 162 r r 163 s s 164 t t 165 u u 166 v v 167 w w 178 x x 171 y y 172z z 173 1 174 I 175 1 176 ~ 177 f DSK:FONTS:33FR KST 0800 001 002 00883 004 0805 806 007 018 811 012 013 014 015 016 817 028 021 022 023 024 025 026 027 030 031 832 033 834 035 036 037 180 101 182 183 184 185 186 107 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 048 041 842 843 044 045 846 047 058 051 052 853 054 055 856 057 08680 861 862 063 064 865 866 0867 078 871 072 873 074 075 876 877 This is some sample text 0 123456789 !"#S%&'( )*: ;+1}<>., 7-,_' e A B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ ] ^ _ in the selected font. \'@- 140 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 OSK:FONTS;'33FRI KST 888 081 840 841 842 043 844 845 846 847 850 851 852 853 854 855 856 057 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 882 8083 884 885 8086 807 810 811 812 813 814 815 816 817 028 021 822 823 024 825 826 827 838 831 032 -833 834 835 036 837 This is some sample text 0 12345G789 ! "#tS%&' ( ) : ;:+1( 100 @ 101 A 182 B 183 C 184 0 185 E 186 F 187 G 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 0 122 R 123 S 124 T 125 U 126 V 127 W1 130 X 131 Y 132 Z 133 [ 134 \ 135 3 136 ^ 137 in the selected font. <>., 7, _ [ ]\ 140 ' 141 a 142 b 143 c 144 d 145 e 146 f 147 g 150 h 151 i 152 j 153 k 154 I 155 m 156 n 157 o 160 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w 170 x 171 y 172 z 173 1 174 1 175 1 176 ~ 177 J DSK:FONTS;36VPLY KST 000 040 841 842 843 844 045 046 847 858 851 852 853 854 855 856 857 080 861 862 863 864 865 066 8067 078 871 872 873 874 875 876 877 881 00882 003 004 00885 886 087 810 811 012 013 014 815 016 017 020 021 822 023 024 025 026 027 030 031 032 033 034 035 036 037 This is soml sample IIIst l the sellctal filt. 0123 I'SX&'Ow:;:<>c.[ l' 188 101 102 183 184 185 106 107 118 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 a A B C 0 E F G H I J K L M N 0 P 0 R S T U V W X Y Z 1 \ 1 ^ 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 ' a b c d e f g h i j k I m n o p q r s t u v w x y z 1 I i ~ f DSK:FONTS;36VBEE KST 008 00881 4 00882 a 083 884 ^ 885 806 ( 807 n 810 X 811. Y 812 6 813 t .0814 + 815 016 0 817 a 820 c 021 : 822 n 823 u 824 V 025 3 826 e 827 . 0380831 832 w 833 * 834 < 035 > 836 = 837 v 848 841 842 " 843 # 844 1 845 % 846 & 847' 058 ( 851 ) 852 853 + 854 , 855 856 . 857 / 868 8681 1 8622 863 3 864 4 065 866 867 7 8788 871 3 872: 873 ; 874 < 875 = 876 > 877 ? 188 0 101 A 71 1828 f 103 C e 184 o ) 185 E 186 F 187 G B 118 H 111 I 112 J 113 K I 114L L 115 M M 116 N Rl 117 0 128 P 121 Q 122 R I 123 S c 124T T 125 U El 126 V 17 127W W 1380 X X 131 Y Y 132 Z Y 133 [ 134 \ 135 1 136 137_ r 0 2. 3 4 5G 6 8 This is some sample text in the selected font 0123456789 140 141 a 142b 143 c 144d 145 e 146 fI 1 47 g 158 h 151 i 152 i 153 k 154 1 155 m 15 n 1 57 o 168 p 161q 162r 163 s 164tt 165 u 166 v 167 w 178 x 171 y 172 z 173 { 174 175 1 176 177 f Z b C d e g h i .1 hi 1 n1 n 0 P q r S u v W X DSK:FONTS;37VRB KST 888 801 0802 003 0804 005 006 007 018 011 812 013 014 015 016 017 020 021 022 023 024 025 026 027 030 031 032 033 034 035 036 037 048 841 842 " 843 # 044 S 845 % 846 & 847 858 ( 851 052 * 853 + 054 855 856. 857 / 8680 0 061 1 862 2 063 3 864 4 865 5 866 6 867 7 078 8 871 9 072 : 873 874 < 875 = 876 > 077 ? 188 181 102 183 184 185 1806 187 118 111 141 a 142 b a b 143 c c 144 d d 145 e e 146 f 147 g f g 158 h h 151 i i 112 113 114 115 116 117 128 121 152 j J 161 q q 122 123 124 125 126 127 130 131 132 133 134 135 136 137 162 163 164 165 166 167 170 171 172 173 r s t u v w x y z This is some sample text in the selected font. 0123456789 ",$ x'():;+1.,?"[\' 140 153 154 155 156 157 168 k I m n o p r s t u v w x y z k 1 m n o p ( 174 I I 175 1 176 177 f / DSK:FONTS;37VXMS KST 888 881 882 883 884 885 886 887 840 041 042 843 844 045 846 847 4 a j ^ c T 818 X " # 8 % & ' 850 ( 811 Y 812 s 813 t 014 ± 815 . 016o 817 a 828 c 821 3 822 n 823 U 824 V 025 3 826 827 038 831 032 833 834 r 835 r 836 a 837 v rhli 188 101 182 103 184 185 186 107 851 ) 852 * 853 + 854 , 855 856 . 857 / 868 8 0 061 1 J 0862 2 2 863 3 3 864 4 4 865 5 5 08666 6 0867 7 7 878 8 8 871 9 9 872: : 873 ; 874 < 075 876 > 077 ? in vostse 0123456780 . e A B C T 0 E F G S 118 H 0 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 I J 3 K 1 L 4 M N Y3 0 P Q R JI S ; T T U t165 V 7 W V X K Y Y Z [ \ 1 ^ _ statrple text in the selectea font. 148 141 a 142 b 143 c 14 4 d 145 e 146f 14.7 g n I I c e f 158 h h 151 152 153 154 155 156 157 160 161 162 163 164 i i j k I m n o p q r s t u v w x yg z I 166 167 178 171 172 173 174 175 ) 176 177 f f1 I ,s, t, a to q r ! t ,a tv x . DSK:FONTS480FG KST 808 801 4 4, 882 a ( 003 3 a 804 A 885 - 806 c 007 n A E 7T 818 x 013 814 I 015 016 017 028 821 022 823 824 A ^ 10 18 " # S % 8 ' 958 ( yu 811Y 812 8 040 841 842 043 844 845 046 047 5 t ± 9 D 8 c > a n n C U U V V 825 3 3 D 826 027 0 0308 831 832 833 * 834 s 035 ~ 836 m 037 v V 0851 ) 852 * 853 + 054 , 855 857 860 061 862 863 864 065 086 067 878 071 072 873 874 075 / 8 1 2 3 4 5 6 7 8 9 : < - 1: 10! 181 181 10e 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 130 131 132 133 134 135 A US 148 ' A B C 0 E F G H 147 g g 150 h h I 151 i J K L r N 0 P Q R S T U V w X z 141 a a 142 b b 14 3 C c 144 d 145 e 146 f d e f j 152 j 153 k k 154 1 I 155 m m 156 n n 157 o O 168 p p 161 q q 162 r r s t u v w x y z 173 f S t U V W X y Z 163 164 165 166 167 170 171 172 174 175 076 > 112rC 176 077 ? 137 177 . This is some sample text in the selected font. 0123456789 !"##%&'()*: ;+I () <>., ?~_' { ) _ DSK:FONTS;48VG KST 000 081 4 002 a 040 041 ! 842 " 188 0 181A 102 A B 140 141 a 8 142b b 003 004 A 843 # 044 5 183 C C 143 c C 086 045 % 846 & 144d 145 e 146f d 0085 184 D 0 105 E E 16 F F 007 n 847' 17 G G 147 g g 8108 050 ( 110 H H 111 I / 158 h h 151. i / 112 J J 113 K K 114 L L s11 M 116 N N 1170 0 152 j 153 k k 154 I 155m m 156 n n 157 o 0 0 120 P 16i pp 161 q q - 011 Y 851 012 013 014 815 016 017 020 052 853 054 855 a t + O 8 c + - 021 022 n 8611 1 062 2 2 023 u 024 V 063 3 3 064 4 4 P 121 Q 122 R R 123S S r 163 s S 124T T 125 U U 164 t 165 u U 126 V V 166 v V 826 027 . 867 7 7 127 W W 038 070 8 8 138 X X 167 w 178 x 031 - 8719 9 131Y Y .171 y 032 033 034 035 836 037 872 873 074 8075 076 077 132Z Z 133 1 134 \ 135 ] 136 ^ 137 172 173 174 175 176 177 w * _ m v : ; < > ? ? This is some sample text inthe selected font. 0123456789 ":+., f 162r 065 5 5 866 6 6 025 3 ( * + ,, 856 .. 857 / 068 0 e z I I I ~ W X OSK:FONTS;40VGL KST 000 001 002 083 004 085 8006 007 0180 811 012 013 014 815 016 017 020 021 022 023 024 025 026 027 030 031 832 033 034 035 836 037 040 841 842 043 044 845 046 047 050 051 052 853 854 855 056 857 068 861 062 863 864 865 866 0867 070 871 872 073 074 875 876 077 " # 8 % & ( * + / 0 1 2 3 4 5 6 7 8 9 : < > ? 100 101 102 183 184 105 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 e A B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ 1 ^ This is some sample text in the selected font. 0123456789 !"t*$.&'o,:;+l{}<>.,?~.[ ] 140 ' 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 a b c d e f g h i j k I m n o p q r s t u v w x y z { 174 175 1 176 ~ 177 f DSK:FONTS;48VRI KST 088 081 00882 883 884 885 886 887 818 811 812 813 814 815 816 817 828 021 822 023 824 825 026r 027 838 831 032 833 834 835 836 837 840 841 842 " 843 044 845 846 847 858 051 052 853 854 # 8 % & ( 184 185 186 187 118 111 * + , 855 - 85 857 868 861 062 863 864 865 866 087 878 871 072 873 188 181 182 183 . / 8 1 2 3 4 5 6 7 8 9 ; 874 < 075 = 876 > 877 ? 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 This is some sample text in the selected font. 0123456789 !"#AS%&'()::;+I<>.,? _[]\'9_ [ 140 141 142 143 144 145 146 ' a b c d e f 147 g 158 h 151 i 152 153 154 155 156 157 j k I m n o 168 161 162 163 164 165 166 167 178 p q r s t u v w x 171 y 172 z 173 1 174 I 175 1 176 177 f OSK:FONTS;4OVSHO KST 000 001 002 883 884 00885 OG6 007 010 011 012 013 014 0815 81G 017 020 0840 041 842 843 0 844 045 846 847 8580 051 052 853 84 855 856 857 068 4 a A c n 8 t + co 8 c ! " # $ % & ( * + 4 , . / 0 8 100 1 l 102 183 184 105 18 107 118 111 112 113 114 115 116 117 128 e A i B C 0 E F G H I • J K L M N 0 P 148 141 142 143 144 145 146 147 15O 151 152 153 154 155 156 157 16 ' a b c d e f g h i j k 1 m n o p 021 0611 1 121 Q 161 q 022 n 023 U 024 V 825 3 026 ® 027 .. 030 031-* 032 033 . 034 s 035 036 a 037 v 862 2 2 863 3 864 4 9 065 5 806 6 867 7 070 8 8 871 9 0 872 : S 073; 074 < 8075 = 07G > 877 ? 122 123 124 125 126 127 130 131 132 133 134 135 136 137 162 163 164 165 166 167 170 171 172 173 174 175 176 177 Dv ff7 11M tvJ LS6w IM, 9 R S T U V W X Z [ \ 1 ^ L r s t u v w x y z I 1 ~ " OSK:FONTS;43VXMS KST 8800 040 108 8 140 ' 001 841 ! 042 " 843 # 44 1 101 A 102 B 103 C 141 a 142bb 143 c C 086 00887 010 045 % 846 & 0 047 ' 8580( 184 105 106 107 118 144 d 145 e 146f 147 g 150 h f q h 011 Y 051 ) 111I 151 i 012 s 052 853 + 054 , 855 056. 857 / 868 8 0 061 1 862 2 063 3 3 064 4 4 865 5 . 066 6 112 J 113 K 114 L 115S 116 N 117 0 1208 P 121 122 R 152 j 153 k t 154 1 I 155m t1m 156 n t 157 o a 168 p1 161 q q 162 r r 123 124 125 126 027 8067 7 127 0304831 032 w 833 . 034 • 035 > 036 m 037 v 878 8719 872: 073 ; 074 < 075 = 876 > 077 ? 002 c 003 3 884 A^ 005 013 t 814± 015 * 016 c 017 a 0208 021 : 022 023 024 025 026 n u V 3 e rhi 8 1 0 E F G H S T U V (Q Tq W, 130 X 131 Y 132 Z 4 133 1 134 \ 135 i 136 ^ 137 _ isn some sample text in the selectea font 0123456789 a 163 s s 164t t 165 u u 166 v v 167 w 170 x %v x 171 y " 172 z 173 1 174 175 I 176 ~ 177 f DSK:FONTS;57VSGN KST 880 848 100 881 4 041 101 0802 842 " 182 883 3 843 # 183 884 844 S 184 885 - 045 % 185 886 846 & 1086 887 047 187 818 ) 858 ( 118 811Y 851) 111 812 s 852 813 t 053 + 113 814 ± 854 , 114 815 0 855 - 115 016 co 856 . 116 817 a 857 / 117 020 c 868 8 128 021 > 861 1 121 022 n 862 2 122 823 u 863 3 024 V 864 4 825 3 865 5 826G 0866 6 827 867 7 838 078 8 031 -+ 871 9 A 148 ' A B C D E F G H 1i J 112 * 3 4 5 7 8 9 032 - 872 : 0 0 033 0 873 ; 9 034 < 0 123 124 125 126 127 138 131 132 141 a 142 b 143 c 144 d 145 e 146 f 147 g 158 h 151 i 152 j K L M N 0 P Q S T U V w x Y 2 153 k 154 I 155 m 156 n 157 o 168 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w 178 x 171 y 172 z 133 173 1 874 < 134 174 I 835 > 875 - 135 175 1 036 m 876 > I.OD 176 ~ DSK: FONTS g6VR KST 848 880 841 ! i 4, 881 I, 188 a@ 148 181 AA 141 a 142 b 082 a 842 " 1828 1 883 P 843 # 183c C 884 ^ 844 184 D 885 , 845 % 888 I 846 887 n 847 $ 185 E & 186F F 1871 G ) 1 43 C 144 d d 145 e e 146 f f 147 g g ( ) * 112 J 853 + + 113 K 153 k 814 114 L L 154 I 815 , 11SMPM 15S5 m 00 116 N 156 nmn, 3 1170 858 ( 811 y 8S1 ) 812 a 852 813 ) 816 . 817 a T : 028 c 861 1 1 n n 862 2 023 u U 021 ,Z 822 l18H H 1 58 hi 11 i1 J 0 128 p 152 j j rl 157 o 0 I16 p p 2 121 Q Q 122R R 116c1, ,q q 1 6 2r r 863 3 3 123 S S 163 a S 824 V V 864 4 4 124 T T 164 t t 825 3 8ss 5S 12S U U 185 u 1• 6 126 V V 166E V 7 127W XW 16 130X X 178 x 131 y y 1322 Z 6ss6 827 . 838 < 8677 E- 078 8 871 g 031 , 832 . 9- 872 : 9 ' 7 w X 171 V y 172 z Z 033 fio 133 [ 173 034 074 < 134 \ 174 035 075 - 135 1 175 I 136 ^ 176 ~ 036 = 076 > 037 v V 877 ? > _ _ { I 177 1 This is some sample text in the selected font. 0123456789 !"4g*$&'0* . ; U(): >.?~#_wl\' DSK:FONTS;7SVBEE KST 800 848 188 @ 148 001 4 841 ! 181A 141 a 4 882 a 042" 182 B 142b b 083 843 0 # 183 C 143 c C 144d d 004 A 844 S 184 0 085 - 845% 1S E 886 846 & 186 F F 146 f 1 887 847' 107 G 147 g 118 H 158 h h 851 ) 111 I 151 i 812 s 052 * 112 J 152 j 013 t 853 + 113 K 014 ± 854, 114 L 154 015 855 - 115 m LT 155 m 816 c 856. 116 N 817 a 857/ 117 0 157 o 820 c 0688 0 120 P 18 p P s 021 061 1 121 0 1.1 qq 822 n 862 823 U 863 3 123 S 163 s 824 V 0864 4 124 TT 164 tt 025 3 865 5 125 U 165 u u 826 8666 827 . 867 7 010 011 58 ( Y 2 6 122 R 126V 127W E I R156 145 e 153 k I1 n n I162r V Il r 166 v 167 uw 838 8788 138 X 178 x 031 -, 871 9 131 Y 171 y 832 872 : 132 Z 172 z 033 0 873 ; 133 [ 173 { 034 < 874 < 134 \ 174 I 835 875 - 135 ] 175 ) 036 a 876 > 136 ^ 176 , 837 v 877 ? 137 _ 177 X Z f This is some sample text in the selected lont 01234.56789 DSK:FONTS;114VSG KST ^^ 888 848 8801 1& 841 181 882 co 842 182 883 0 843 # 183 884 844 S 184 885 - 845 % 185 886 ( 846 & 186 887 n- 847 ' 187 018 A) 858 ( 118 811 851 ) 111 812 S 852 112 013 t 853 + 113 814 ± 854 , 114 815 0 855 - 115 856. 116 816 A Y o * 0 817 a 857 / 117 148 ' A B C D E F H If J K L 141 a 142 b 143 c 144 d 145 e 146 f 147 158 151 152 153 154 I 155 m N 0 156 n 157 o 020 c 808 8 120 P P 168 p 021 > 061 1 121 Q 161 q 022 n 862 2 122 R 162 r 823 u 063 3 123 S 163 s 024 V 864 4 124 T 164 t 025 3 865 5 125 U U 165 u 026 . 866 6 126 V 166v 027 * 867 7 127 W 167 w 830 - 8708 8 138 X ,X 170 x 031 - 871 9 131 Y Y 171 y 132 Z 172 z 133 [ 173 1 o0 032 872 : 0 0 I 033 + 873; 034 s 874 < 134 \ 174 035 > 875- 135 1 175 1 836 w 876 > 136 ^ 176 - 037 v 877 ? 137 _ 177 j DSK:FONTS;S1GROT KST 000 001 848 041 042 043 844 045 046 047 858 051 852 053 054 855 856 857 060 061 062 063 064 865 066 067 070 871 072 073 074 075 076 077 002 083 084 005 088 007 018 011 012 013 014 015 016 017 020 021 022 023 024 025 026 027 030 031 032 033 034 035 03G 037 o a 3a 100 8 101 102 103 184 185 106 107 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 fM(D X.0 -M - 3 ,+J.W epWO)%JCOCD - =:fte o -.- '**** + --- A V* *- tT -S -*t 140 141 A B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ 1 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 ^ cnm-Qn..MCu -0 03 +. OSK:FONTS;S25APL KST 000 001 002 003 004 0805 006 007 010 011 012 013 014 015 016 017 820 021 022 023 024 025 026 027 030 031 832 033 034 035 036 037 840 841 842 843 044 845 846 047 858 051 852 853 054 055 056 857 08680 061 862 063 864 865 866 867 078 071 872 073 074 875 076 877 188 181 140 141 102 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 103 104 1805 106 107 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 -HIS IS SOME SAMPLE TISXT IN THE SELECTED FONT. 0123456789 ()O$,->v^_<<+3V-->.,\-..{}>_+-- DSK:FONTS;S25CYR KST 000 081 820 021 022 023 824 825 026 027 830 831 832 033 834 035 836 837 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 TxHC mc coMe camnnae reTr . rxe ceJereA 4OHT 002 003 004 085 0806 807 810 011 812 813 014 015 816 817 188 181 182 183 184 185 186 187 118 0 A B C 0 E F G H 111 1 112 113 114 115 116 117 J K L M N 0 120 P 121 Q 122 R 123 124 125 126 127 138 131 132 133 134 135 136 137 S T U V W X Y Z C \ 1 ^ _ 148 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;S2SGRK KST 004 885 886 8087 010 011 812 013 814 015 016 017 020 821 022 823 024 025 026 027 030 031 032 033 034 035 036 037 Tvw 100 e 101 A 040 041 042 043 044 845 046 047 050 851 852 853 054 855 856 057 060 061 862 063 064 865 866 067 070 871 072 073 074 075 076 077 00088 081 002 883 gso ope dea&w)e 1f or rfa 102 103 184 105 186 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 136 137 CaSxtrl #onr B C 0 E F G H I J K L M N 0 P 0 R S T U V W X Y Z [ \ 1 A - 140 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;S25HBR KST 880 040 00881 041! 0 842 t 002 " 100 . 140 ' ! 101 A 141 a ' 102 B 142 b 00883 0 843 # 103 C 0 143 c 0884 A 844 S 184 0 1 144 d 805 045% % 105 E y 145 e 0886 846 & 186 F 5 146 f 847 ' ,, 187 G 147 g 0887 3 018 A 50 ( ( 110 H 150 h 811 Y 851 ) ) 111 I " 151 i 012 s 852 • y 152 j 813 t 803 + 014 ± 854 , 015 855 0 " 115 M 0 155 m 856 . 116 N 3 156 n 081 •o 112 J Y 113 K 153 k 114 L 154 I 017 8 a 857 / 117 0 ' 157 o 820 c 868 8 1208 P D 168 p 021 > 861 1 121 Q p 161 q 022 n 862 2 122 R ' 162 r 023 U 863 3 123 S V 163 s 024 V 864 4 124 T t 164 t 825 3 8065 5 125 U 1 165 u 026 ® 866 6 126 V 1 166 v 827 . 867 7 127 W f 167 u 830 878 8 138 X l 1708 x 031- 871 9 131 Y ' 17 1 y 032 e 872 : 132 Z ? 172 z 033 4 873; 834 < 035 > * 133 [ 173 1 074 < 134 \ 174 875 - 135 1 175 1 836 a 876 > ^ 176 ~ 037 v 877 ? Ir •,, .s" ,, ; 136 ? 137 _ 177 1 9 11 DSK:FONTS;S2SIPA KST 848 841 042 843 844 845 846 847 858 851 852 853 054 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 000 001 002 003 004 08805 006 007 010 011 012 013 014 015 016 017 028 021 822 023 024 025 026 027 830 031 032 033 034 035 036 837 1880 101 A 182 B 183 C 184 D 105 E 186 F 107 G 118 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 120 P 121 Q 122 R 123 S 124 T 125 U 126 V 127 W 138 X 131 Y 132 Z 133 [ 134 \ 135 1 136 ^ 137 This is some sample text in the selected font. 8123456789 I"#S,&' ()·::+ ll) .,?-'[]\'e t 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS:S25XIF KST 088800 001 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 874 875 876 877 002 003 004 005 006 007 018 011 012 013 014 015 016 017 020 021 022 023 024 025 026 827 038 031 032 033 034 035 836 837 180 @ 181 182 183 184 185 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 ^ 137 _ This is some sample text in the selected font. 8123456789 S!"#S%&'U ()*: +II .,I' [V\'e ^ A B C 0 E F G H I J K L M N 0 P 0 R S T U V W X Y Z 1 \ 1 148 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;S38CYR KST 888 881 4 002 003 804 885 88006 887 140 ' b 841 ! III 181 A A 141a a 842 043 844 845 846 847' 182 183 184 15 16 187 142 b 6 143 c 144 d AJ 145e e 146 f 4) 147 g r 848 xK a 1 A b n 108e " q # 4 S % & I ' B C o0 E E F () G r 018 A 811 Y 118 H X 158 h 851) 111 I 151 i 812 813 814 815 816 817 0208 052 * 853 + 854 , 855 856 . 857 / 860 8 112 J 113 K 114 L 115 M 116 N 1170 0 128 P 152 j 153 k K 154 1 n. 155 m M 156 n II 157o oo 160 p a S8 8 t ± a c 0 J n u V 3 b 026; o u 821 822 023 024 025 11 8061 1 121 0 2 3 4 5 122R 123 S 124 T 125 U 862 863 864 865 K J M H 1 X 161 q P C T Y 162 163 164 165 r 9 t u p C T y 866 6 126 V B 166 v B 027 . 0308 4031 - I 067 7 878 8 871 9 127 W 138 X 131 Y 167 w 178 x 032 w 872: 132 Z 3 033 034 035 036 037 873 074 875 076 077 133 134 135 136 137 * < > bl v 9 Txuc Hc COMe CaMnAe TeT q4&r.pRX730tjtjoXa'I~fIHKjJ ; < > ? 10 H a RH TXe eneJTeA 4)OHT 1 \ 1 )K _ i 171 y 172 z 173 { 174 175 ) 176 ~ 177 J DSK:FONTS:S38GRK KST 888 0881 4 882 883 884 A 885 886 887 n 0108 011 Y 812 8 013 t 814 + 815 e 816 017 8 828 c 821 D 822n 823 u 824 V 025 3 026 e 027. 0380 831 032 833 + 834 < 835 > 83G = 037 v 848 .841 i 842 " 0 843 # 844 5 845 % 846 & 0 847 ' 858( 851 ) 852 * 853 + 854 , 855 856 . 857 / 868 0 061 1 862 2 863 3 864 4 865 5 866 6 867 7 878 8 188 0 181 A A 182B B 183 C X 184 D A 185 E E 186 F 4 187 G r 110 H 111 I 112 J ( 113K K 114 L A 115 M M 116N N 1170 0 1208 P II 121 0 0 122 R P 123 S 124T T 125 U T 126 V 127 W W 138 X ' 148 141 142 143 144 .145 146 147 158 151 152 153 154 155 156 157 16 161 162 163 164 165 166 167 178 871 9 131 Y W 171 y 872 873 874 875 876 132Z Z 133 [ 134 \ 135 3 136 ^ 172 173 174 175 176 1 ~ 137 _ 177 f : ; < = > 877 ? T atcL • La TarXE eEaX UrLeXEaexr"5OV" a b c d e f g h i j k 1 m n p q r s t u v a X 5 e 4 y i 0 K X v o 7r 0 p a 7 u w x z 1 DSK:FONTS;S38LAT KST 080 001 002 003 004 885 886 807 010 811 012 813 014 815 816 817 820 821 022 023 024 025 0269 027 030 031 032 033 034 035 036 037 848 841 842 843 844 845 846 847 858 851 852 853 054 855 856 857 060 861 862 863 064 865 866 867 078 671 872 073 874 875 076 877 ThT1 35l1•tid TS§ om3 65mpli t8xt To th2 0123456789 ^_ !"#S%g' ()O::++ () < .,?.'[]\'e 0 188 181 182 183 184 18S 186 167 118 111 112 113 114 115 116 117 128 121 122 123 124 126 126 127 130 131 132 133 134 135 e A B C D E F G H 1 J K L M N 0 P 0 R S T U V W X Y Z [ \ ] 136 ^ 137 foot. 140 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 160 161 162 163 164 165 166 167 178 171 172 173 174 175 176 177 DSK:FONTS;S35GER KST 088 001 882 803 084 885 886 087 018 811 812 813 814 815 816 817 828 821 822 823 024 ( 825 826 827 830 031 032 033 034 035 836 037 Xlfififfonmefntm plectfinfnt 848 841 842 843 844 845 846 847 858 851 852 853 854 855 856 857 868 861 862 863 864 865 866 867 878 871 872 873 074 875 876 877 )efelectbfont 188 181 182 183 184 185 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 148 141 142 143 144 145 146 147 150 151 152 153 154 155 156 157 1680 161 162 163 164 165 166 167 178 171 172 173 174 175 176 G 177 ' a b c d e f g h i j k I m n o p q r s t u v w x y z 1 I 1 J DSK:FONTS;S38CYR KST 008 001 082a 003 13 0884 A 005 0886 8007 818 811 Y 812 s 813 t 014 815 b bI bi 3 848 0 841 842 " " 843 # # 844 $ 845 % % 846 & x 847 ' 858 ( ( 851 ) 052 * 853 + + 854 , , 855 - 856 .. 057 / / 8680 8 0 061 1 1 862 2 2 863 3 864 4 4 865 5 5 180 @ 101 A 102B 183 C 184 0 105 E 106 F 187 G 110 H 111 I 112 J 113 K 114 L 115 M 116 N 117 0 128 P 121 Q 122 R 123 S 124 T 125 U a 866 6 6 126 V 867 7 7 878 8 8 0719 9 872 : " 873 ; 874 < 875 = 876 > 877 ? 127 130 131 132 133 134 135 136 137 1 E 016 o a* 017 820 821 822 023 024 025 cd c D n u V 3 826 027 w 0380 031-. 832 , 833 * 034 s 835 z 036 a 037 v - W X Y Z \ 1 A _ Tuu xtrn oMe tuaMpne TexT Hq Tile ie.eereA 4OqrT. 0123456789 ",#$ Z-'( ):;+l.,fI V\ M 140 ' 141 a 142 b 143 c 144 d 145e 146 f 147 g 158 h 151 i 152 j 153 k 154 1 155 m E 156 n 0 P 157 16 8 161 162 163 164 165 A B C 11 E 4) r H H ) K 1 IX T IO a n C A e 4 r 1 H )K K A M q o p o p q rr s U t T u to 166 v 6 UI X Y 3 [ 167 w 178 x 171 y 172 z 173 1741 175 1 176 177 I w X y s I DSK:FONTS:S4HBR KST 000 848 188 . 148 801 4 841 ! 181 A N 141 a 002 a 842 182 B . 142 b 80033 843 # 183 C 14 3 c 884 ^ 844 S 184 0 144 d 885 - 845 % 105 E 145 e 0806 046& 186 F 146 f 087 n 847' 107 G 14 7 g 0108 858 ( 118 H 811Y 851) 111 I 151 i 012 8 852 * 112 J 152 j 013 t 053 + 113 K 153 k 014 ± 054, 114 L 154 1 015 . 855 - i15 M 155 m 016 056. 116 N 156 n 017 a 857 / 117 0 157 o 028 c 0608 120 P 168 p 0 21 : 061 1 1210 022 n 862 2 122 R 162 r 823 u 863 3 123 S 163 s 824 V 864 4 124 T 164 t 025 3 865 5 125 U 165 u 026 8066 6 126 V 166 v 027 867 7 127 W 167 0308 878 8 130 X 170 x 031 - 871 9 131 Y 171 y 032 872 : 132 Z 17 2 z 033 . 873 ; 133 1 173 1 " . f I 158 h 161 q 034 < 074 < 134 \ i74 I 035 > 875 - 135 1 175 I 036 s 876 > 136 037 v 877 ? 137 ^ 176 , 177 J DSK:FONTS:SS8CHS KST 8088 048 188 0 148 ' 881 4, 841 181 A 141 a 882 a 842 " 182 B 142 b 8803 1 843 # 183 C 143 c 884 A 844 8 104 D 885 -, 845 % 185 E 886 I 046 & 186 F 887 047 ' 187 G 818 , 858 ( 110 H 811 Y 851 111 I 812 S 852 813 T 853 + 113 K 814 + g54 , 114 L 154 I 815 g 855 - 115 M 155 m 816 ® 856 . 116 N 156 n 817 a 857 / 117 0 157 o 028 c 868 8 120 P 168 p 821 > 861 1 121 Q 161 q 122 R 162 r m n a 145 e ;I 146 f /Vi 147 g 150 h 151 i ~a 152 j 153 k 822 n 862 2 823 u 863 3 123 S 163 s 824 V 064 4 124 T 164 t 825 3 065 5 125 U 165 u 826 ® 866 6 126 V 166 v 027 , 867 7 127 W 167 w 838 0 078 8 130 X 178 x 831 -" 871 9 131 Y 171 y 832 , 872 : 132 Z 172 z 833 + 873 133 1 173 1 034 < 874 < 134 \ 174 I 835 > 875 - 135 ] 175 I 836 a 076 > 136 ^ 176 ~ 837 v 877 ? 137 177 f I(/ I :/%ul i,/ 112 J * 144 d .·sia ~ I' Y/ 51' ;y/ n: · ;Y/ S~g~i;~%\ul~p Yj: ~Li: :Y% LII/ I DSK:FONTS;SU B KST 000 048 001 4, 002,a 003 13 084 ^ A 005 -" 006 007 010 011 812 813 014 015 016 017 020 021 022 023 024 025 026 027 038 031 032 033 034 035 036 037 - c A x, Y S t + t 041 042 " 043 # * 044 S t 045 % 046 & 047 ' 854 855 - 4* - ca 8a c = n n u u V v 3 3 * e * 4- . 856. 057 8570 /0 06 061 062 063 064 065 066 867 070 07 0712 1 2 3 4 5 6 7 8 9: o 4 -s z a a v v 187 G 118 H H 073 t 074 < 075 a 076 > 077 ? This is some sample text i the selec ted font. 0123456789 111 112 113 114 , A a 183 C c 184 0 o 105 E E 186 F 050 ( 851 ) 052 * 053 + 188 a 101 A 182 B F 1 J j K L L - 116 N a 117 0 o 128 P p 121 0 Q 122R R 123S s 124 T T 125 U u 126 V v 127 W w 130 X x 131 13 1332 134 135 Y Z [ \ 136 137 ^ v z [ \ 1 140 ' 141 a m 142 b b 143 c c 144 d d 145 146 8e f f 147 1580 151 152 153 154 155 156 157 160 161 162 163 164 165 lG6 167 178 171 172 173 174 175 9g h i i 1j K k 1 m n o P q r a t u v q s t v w x y y z z 1 I • ) 176 ~ _ n a p 177 I DSK:FONTS:SUP KST M 155 m 045 % 8468& 847' 85 ( 050 051 ) 852 a * 853 + * 054 , ' 015 4 055 - 115M 016 o m 017 a 0828 c 021 > 0 056 . 057 / / 8600 0 o 061 1 116 N N 117 0 0 120 P P Q0 121 156 n n 157o 0 160 p P q 161 022 n " 062 2 122R R 162 r u V 3 u 123S 124 T 125 U 126 V 127 W 130 X 131 Y 132 Z 133 [ 134 \ 135 1 S T u v W X y Z [ - 863 3 3 064 4 4 865 5 5 0666 6 6 067 7 070 88 071 9 072 : 73 ; 874 < 875 - 163 164 165 166 167 170 171 172 173 174 175 " v 876 > 877? 136 ^ 137 _ 13 040 ! 641 042 " 043 # 004 A A 044 005 00G 007 818 > 011 Y 012 s 013 t 014 + ( J K L 140 141 142 143 144 145 146 147 150 151 152 153 154 100 @ 101 A 182 B 103 C 104 0 15 E 186FF 187G 118 H 111 I 112 J 113 K 114 L 000 001o ]4 002 a 00833 823 024 825 026 827 038 031 032 033 834 035 t , -. ~ 5 036 s 037 v This is some sample text in the selected font. 0123456789 2 ? A C D E G H 176 177 a b c d e f g h i j k 1 s t u v w x y z b d f h k 1 m t Y Y DSK:FONTS;SUBSUB KST 848 000 801 802 003 004 805 OOG 0807 010 011 012 013 014 015 016 017 020 021 022 023 024 025 026 027 030 031 032 033 034 035 03G 037 IT.. *, 841 042 043 044 845 046 847 058 051 852 853 054 055 856 857 868 861 862 863 864 865 066 067 878 871 072 873 874 075 876 077 oXI 0- 5-$' 0(): ;ý th, sxlet,& l d foM. 1 .O 1. - .' ir 0. 188 e 181 A 182 183 184 185 186 187 110 111 112 113 114 115 116 117 120 121 122 123 124 125 126 127 130 131 132 133 134 135 B C 0 E F G H I J K L M N 0 P Q R S T U V W X Y Z [ \ 1 136 ^ 137 140 ' 141 142 143 144 145 146 147 150 a b c d e f g h 151 i 152 153 154 155 156 157 160 161 j k I m n o p q 162 r 163 164 165 166 167 170 171 172 173 174 175 176 s t u v w x y z 1 I I ~ 177 f DSK:FONTS;SUBSUP KST 000 801 002 848 841 842 043 044 845 846 047 858 051 852 853 854 003 004 005 006 807 010 011 012 013 014 015 855 016 017 856 857 868 861 862 863 864 8065 866 867 878 871 072 073 074 875 076 877 020 021 022 023 024 025 026 027 030 031 032 033 034 035 036 037 "hý$ i- C*519 100ex: 1-10-o .- 0.·::.I(E.>.I in e the e_~e d tonl. 108 101 102 183 184 185 186 187 110 111 112 113 114 115 116 117 120 121 e A B C D E F G H I J K L M N 0 P Q 122 R 123 124 125 126 127 138 131 132 133 134 135 136 137 S T U V W X Y Z [ \ 1 140 141 142 143 144 145 146 147 158 151 152 153 154 155 156 157 168 161 162 163 164 165 166 167 170 171 172 173 174 175 176 177 DSK:FONTS;SUPSUP KST 000 8801 4 002a 00883 804 A 005 00G ( 807 n 010 N 011 Y 012 s 813 t 014 ± 015 @ 16 co 017 a 020 c 021 : 022 n 023 u 024 V 825 3 02G6 827 030 . 031 -0 0322 033 0 034 < 035 > 036 = 037 v T0 < < , fl U S4 S o-f ý?-rl-" t1Xt 'IaI 0 1 73Ai,(,7p 9 048 841 042 843 0 844 8045 846 847 858 851 052 853 854 855 856 857 0868 861 862 863 864 806 866 867 878 871 872 873 074 875 876 877 e l-t d font. ! " # S % & ' ( ) • + , . / a ( * / 0 I 1 2 3 4 5 6 7 8 9 : ; < > ? 2 3 6 I 9 188 0 181 102 103 184 185 186 187 118 111 112 113 114 115 116 117 128 121 122 123 124 125 126 127 138 131 132 133 134 135 136 137 A B C D E F G H I J K L M N 0 P 0 C E F G H J K M 0 P 4 9 R S T U V W X Y Z E \ 1 _ S T V X Y 140 ' 141 a 142 b 143 c 144 d 145 e 146 f 147 g 150 h 151 i 152 j 153 k 154 1 155 m 156 n 157 o 168 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w 170 x 171 y 172 z 173 1 174 175 ) 176177 / 6 h I * p a r I x Y