summaryrefslogtreecommitdiff
path: root/systems/msdos/vga2mf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /systems/msdos/vga2mf
Initial commit
Diffstat (limited to 'systems/msdos/vga2mf')
-rw-r--r--systems/msdos/vga2mf/00readme.txt83
-rw-r--r--systems/msdos/vga2mf/cp437.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp437.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/cp850.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp850.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/cp860.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp860.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/cp863.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp863.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/cp865.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp865.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/cp880dv.egabin0 -> 3584 bytes
-rw-r--r--systems/msdos/vga2mf/cp880dv.vgabin0 -> 4096 bytes
-rw-r--r--systems/msdos/vga2mf/ega2mf.c187
-rw-r--r--systems/msdos/vga2mf/foo.bar10
-rw-r--r--systems/msdos/vga2mf/vga2mf.c193
-rw-r--r--systems/msdos/vga2mf/wnpc10.mf3420
-rw-r--r--systems/msdos/vga2mf/wnpc10.tex35
18 files changed, 3928 insertions, 0 deletions
diff --git a/systems/msdos/vga2mf/00readme.txt b/systems/msdos/vga2mf/00readme.txt
new file mode 100644
index 0000000000..fbfcabcab0
--- /dev/null
+++ b/systems/msdos/vga2mf/00readme.txt
@@ -0,0 +1,83 @@
+EGA2MF is a utility to generate METAFONT code for
+8x14 bitmaps of the type used for EGA screen fonts
+on machines of the IBM pc/xt/at class. The idea
+is that you may then produce a font which emulates
+the appearance of a video display screen with all
+the crudities appropriate for that medium.
+There are some trivial changes necessary to make
+ega2mf work with some other bitmap type (e.g. 8x16
+for the VGA or Hercules Plus). This is left as an
+exercise for the reader.
+% 4/25/90: a slightly modified version, vga2mf.c, is
+% now available wherein the necessary changes have been
+% made for doing VGA 8x16 fonts (at the urging of Dimitri
+% Vulis). A really improved version would have the font-specific
+% dimensions abstracted so that a command-line switch could
+% determine the font type to be used.
+% ``This is left as an exercise for the reader''
+
+EGA2MF expects the name of an input bitmap file and an output
+generated code file. If these are not supplied it will ask.
+EGA2MF does not do checking to verify that the input file truly
+is a bitmapped font. You may obtain spectacularly worthless
+METAFONT code by allowing EGA2MF to process, for instance, this
+README file.
+
+The METAFONT code generated will expect to have cmbase and the cmtt10
+parameter file available.
+
+An early version of EGA2MF was used to produce the font WNPC10
+which uses the ``standard'' character set as found in IBM pc-type
+systems in the USA. This is the same as the code page 437
+character set below. Your copy of EGA2MF __may__ be distributed
+with the following code page bitmaps
+CP437.EGA United States
+CP850.EGA Multilingual
+CP860.EGA Portugal
+CP863.EGA Canada-French
+CP865.EGA Norway
+CP880DV.EGA Dimitri Vulus' Cyrillic ``code page 880''
+% 4/25/90: there _may_ also be corresponding *.vga files
+% suitable for input to vga2mf
+
+For METAFONT tinkerers, the essential works are all at the head
+of the file in s small number of magic-number variables which are
+used by a macro named crt which draws the individual crt-style dots
+for the characters. I don't have any doubt that someone could
+make improvements to the METAFONT code. The C code can probably
+also use some improvement; but given what it does, how much trouble
+is it worth if it works at all?
+
+[One such improvement of the algorithim is present in the jis2mf
+program distributed as part of jemtex. See [tex.babel.japanese]
+for more information. -dh]
+
+EGA2MF works on my machines, under both DOS and UNIX, but is provided
+to you in source so that you may verify that it will do nothing
+catastrophic _before_ you compile it. Since it is available to
+you free there is, of course, no warranty of any sort whatsoever,
+and you use the program entirely at your own risk.
+
+% 91/05/24 Brian {Hamilton Kelly}, checking that the programs would work
+% under VAX/VMS, replaced the line reading
+ FILE *f1,*f2;
+% in each source with these lines
+ FILE *f1=(FILE *) NULL;
+ FILE *f2=(FILE *) NULL;
+% (In C, there's no guarantee that automatic variables will have _any_
+% particular value, let alone the (FILE *)NULL that was necessary here
+% with the method the program uses to prompt for missing command-line
+% arguments. Perhaps he was just lucky with his Unix & DOS :-)
+
+
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+Thomas Ridgeway, Director,
+Humanities and Arts Computing Center/NorthWest Computing Support Center
+35 Thomson Hall H H AA CCCCC CCCCC
+University of Washington, DR-10 H H A A C C
+Seattle, WA 98195 HHHHHH AAAAAA C C
+(206)-543-4218 H H A A C C
+ridgeway@blackbox.hacc.washington.edu H H A A CCCCC CCCCC
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+- Your comments, suggestions and improvements will be welcome -
+- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
diff --git a/systems/msdos/vga2mf/cp437.ega b/systems/msdos/vga2mf/cp437.ega
new file mode 100644
index 0000000000..1ef2e7d5cb
--- /dev/null
+++ b/systems/msdos/vga2mf/cp437.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp437.vga b/systems/msdos/vga2mf/cp437.vga
new file mode 100644
index 0000000000..0f3cbdf6e1
--- /dev/null
+++ b/systems/msdos/vga2mf/cp437.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/cp850.ega b/systems/msdos/vga2mf/cp850.ega
new file mode 100644
index 0000000000..cc9d30e743
--- /dev/null
+++ b/systems/msdos/vga2mf/cp850.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp850.vga b/systems/msdos/vga2mf/cp850.vga
new file mode 100644
index 0000000000..a671c011bd
--- /dev/null
+++ b/systems/msdos/vga2mf/cp850.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/cp860.ega b/systems/msdos/vga2mf/cp860.ega
new file mode 100644
index 0000000000..f34860c8fb
--- /dev/null
+++ b/systems/msdos/vga2mf/cp860.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp860.vga b/systems/msdos/vga2mf/cp860.vga
new file mode 100644
index 0000000000..62dc3c4918
--- /dev/null
+++ b/systems/msdos/vga2mf/cp860.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/cp863.ega b/systems/msdos/vga2mf/cp863.ega
new file mode 100644
index 0000000000..b7af7087b9
--- /dev/null
+++ b/systems/msdos/vga2mf/cp863.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp863.vga b/systems/msdos/vga2mf/cp863.vga
new file mode 100644
index 0000000000..3df505acea
--- /dev/null
+++ b/systems/msdos/vga2mf/cp863.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/cp865.ega b/systems/msdos/vga2mf/cp865.ega
new file mode 100644
index 0000000000..cd8fd74f0e
--- /dev/null
+++ b/systems/msdos/vga2mf/cp865.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp865.vga b/systems/msdos/vga2mf/cp865.vga
new file mode 100644
index 0000000000..53e16afbff
--- /dev/null
+++ b/systems/msdos/vga2mf/cp865.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/cp880dv.ega b/systems/msdos/vga2mf/cp880dv.ega
new file mode 100644
index 0000000000..de81013caf
--- /dev/null
+++ b/systems/msdos/vga2mf/cp880dv.ega
Binary files differ
diff --git a/systems/msdos/vga2mf/cp880dv.vga b/systems/msdos/vga2mf/cp880dv.vga
new file mode 100644
index 0000000000..262f6ad283
--- /dev/null
+++ b/systems/msdos/vga2mf/cp880dv.vga
Binary files differ
diff --git a/systems/msdos/vga2mf/ega2mf.c b/systems/msdos/vga2mf/ega2mf.c
new file mode 100644
index 0000000000..908b8c66a7
--- /dev/null
+++ b/systems/msdos/vga2mf/ega2mf.c
@@ -0,0 +1,187 @@
+/* EGA2MF.C is Copyright 1990 Humanities and Arts Computing Center */
+/* usage: ega2mf [egafontname] [metafont_sourcecode_output_file] */
+/* suggestions to ridgeway@blake.acs.washington.edu */
+
+/* history: */
+/* v. 1.0 released 4/16/1990 */
+
+#include <stdio.h>
+#include <string.h>
+
+
+
+/* the charblock structure is used for processing each character */
+typedef struct {
+ unsigned char column[8];
+ } videorow;
+typedef struct {
+ videorow row[14];
+ } charblock;
+
+/* the ega font is a naked 8x14 bitmap 256 chars deep */
+typedef struct {
+ unsigned char bitmap[14];
+ } egachar;
+
+typedef struct {
+ egachar charset[256];
+ } egafont;
+
+/* globally accessible area */
+charblock editchar;
+/* global vars and strings */
+char infilename[128];
+char outfilename[128];
+
+jumpout() { exit(1); }
+
+void copyright()
+{
+ puts("Ega2Mf Screen font --> METAFONT code generator\n");
+ puts("HUMANITIES AND ARTS COMPUTING CENTER, DR-10");
+ puts("UNIVERSITY OF WASHINGTON, SEATTLE WA 98195 USA\n");
+ puts("Copyright 1990 Humanities and Arts Computing Center\n");
+ puts("This software may be used, modified, and redistributed free of any");
+ puts("fee or royalty, provided that this copyright and 'free software' notice");
+ puts("remains intact in any copies redistributed, and that you may charge no fee");
+ puts("of any sort whatsoever without the written permission of the Humanities");
+ puts("and Arts Computing Center.");
+ return;
+}
+
+
+void exists (char *filename)
+ {
+ unsigned char response;
+ FILE *handle;
+ handle = fopen ( filename , "rb" ) ;
+ if (handle != (FILE *) NULL)
+ { fclose(handle);
+ printf("File %s already exists: O.K. to replace? (Y/N): ", filename);
+ response = getchar();
+ if ( ! ( (response=='y') || (response=='Y') ) )
+ {
+ printf("\nPlease rename files as necessary and try again.\n");
+ jumpout();
+ }
+ }
+ return;
+ }
+
+FILE *getopen(char *filename, char *access)
+{
+ int temp;
+ FILE *handle;
+ gets(filename);
+ if (access[0]=='w' || access[0]=='W') exists(filename);
+ handle=fopen(filename,access);
+ if (handle == NULL) {
+ puts("\nCan't open file ");
+ puts(filename);
+ puts("\n");
+ }
+ return handle;
+}
+
+FILE *get_file(char *access,char *prompt,char *filename)
+{
+ printf("\n %s",prompt);
+ return getopen(filename,access);
+}
+
+void makedisplay(unsigned char thischar, egafont *thisfont)
+{
+ int temp,mask,i,k,hold;
+ for (i=0; i<14; i++) {
+ temp=thisfont->charset[thischar].bitmap[i];
+ mask=0x80;
+ for (k=0; k<8; k++) {
+ hold=temp & mask;
+ if (hold==0) editchar.row[i].column[k]=0;
+ else editchar.row[i].column[k]=1;
+ mask=mask / 2;
+ } /* endfor k */
+ } /* endfor i */
+ return;
+}
+
+
+main(int argc, char *argv[])
+{
+ FILE *f1=(FILE *) NULL;
+ FILE *f2=(FILE *) NULL;
+ int done,ch,i,k,codeout;
+ char quote,percent;
+ egafont *thisega;
+ quote=34;
+ percent=37;
+ /* yes, yes! we are assuming the ASCII character set */
+ copyright();
+ thisega = (egafont *) malloc(sizeof(egafont));
+ if (argc > 1) {
+ f1 = fopen(argv[1],"rb");
+ (void) strcpy(infilename,argv[1]);
+ }
+ if (f1 == (FILE *) NULL) {
+ /* prompt for and open input file */
+ for ( ; f1 == (FILE *) NULL; f1=get_file("rb","Enter name of input ega font file: ",infilename)) ;
+ }
+ fread(thisega,sizeof(egafont),1,f1);
+ fclose(f1);
+ if (argc > 2) {
+ (void) strcpy(outfilename,argv[2]);
+ exists(outfilename);
+ f2 = fopen(argv[2],"w");
+ }
+ if (f2 == (FILE *) NULL) {
+ /* prompt for and open output file */
+ for ( ; f2 == (FILE *) NULL; f2=get_file("w","Enter name of output Metafont source file: ",outfilename)) ;
+ }
+ fprintf(f2,"%c This is %s generated by EGA2MF from %s.\n",percent,outfilename,infilename);
+ fprintf(f2,"if unknown cmbase: input cmbase fi\n");
+ fprintf(f2,"mode_setup;\n");
+ fprintf(f2,"def generate suffix t= enddef;\n");
+ fprintf(f2,"input cmtt10; font_setup;\n");
+ fprintf(f2,"if ligs>1: font_coding_scheme:=%cTeX text%c;\n",quote,quote);
+ fprintf(f2,"else: font_coding_scheme:=if ligs=0: %cTeX typewriter text%c\n",quote,quote);
+ fprintf(f2," else: %cTeX text without f-ligatures%c fi; fi \n",quote,quote);
+ fprintf(f2,"numeric cheight; cheight=body_height+desc_depth;\n");
+ fprintf(f2,"numeric hhalf; numeric vhalf; hhalf=.4u; vhalf=(cheight)/36;\n");
+ fprintf(f2,"numeric vcent; vcent=cheight/28; numeric hcent; hcent=9/16u;\n");
+ fprintf(f2,"def crt(expr row,col) =\n");
+ fprintf(f2,"y.c:=body_height-(row * cheight / 14)-vcent; x.c:=hcent+(col * 9/8u);\n");
+ fprintf(f2,"y.a:=y.c+vhalf; y.b:=y.c-vhalf;\n");
+ fprintf(f2,"x.a:=x.c-hhalf; x.b:=x.c+hhalf;\n");
+ fprintf(f2,"filldraw (x.a,y.b)..(x.a,y.a)..(x.b,y.a)..(x.b,y.b)..cycle;\n");
+ fprintf(f2,"enddef;\n");
+ printf("Now processing character ");
+ for (ch=0; ch<256; ch++) {
+ /* generate code for character ch */
+ if ( (ch < 32) || (ch > 126) ) printf("[%d] ",ch);
+ else printf("[%c] ",ch);
+ fprintf(f2,"\nbeginchar(%d,9u#,body_height#,desc_depth#);",ch);
+ fprintf(f2,"adjust_fit(0,0);\npickup pencircle scaled 0.2pt;\n");
+ makedisplay(ch,thisega);
+ for(i=0; i < 14; i++) {
+ codeout=0;
+ for(k=0; k<8; k++) {
+ if (editchar.row[i].column[k] != 0) {
+ fprintf(f2,"crt(%d,%d); ",i,k);
+ codeout=1;
+ } /* endif set dot on */
+ } /* end k */
+ if (codeout > 0) fprintf(f2,"\n");
+ } /* endfor i */
+ fprintf(f2,"endchar;\n");
+ if ( ( ch % 16 ) == 0 ) printf("\n");
+ } /* endfor ch */
+ fprintf(f2,"\n");
+ fprintf(f2,"font_slant slant; font_x_height x_height#;\n");
+ fprintf(f2," font_normal_space 9u#;\n");
+ fprintf(f2," font_quad 18u#;\n");
+ fprintf(f2," font_extra_space 9u#;\n");
+ fprintf(f2,"bye.\n");
+ printf("\nEGA2MF is done. Good luck with your new font.\n");
+ fclose(f2);
+}
+
diff --git a/systems/msdos/vga2mf/foo.bar b/systems/msdos/vga2mf/foo.bar
new file mode 100644
index 0000000000..7735b1d281
--- /dev/null
+++ b/systems/msdos/vga2mf/foo.bar
@@ -0,0 +1,10 @@
+> % 91/05/24 Brian {Hamilton Kelly}, checking that the programs would work
+> % under VAX/VMS, replaced the line reading
+> FILE *f1,*f2;
+> % in each source with these lines
+> FILE *f1=(FILE *) NULL;
+> FILE *f2=(FILE *) NULL;
+> % (In C, there's no guarantee that automatic variables will have _any_
+> % particular value, let alone the (FILE *)NULL that was necessary here
+> % with the method the program uses to prompt for missing command-line
+> % arguments. Perhaps he was just lucky with his Unix & DOS :-)
diff --git a/systems/msdos/vga2mf/vga2mf.c b/systems/msdos/vga2mf/vga2mf.c
new file mode 100644
index 0000000000..f728f38851
--- /dev/null
+++ b/systems/msdos/vga2mf/vga2mf.c
@@ -0,0 +1,193 @@
+/* VGA2MF.C is Copyright 1990 Humanities and Arts Computing Center */
+/* usage: vga2mf [vgafontname] [metafont_sourcecode_output_file] */
+/* suggestions to ridgeway@blake.acs.washington.edu */
+
+/* history: */
+/* v. 1.0 released 4/25/1990 */
+/* this is a minimally modified version of Ega2mf */
+/* modifications to handle larger VGA character cell */
+/* one might also modify egamf to accept a -v switch */
+/* to permit one program to do both */
+/* but _we_ didn't do it that way because . . . */
+/* "So many programs, so little time . . . */
+
+#include <stdio.h>
+#include <string.h>
+
+
+
+/* the charblock structure is used for processing each character */
+typedef struct {
+ unsigned char column[8];
+ } videorow;
+typedef struct {
+ videorow row[16];
+ } charblock;
+
+/* the vga font is a naked 8x16 bitmap 256 chars deep */
+typedef struct {
+ unsigned char bitmap[16];
+ } vgachar;
+
+typedef struct {
+ vgachar charset[256];
+ } vgafont;
+
+/* globally accessible area */
+charblock editchar;
+/* global vars and strings */
+char infilename[128];
+char outfilename[128];
+
+jumpout() { exit(1); }
+
+void copyright()
+{
+ puts("VGA2Mf Screen font --> METAFONT code generator\n");
+ puts("HUMANITIES AND ARTS COMPUTING CENTER, DR-10");
+ puts("UNIVERSITY OF WASHINGTON, SEATTLE WA 98195 USA\n");
+ puts("Copyright 1990 Humanities and Arts Computing Center\n");
+ puts("This software may be used, modified, and redistributed free of any");
+ puts("fee or royalty, provided that this copyright and 'free software' notice");
+ puts("remains intact in any copies redistributed, and that you may charge no fee");
+ puts("of any sort whatsoever without the written permission of the Humanities");
+ puts("and Arts Computing Center.");
+ return;
+}
+
+
+void exists (char *filename)
+ {
+ unsigned char response;
+ FILE *handle;
+ handle = fopen ( filename , "rb" ) ;
+ if (handle != (FILE *) NULL)
+ { fclose(handle);
+ printf("File %s already exists: O.K. to replace? (Y/N): ", filename);
+ response = getchar();
+ if ( ! ( (response=='y') || (response=='Y') ) )
+ {
+ printf("\nPlease rename files as necessary and try again.\n");
+ jumpout();
+ }
+ }
+ return;
+ }
+
+FILE *getopen(char *filename, char *access)
+{
+ int temp;
+ FILE *handle;
+ gets(filename);
+ if (access[0]=='w' || access[0]=='W') exists(filename);
+ handle=fopen(filename,access);
+ if (handle == NULL) {
+ puts("\nCan't open file ");
+ puts(filename);
+ puts("\n");
+ }
+ return handle;
+}
+
+FILE *get_file(char *access,char *prompt,char *filename)
+{
+ printf("\n %s",prompt);
+ return getopen(filename,access);
+}
+
+void makedisplay(unsigned char thischar, vgafont *thisfont)
+{
+ int temp,mask,i,k,hold;
+ for (i=0; i<16; i++) {
+ temp=thisfont->charset[thischar].bitmap[i];
+ mask=0x80;
+ for (k=0; k<8; k++) {
+ hold=temp & mask;
+ if (hold==0) editchar.row[i].column[k]=0;
+ else editchar.row[i].column[k]=1;
+ mask=mask / 2;
+ } /* endfor k */
+ } /* endfor i */
+ return;
+}
+
+
+main(int argc, char *argv[])
+{
+ FILE *f1=(FILE *) NULL;
+ FILE *f2=(FILE *) NULL;
+ int done,ch,i,k,codeout;
+ char quote,percent;
+ vgafont *thisvga;
+ quote=34;
+ percent=37;
+ /* yes, yes! we are assuming the ASCII character set */
+ copyright();
+ thisvga = (vgafont *) malloc(sizeof(vgafont));
+ if (argc > 1) {
+ f1 = fopen(argv[1],"rb");
+ (void) strcpy(infilename,argv[1]);
+ }
+ if (f1 == (FILE *) NULL) {
+ /* prompt for and open input file */
+ for ( ; f1 == (FILE *) NULL; f1=get_file("rb","Enter name of input vga font file: ",infilename)) ;
+ }
+ fread(thisvga,sizeof(vgafont),1,f1);
+ fclose(f1);
+ if (argc > 2) {
+ (void) strcpy(outfilename,argv[2]);
+ exists(outfilename);
+ f2 = fopen(argv[2],"w");
+ }
+ if (f2 == (FILE *) NULL) {
+ /* prompt for and open output file */
+ for ( ; f2 == (FILE *) NULL; f2=get_file("w","Enter name of output Metafont source file: ",outfilename)) ;
+ }
+ fprintf(f2,"%c This is %s generated by VGA2MF from %s.\n",percent,outfilename,infilename);
+ fprintf(f2,"if unknown cmbase: input cmbase fi\n");
+ fprintf(f2,"mode_setup;\n");
+ fprintf(f2,"def generate suffix t= enddef;\n");
+ fprintf(f2,"input cmtt10; font_setup;\n");
+ fprintf(f2,"if ligs>1: font_coding_scheme:=%cTeX text%c;\n",quote,quote);
+ fprintf(f2,"else: font_coding_scheme:=if ligs=0: %cTeX typewriter text%c\n",quote,quote);
+ fprintf(f2," else: %cTeX text without f-ligatures%c fi; fi \n",quote,quote);
+ fprintf(f2,"numeric cheight; cheight=body_height+desc_depth;\n");
+ fprintf(f2,"numeric hhalf; numeric vhalf; hhalf=.4u; vhalf=(cheight)/36;\n");
+ fprintf(f2,"numeric vcent; vcent=cheight/32; numeric hcent; hcent=9/16u;\n");
+ fprintf(f2,"def crt(expr row,col) =\n");
+ fprintf(f2,"y.c:=body_height-(row * cheight / 16)-vcent; x.c:=hcent+(col * 9/8u);\n");
+ fprintf(f2,"y.a:=y.c+vhalf; y.b:=y.c-vhalf;\n");
+ fprintf(f2,"x.a:=x.c-hhalf; x.b:=x.c+hhalf;\n");
+ fprintf(f2,"filldraw (x.a,y.b)..(x.a,y.a)..(x.b,y.a)..(x.b,y.b)..cycle;\n");
+ fprintf(f2,"enddef;\n");
+ printf("Now processing character ");
+ for (ch=0; ch<256; ch++) {
+ /* generate code for character ch */
+ if ( (ch < 32) || (ch > 126) ) printf("[%d] ",ch);
+ else printf("[%c] ",ch);
+ fprintf(f2,"\nbeginchar(%d,9u#,body_height#,desc_depth#);",ch);
+ fprintf(f2,"adjust_fit(0,0);\npickup pencircle scaled 0.2pt;\n");
+ makedisplay(ch,thisvga);
+ for(i=0; i < 16; i++) {
+ codeout=0;
+ for(k=0; k<8; k++) {
+ if (editchar.row[i].column[k] != 0) {
+ fprintf(f2,"crt(%d,%d); ",i,k);
+ codeout=1;
+ } /* endif set dot on */
+ } /* end k */
+ if (codeout > 0) fprintf(f2,"\n");
+ } /* endfor i */
+ fprintf(f2,"endchar;\n");
+ if ( ( ch % 16 ) == 0 ) printf("\n");
+ } /* endfor ch */
+ fprintf(f2,"\n");
+ fprintf(f2,"font_slant slant; font_x_height x_height#;\n");
+ fprintf(f2," font_normal_space 9u#;\n");
+ fprintf(f2," font_quad 18u#;\n");
+ fprintf(f2," font_extra_space 9u#;\n");
+ fprintf(f2,"bye.\n");
+ printf("\nVGA2MF is done. Good luck with your new font.\n");
+ fclose(f2);
+}
+
diff --git a/systems/msdos/vga2mf/wnpc10.mf b/systems/msdos/vga2mf/wnpc10.mf
new file mode 100644
index 0000000000..6ed06adc4b
--- /dev/null
+++ b/systems/msdos/vga2mf/wnpc10.mf
@@ -0,0 +1,3420 @@
+% File: MF Inputs wnpc10.mf
+% Author: Thomas Ridgeway
+% Internet: ridgeway@blake.acs.washington.edu
+% Date: May 12, 1989
+%
+% This is one of a proposed collection of University of Washington
+% "screen" fonts. This one is derived from the actual bitmap for the basic
+% ega font for the IBM PC and its close relatives. As you will see, if you
+% run it interactively in proof mode, it preserves the dot pattern
+% of the screen font, as well as the outline. The output at 300-dpi
+% looks surprisingly good, and will be very useful for simulating
+% the appearance of the screen in descriptions of programs and
+% manuals.
+
+
+mode_setup;
+def generate suffix t= enddef;input cmtt10; font_setup;
+if ligs>1: font_coding_scheme:="TeX text";
+else: font_coding_scheme:=if ligs=0: "TeX typewriter text"
+ else: "TeX text without f-ligatures" fi; fi
+numeric cheight; cheight=body_height+desc_depth;
+numeric hhalf; numeric vhalf; hhalf=.4u; vhalf=(cheight)/36;
+numeric vcent; vcent=cheight/28; numeric hcent; hcent=9/16u;
+def crt(expr row,col) =
+y.c:=body_height-(row * cheight / 14)-vcent; x.c:=hcent+(col * 9/8u);
+y.a:=y.c+vhalf; y.b:=y.c-vhalf;
+x.a:=x.c-hhalf; x.b:=x.c+hhalf;
+filldraw (x.a,y.b)..(x.a,y.a)..(x.b,y.a)..(x.b,y.b)..cycle;
+enddef;
+
+beginchar(0,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+endchar;
+
+beginchar(1,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,7);
+crt(4,0); crt(4,2); crt(4,5); crt(4,7);
+crt(5,0); crt(5,7);
+crt(6,0); crt(6,7);
+crt(7,0); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,7);
+crt(8,0); crt(8,3); crt(8,4); crt(8,7);
+crt(9,0); crt(9,7);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(2,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,3); crt(4,4); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,2); crt(8,5); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(3,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,2); crt(9,3); crt(9,4);
+crt(10,3);
+endchar;
+
+beginchar(4,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,3);
+crt(4,2); crt(4,3); crt(4,4);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,2); crt(8,3); crt(8,4);
+crt(9,3);
+endchar;
+
+beginchar(5,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,2); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,2); crt(6,5); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(6,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(7,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,3); crt(5,4);
+crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,3); crt(8,4);
+endchar;
+
+beginchar(8,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,2); crt(0,3); crt(0,4); crt(0,5); crt(0,6); crt(0,7);
+crt(1,0); crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,2); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,2); crt(8,5); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+crt(11,0); crt(11,1); crt(11,2); crt(11,3); crt(11,4); crt(11,5); crt(11,6); crt(11,7);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+crt(13,0); crt(13,1); crt(13,2); crt(13,3); crt(13,4); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(9,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,6);
+crt(7,1); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+endchar;
+
+beginchar(10,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,2); crt(0,3); crt(0,4); crt(0,5); crt(0,6); crt(0,7);
+crt(1,0); crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,6); crt(4,7);
+crt(5,0); crt(5,3); crt(5,4); crt(5,7);
+crt(6,0); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,7);
+crt(7,0); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,7);
+crt(8,0); crt(8,3); crt(8,4); crt(8,7);
+crt(9,0); crt(9,1); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+crt(11,0); crt(11,1); crt(11,2); crt(11,3); crt(11,4); crt(11,5); crt(11,6); crt(11,7);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+crt(13,0); crt(13,1); crt(13,2); crt(13,3); crt(13,4); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(11,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,4); crt(3,5); crt(3,6);
+crt(4,3); crt(4,4); crt(4,6);
+crt(5,2); crt(5,3); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(12,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,3); crt(7,4);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(13,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,2); crt(3,3); crt(3,6); crt(3,7);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,2); crt(5,3);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3);
+crt(8,1); crt(8,2); crt(8,3);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3);
+crt(10,0); crt(10,1); crt(10,2);
+endchar;
+
+beginchar(14,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,1); crt(3,2); crt(3,6); crt(3,7);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,1); crt(5,2); crt(5,6); crt(5,7);
+crt(6,1); crt(6,2); crt(6,6); crt(6,7);
+crt(7,1); crt(7,2); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,5); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+crt(11,0); crt(11,1);
+endchar;
+
+beginchar(15,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,0); crt(4,1); crt(4,3); crt(4,4); crt(4,6); crt(4,7);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,2); crt(6,5); crt(6,6); crt(6,7);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,6); crt(8,7);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(16,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0);
+crt(3,0); crt(3,1);
+crt(4,0); crt(4,1); crt(4,2);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,0); crt(8,1); crt(8,2);
+crt(9,0); crt(9,1);
+crt(10,0);
+endchar;
+
+beginchar(17,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,6);
+crt(3,5); crt(3,6);
+crt(4,4); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,4); crt(8,5); crt(8,6);
+crt(9,5); crt(9,6);
+crt(10,6);
+endchar;
+
+beginchar(18,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(19,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(20,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,3); crt(3,4); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,3); crt(4,4); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,6); crt(5,7);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,6); crt(6,7);
+crt(7,3); crt(7,4); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4); crt(8,6); crt(8,7);
+crt(9,3); crt(9,4); crt(9,6); crt(9,7);
+crt(10,3); crt(10,4); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(21,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5);
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2);
+crt(4,2); crt(4,3); crt(4,4);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,2); crt(9,3); crt(9,4);
+crt(10,4); crt(10,5);
+crt(11,0); crt(11,1); crt(11,5); crt(11,6);
+crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5);
+endchar;
+
+beginchar(22,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(23,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+crt(11,1); crt(11,2); crt(11,3); crt(11,4); crt(11,5); crt(11,6);
+endchar;
+
+beginchar(24,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(25,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(26,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,3); crt(4,4);
+crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,4); crt(7,5);
+crt(8,3); crt(8,4);
+endchar;
+
+beginchar(27,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,2); crt(4,3);
+crt(5,1); crt(5,2);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2);
+crt(8,2); crt(8,3);
+endchar;
+
+beginchar(28,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+endchar;
+
+beginchar(29,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,2); crt(4,5);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,2); crt(8,5);
+endchar;
+
+beginchar(30,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,3);
+crt(4,2); crt(4,3); crt(4,4);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+endchar;
+
+beginchar(31,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,2); crt(7,3); crt(7,4);
+crt(8,2); crt(8,3); crt(8,4);
+crt(9,3);
+endchar;
+
+beginchar(32,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+endchar;
+
+beginchar(33,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(34,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2); crt(1,6); crt(1,7);
+crt(2,1); crt(2,2); crt(2,6); crt(2,7);
+crt(3,1); crt(3,2); crt(3,6); crt(3,7);
+crt(4,2); crt(4,6);
+endchar;
+
+beginchar(35,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(36,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,6);
+crt(5,0); crt(5,1);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,5); crt(7,6);
+crt(8,0); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+endchar;
+
+beginchar(37,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,0); crt(4,1); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,4); crt(6,5);
+crt(7,3); crt(7,4);
+crt(8,2); crt(8,3);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(38,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,4); crt(4,5);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(39,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3);
+crt(2,2); crt(2,3);
+crt(3,2); crt(3,3);
+crt(4,1); crt(4,2);
+endchar;
+
+beginchar(40,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,4); crt(2,5);
+crt(3,3); crt(3,4);
+crt(4,2); crt(4,3);
+crt(5,2); crt(5,3);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3);
+crt(8,2); crt(8,3);
+crt(9,3); crt(9,4);
+crt(10,4); crt(10,5);
+endchar;
+
+beginchar(41,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(4,4); crt(4,5);
+crt(5,4); crt(5,5);
+crt(6,4); crt(6,5);
+crt(7,4); crt(7,5);
+crt(8,4); crt(8,5);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3);
+endchar;
+
+beginchar(42,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+endchar;
+
+beginchar(43,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+endchar;
+
+beginchar(44,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,2); crt(11,3);
+endchar;
+
+beginchar(45,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+endchar;
+
+beginchar(46,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(47,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,6);
+crt(3,5); crt(3,6);
+crt(4,4); crt(4,5);
+crt(5,3); crt(5,4);
+crt(6,2); crt(6,3);
+crt(7,1); crt(7,2);
+crt(8,0); crt(8,1);
+crt(9,0);
+endchar;
+
+beginchar(48,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,4); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(49,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3); crt(3,4);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(50,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,5); crt(4,6);
+crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3);
+crt(8,1); crt(8,2);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(51,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,5); crt(4,6);
+crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,5); crt(7,6);
+crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(52,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,4); crt(2,5);
+crt(3,3); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,4); crt(8,5);
+crt(9,4); crt(9,5);
+crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(53,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1);
+crt(4,0); crt(4,1);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,5); crt(7,6);
+crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(54,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2);
+crt(4,0); crt(4,1);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(55,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,5); crt(4,6);
+crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3);
+crt(8,2); crt(8,3);
+crt(9,2); crt(9,3);
+crt(10,2); crt(10,3);
+endchar;
+
+beginchar(56,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(57,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,5); crt(7,6);
+crt(8,5); crt(8,6);
+crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(58,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+endchar;
+
+beginchar(59,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3);
+endchar;
+
+beginchar(60,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,5); crt(2,6);
+crt(3,4); crt(3,5);
+crt(4,3); crt(4,4);
+crt(5,2); crt(5,3);
+crt(6,1); crt(6,2);
+crt(7,2); crt(7,3);
+crt(8,3); crt(8,4);
+crt(9,4); crt(9,5);
+crt(10,5); crt(10,6);
+endchar;
+
+beginchar(61,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+endchar;
+
+beginchar(62,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2);
+crt(3,2); crt(3,3);
+crt(4,3); crt(4,4);
+crt(5,4); crt(5,5);
+crt(6,5); crt(6,6);
+crt(7,4); crt(7,5);
+crt(8,3); crt(8,4);
+crt(9,2); crt(9,3);
+crt(10,1); crt(10,2);
+endchar;
+
+beginchar(63,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(64,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(65,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3);
+crt(3,2); crt(3,3); crt(3,4);
+crt(4,1); crt(4,2); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(66,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(67,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,6);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1);
+crt(8,0); crt(8,1); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(68,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(69,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,6);
+crt(5,1); crt(5,2); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4);
+crt(7,1); crt(7,2); crt(7,4);
+crt(8,1); crt(8,2); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(70,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,6);
+crt(5,1); crt(5,2); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4);
+crt(7,1); crt(7,2); crt(7,4);
+crt(8,1); crt(8,2);
+crt(9,1); crt(9,2);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(71,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,6);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,4); crt(10,6);
+endchar;
+
+beginchar(72,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(73,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(74,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,4); crt(3,5);
+crt(4,4); crt(4,5);
+crt(5,4); crt(5,5);
+crt(6,4); crt(6,5);
+crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(75,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(76,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3);
+crt(3,1); crt(3,2);
+crt(4,1); crt(4,2);
+crt(5,1); crt(5,2);
+crt(6,1); crt(6,2);
+crt(7,1); crt(7,2);
+crt(8,1); crt(8,2); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(77,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,2); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(78,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(79,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(80,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2);
+crt(8,1); crt(8,2);
+crt(9,1); crt(9,2);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(81,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,3); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,4); crt(10,5);
+crt(11,4); crt(11,5); crt(11,6);
+endchar;
+
+beginchar(82,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(83,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2);
+crt(6,2); crt(6,3); crt(6,4);
+crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(84,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,3); crt(3,4); crt(3,6); crt(3,7);
+crt(4,0); crt(4,3); crt(4,4); crt(4,7);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(85,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(86,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(87,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6); crt(8,7);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(88,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,6); crt(3,7);
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(89,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,6); crt(4,7);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(90,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,6); crt(3,7);
+crt(4,0); crt(4,5); crt(4,6);
+crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3);
+crt(8,1); crt(8,2); crt(8,7);
+crt(9,0); crt(9,1); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(91,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,2); crt(3,3);
+crt(4,2); crt(4,3);
+crt(5,2); crt(5,3);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3);
+crt(8,2); crt(8,3);
+crt(9,2); crt(9,3);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(92,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0);
+crt(3,0); crt(3,1);
+crt(4,0); crt(4,1); crt(4,2);
+crt(5,1); crt(5,2); crt(5,3);
+crt(6,2); crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5);
+crt(8,4); crt(8,5); crt(8,6);
+crt(9,5); crt(9,6);
+crt(10,6);
+endchar;
+
+beginchar(93,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,4); crt(3,5);
+crt(4,4); crt(4,5);
+crt(5,4); crt(5,5);
+crt(6,4); crt(6,5);
+crt(7,4); crt(7,5);
+crt(8,4); crt(8,5);
+crt(9,4); crt(9,5);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(94,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3);
+crt(1,2); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+endchar;
+
+beginchar(95,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+endchar;
+
+beginchar(96,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3);
+crt(1,2); crt(1,3);
+crt(2,3); crt(2,4);
+endchar;
+
+beginchar(97,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(98,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2);
+crt(3,1); crt(3,2);
+crt(4,1); crt(4,2);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(99,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(100,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4); crt(2,5);
+crt(3,4); crt(3,5);
+crt(4,4); crt(4,5);
+crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(101,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(102,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,5);
+crt(5,1); crt(5,2);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3);
+crt(7,1); crt(7,2);
+crt(8,1); crt(8,2);
+crt(9,1); crt(9,2);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(103,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,4); crt(10,5);
+crt(11,0); crt(11,1); crt(11,4); crt(11,5);
+crt(12,1); crt(12,2); crt(12,3); crt(12,4);
+endchar;
+
+beginchar(104,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2);
+crt(3,1); crt(3,2);
+crt(4,1); crt(4,2);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(105,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(106,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,5); crt(2,6);
+crt(3,5); crt(3,6);
+crt(5,4); crt(5,5); crt(5,6);
+crt(6,5); crt(6,6);
+crt(7,5); crt(7,6);
+crt(8,5); crt(8,6);
+crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+crt(11,1); crt(11,2); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,4); crt(12,5);
+endchar;
+
+beginchar(107,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2);
+crt(3,1); crt(3,2);
+crt(4,1); crt(4,2);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(108,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(109,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,3); crt(9,4); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,3); crt(10,4); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(110,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(111,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(112,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2);
+crt(11,1); crt(11,2);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3);
+endchar;
+
+beginchar(113,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,4); crt(10,5);
+crt(11,4); crt(11,5);
+crt(12,3); crt(12,4); crt(12,5); crt(12,6);
+endchar;
+
+beginchar(114,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2);
+crt(9,1); crt(9,2);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(115,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,3);
+crt(8,3); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(116,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3);
+crt(3,2); crt(3,3);
+crt(4,2); crt(4,3);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3);
+crt(8,2); crt(8,3);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(117,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(118,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(119,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(120,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,2); crt(7,3); crt(7,4);
+crt(8,2); crt(8,3); crt(8,4);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(121,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+crt(10,5); crt(10,6);
+crt(11,4); crt(11,5);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4);
+endchar;
+
+beginchar(122,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,3); crt(7,4);
+crt(8,2); crt(8,3);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(123,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,4); crt(2,5); crt(2,6);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(124,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(125,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,4); crt(6,5); crt(6,6);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(126,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,3); crt(3,4); crt(3,5);
+endchar;
+
+beginchar(127,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,3);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+endchar;
+
+beginchar(128,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,6);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,4); crt(10,5);
+crt(11,5); crt(11,6);
+crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5);
+endchar;
+
+beginchar(129,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,4); crt(3,5);
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(130,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,4); crt(1,5);
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(131,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3);
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(132,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,4); crt(3,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(133,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2);
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(134,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,2); crt(3,3); crt(3,4);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(135,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,4); crt(9,5);
+crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,4); crt(11,5);
+endchar;
+
+beginchar(136,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3);
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(137,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,4); crt(2,5);
+crt(3,0); crt(3,1); crt(3,4); crt(3,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(138,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2);
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(139,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(140,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3); crt(1,4);
+crt(2,2); crt(2,3); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(141,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2);
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(142,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1); crt(1,5); crt(1,6);
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,3);
+crt(4,2); crt(4,3); crt(4,4);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(143,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,4);
+crt(1,1); crt(1,2); crt(1,4); crt(1,5);
+crt(2,2); crt(2,3); crt(2,4);
+crt(4,2); crt(4,3); crt(4,4);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(144,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,2); crt(1,3);
+crt(2,1); crt(2,2);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(145,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,4); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,4); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4); crt(6,6); crt(6,7);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4);
+crt(9,0); crt(9,1); crt(9,3); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(146,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,0); crt(10,1); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(147,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3);
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(148,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(149,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2);
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(150,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3);
+crt(2,1); crt(2,2); crt(2,3); crt(2,4);
+crt(3,0); crt(3,1); crt(3,4); crt(3,5);
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(151,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2);
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(152,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+crt(10,5); crt(10,6);
+crt(11,4); crt(11,5);
+crt(12,1); crt(12,2); crt(12,3); crt(12,4);
+endchar;
+
+beginchar(153,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1); crt(1,5); crt(1,6);
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,4);
+crt(4,1); crt(4,2); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(154,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1); crt(1,5); crt(1,6);
+crt(2,0); crt(2,1); crt(2,5); crt(2,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(155,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(156,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,5);
+crt(4,1); crt(4,2);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3);
+crt(6,1); crt(6,2);
+crt(7,1); crt(7,2);
+crt(8,1); crt(8,2);
+crt(9,0); crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(157,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,6); crt(2,7);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,3); crt(5,4);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,3); crt(7,4);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6); crt(8,7);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(158,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5);
+crt(2,1); crt(2,2); crt(2,5); crt(2,6);
+crt(3,1); crt(3,2); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,6);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(159,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,4); crt(1,5); crt(1,6);
+crt(2,3); crt(2,4); crt(2,6); crt(2,7);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,0); crt(11,1); crt(11,3); crt(11,4);
+crt(12,1); crt(12,2); crt(12,3);
+endchar;
+
+beginchar(160,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3); crt(1,4);
+crt(2,2); crt(2,3);
+crt(3,1); crt(3,2);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(161,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,4); crt(1,5);
+crt(2,3); crt(2,4);
+crt(3,2); crt(3,3);
+crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(162,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3); crt(1,4);
+crt(2,2); crt(2,3);
+crt(3,1); crt(3,2);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(163,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,3); crt(1,4);
+crt(2,2); crt(2,3);
+crt(3,1); crt(3,2);
+crt(5,0); crt(5,1); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5);
+crt(9,0); crt(9,1); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(164,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,3); crt(3,4); crt(3,5);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(165,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,1); crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,0); crt(1,1); crt(1,3); crt(1,4); crt(1,5);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(166,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3); crt(1,4); crt(1,5);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+endchar;
+
+beginchar(167,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+endchar;
+
+beginchar(168,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3);
+crt(3,2); crt(3,3);
+crt(5,2); crt(5,3);
+crt(6,2); crt(6,3);
+crt(7,1); crt(7,2);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(169,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1);
+endchar;
+
+beginchar(170,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,5); crt(7,6);
+crt(8,5); crt(8,6);
+crt(9,5); crt(9,6);
+endchar;
+
+beginchar(171,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1);
+crt(2,0); crt(2,1);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4);
+crt(6,2); crt(6,3);
+crt(7,1); crt(7,2);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,5);
+crt(9,0); crt(9,5); crt(9,6);
+crt(10,4); crt(10,5);
+crt(11,3); crt(11,4);
+crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6);
+endchar;
+
+beginchar(172,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1);
+crt(2,0); crt(2,1);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4);
+crt(6,2); crt(6,3);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,4); crt(8,5); crt(8,6);
+crt(9,0); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+crt(11,5); crt(11,6);
+crt(12,5); crt(12,6);
+endchar;
+
+beginchar(173,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(174,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+endchar;
+
+beginchar(175,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,0); crt(4,1); crt(4,3); crt(4,4);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4);
+endchar;
+
+beginchar(176,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,7);
+crt(1,1); crt(1,5);
+crt(2,3); crt(2,7);
+crt(3,1); crt(3,5);
+crt(4,3); crt(4,7);
+crt(5,1); crt(5,5);
+crt(6,3); crt(6,7);
+crt(7,1); crt(7,5);
+crt(8,3); crt(8,7);
+crt(9,1); crt(9,5);
+crt(10,3); crt(10,7);
+crt(11,1); crt(11,5);
+crt(12,3); crt(12,7);
+crt(13,1); crt(13,5);
+endchar;
+
+beginchar(177,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,1); crt(0,3); crt(0,5); crt(0,7);
+crt(1,0); crt(1,2); crt(1,4); crt(1,6);
+crt(2,1); crt(2,3); crt(2,5); crt(2,7);
+crt(3,0); crt(3,2); crt(3,4); crt(3,6);
+crt(4,1); crt(4,3); crt(4,5); crt(4,7);
+crt(5,0); crt(5,2); crt(5,4); crt(5,6);
+crt(6,1); crt(6,3); crt(6,5); crt(6,7);
+crt(7,0); crt(7,2); crt(7,4); crt(7,6);
+crt(8,1); crt(8,3); crt(8,5); crt(8,7);
+crt(9,0); crt(9,2); crt(9,4); crt(9,6);
+crt(10,1); crt(10,3); crt(10,5); crt(10,7);
+crt(11,0); crt(11,2); crt(11,4); crt(11,6);
+crt(12,1); crt(12,3); crt(12,5); crt(12,7);
+crt(13,0); crt(13,2); crt(13,4); crt(13,6);
+endchar;
+
+beginchar(178,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,3); crt(0,4); crt(0,5); crt(0,7);
+crt(1,1); crt(1,2); crt(1,3); crt(1,5); crt(1,6); crt(1,7);
+crt(2,0); crt(2,1); crt(2,3); crt(2,4); crt(2,5); crt(2,7);
+crt(3,1); crt(3,2); crt(3,3); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,3); crt(4,4); crt(4,5); crt(4,7);
+crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,5); crt(6,7);
+crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,5); crt(8,7);
+crt(9,1); crt(9,2); crt(9,3); crt(9,5); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,3); crt(10,4); crt(10,5); crt(10,7);
+crt(11,1); crt(11,2); crt(11,3); crt(11,5); crt(11,6); crt(11,7);
+crt(12,0); crt(12,1); crt(12,3); crt(12,4); crt(12,5); crt(12,7);
+crt(13,1); crt(13,2); crt(13,3); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(179,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(180,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(181,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(182,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(183,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(184,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(185,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(186,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,2); crt(7,3); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(187,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(188,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+endchar;
+
+beginchar(189,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6);
+endchar;
+
+beginchar(190,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+endchar;
+
+beginchar(191,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(192,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(193,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(194,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(195,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(196,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(197,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(198,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(199,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(200,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6); crt(5,7);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(201,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(202,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(203,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(204,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6); crt(5,7);
+crt(6,2); crt(6,3);
+crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(205,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(206,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(207,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(208,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(209,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(210,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(211,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(212,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+endchar;
+
+beginchar(213,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(214,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(215,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,2); crt(0,3); crt(0,5); crt(0,6);
+crt(1,2); crt(1,3); crt(1,5); crt(1,6);
+crt(2,2); crt(2,3); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3); crt(3,5); crt(3,6);
+crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,2); crt(6,3); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,2); crt(8,3); crt(8,5); crt(8,6);
+crt(9,2); crt(9,3); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+crt(11,2); crt(11,3); crt(11,5); crt(11,6);
+crt(12,2); crt(12,3); crt(12,5); crt(12,6);
+crt(13,2); crt(13,3); crt(13,5); crt(13,6);
+endchar;
+
+beginchar(216,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(217,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4);
+endchar;
+
+beginchar(218,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(219,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,2); crt(0,3); crt(0,4); crt(0,5); crt(0,6); crt(0,7);
+crt(1,0); crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+crt(11,0); crt(11,1); crt(11,2); crt(11,3); crt(11,4); crt(11,5); crt(11,6); crt(11,7);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+crt(13,0); crt(13,1); crt(13,2); crt(13,3); crt(13,4); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(220,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6); crt(8,7);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+crt(11,0); crt(11,1); crt(11,2); crt(11,3); crt(11,4); crt(11,5); crt(11,6); crt(11,7);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3); crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+crt(13,0); crt(13,1); crt(13,2); crt(13,3); crt(13,4); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(221,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,2); crt(0,3);
+crt(1,0); crt(1,1); crt(1,2); crt(1,3);
+crt(2,0); crt(2,1); crt(2,2); crt(2,3);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3);
+crt(8,0); crt(8,1); crt(8,2); crt(8,3);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3);
+crt(11,0); crt(11,1); crt(11,2); crt(11,3);
+crt(12,0); crt(12,1); crt(12,2); crt(12,3);
+crt(13,0); crt(13,1); crt(13,2); crt(13,3);
+endchar;
+
+beginchar(222,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,4); crt(0,5); crt(0,6); crt(0,7);
+crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(7,4); crt(7,5); crt(7,6); crt(7,7);
+crt(8,4); crt(8,5); crt(8,6); crt(8,7);
+crt(9,4); crt(9,5); crt(9,6); crt(9,7);
+crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+crt(11,4); crt(11,5); crt(11,6); crt(11,7);
+crt(12,4); crt(12,5); crt(12,6); crt(12,7);
+crt(13,4); crt(13,5); crt(13,6); crt(13,7);
+endchar;
+
+beginchar(223,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,0); crt(0,1); crt(0,2); crt(0,3); crt(0,4); crt(0,5); crt(0,6); crt(0,7);
+crt(1,0); crt(1,1); crt(1,2); crt(1,3); crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6); crt(2,7);
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6); crt(3,7);
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6); crt(4,7);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+endchar;
+
+beginchar(224,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4);
+crt(9,0); crt(9,1); crt(9,3); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(225,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,0); crt(10,1);
+crt(11,0); crt(11,1);
+crt(12,1);
+endchar;
+
+beginchar(226,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1);
+crt(6,0); crt(6,1);
+crt(7,0); crt(7,1);
+crt(8,0); crt(8,1);
+crt(9,0); crt(9,1);
+crt(10,0); crt(10,1);
+endchar;
+
+beginchar(227,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,0); crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,1); crt(10,2); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(228,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,0); crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,0); crt(3,1); crt(3,5); crt(3,6);
+crt(4,1); crt(4,2);
+crt(5,2); crt(5,3);
+crt(6,3); crt(6,4);
+crt(7,2); crt(7,3);
+crt(8,1); crt(8,2);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(229,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4);
+crt(9,0); crt(9,1); crt(9,3); crt(9,4);
+crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(230,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,5); crt(4,6);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2);
+crt(10,1); crt(10,2);
+crt(11,0); crt(11,1);
+endchar;
+
+beginchar(231,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(232,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,1); crt(2,2); crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,3); crt(3,4);
+crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,5); crt(5,6);
+crt(6,1); crt(6,2); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,3); crt(9,4);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(233,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,2); crt(10,3); crt(10,4);
+endchar;
+
+beginchar(234,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3); crt(2,4);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,4); crt(9,5);
+crt(10,0); crt(10,1); crt(10,2); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(235,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4); crt(2,5); crt(2,6);
+crt(3,2); crt(3,3);
+crt(4,3); crt(4,4);
+crt(5,4); crt(5,5);
+crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(7,1); crt(7,2); crt(7,5); crt(7,6);
+crt(8,1); crt(8,2); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2); crt(9,5); crt(9,6);
+crt(10,2); crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(236,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,3); crt(7,4); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+endchar;
+
+beginchar(237,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,6); crt(2,7);
+crt(3,5); crt(3,6);
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,6); crt(5,7);
+crt(6,0); crt(6,1); crt(6,3); crt(6,4); crt(6,6); crt(6,7);
+crt(7,0); crt(7,1); crt(7,2); crt(7,3); crt(7,6); crt(7,7);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5); crt(8,6);
+crt(9,1); crt(9,2);
+crt(10,0); crt(10,1);
+endchar;
+
+beginchar(238,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4); crt(2,5);
+crt(3,2); crt(3,3);
+crt(4,1); crt(4,2);
+crt(5,1); crt(5,2);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2);
+crt(8,1); crt(8,2);
+crt(9,2); crt(9,3);
+crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(239,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5);
+crt(4,0); crt(4,1); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,5); crt(5,6);
+crt(6,0); crt(6,1); crt(6,5); crt(6,6);
+crt(7,0); crt(7,1); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,5); crt(8,6);
+crt(9,0); crt(9,1); crt(9,5); crt(9,6);
+crt(10,0); crt(10,1); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(240,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(3,0); crt(3,1); crt(3,2); crt(3,3); crt(3,4); crt(3,5); crt(3,6);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6);
+crt(9,0); crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5); crt(9,6);
+endchar;
+
+beginchar(241,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,0); crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5); crt(5,6); crt(5,7);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(10,0); crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6); crt(10,7);
+endchar;
+
+beginchar(242,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,2); crt(2,3);
+crt(3,3); crt(3,4);
+crt(4,4); crt(4,5);
+crt(5,5); crt(5,6);
+crt(6,4); crt(6,5);
+crt(7,3); crt(7,4);
+crt(8,2); crt(8,3);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(243,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,4); crt(2,5);
+crt(3,3); crt(3,4);
+crt(4,2); crt(4,3);
+crt(5,1); crt(5,2);
+crt(6,2); crt(6,3);
+crt(7,3); crt(7,4);
+crt(8,4); crt(8,5);
+crt(10,1); crt(10,2); crt(10,3); crt(10,4); crt(10,5); crt(10,6);
+endchar;
+
+beginchar(244,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,4); crt(2,5); crt(2,6);
+crt(3,3); crt(3,4); crt(3,6); crt(3,7);
+crt(4,3); crt(4,4); crt(4,6); crt(4,7);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,3); crt(8,4);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+crt(11,3); crt(11,4);
+crt(12,3); crt(12,4);
+crt(13,3); crt(13,4);
+endchar;
+
+beginchar(245,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(0,3); crt(0,4);
+crt(1,3); crt(1,4);
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(4,3); crt(4,4);
+crt(5,3); crt(5,4);
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4);
+crt(9,0); crt(9,1); crt(9,3); crt(9,4);
+crt(10,1); crt(10,2); crt(10,3);
+endchar;
+
+beginchar(246,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(2,3); crt(2,4);
+crt(3,3); crt(3,4);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5); crt(6,6); crt(6,7);
+crt(9,3); crt(9,4);
+crt(10,3); crt(10,4);
+endchar;
+
+beginchar(247,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,3); crt(4,5); crt(4,6);
+crt(5,0); crt(5,1); crt(5,3); crt(5,4); crt(5,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,5); crt(7,6);
+crt(8,0); crt(8,1); crt(8,3); crt(8,4); crt(8,5);
+endchar;
+
+beginchar(248,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,2); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,2); crt(4,3); crt(4,4);
+endchar;
+
+beginchar(249,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(6,3); crt(6,4);
+crt(7,3); crt(7,4);
+endchar;
+
+beginchar(250,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(7,3); crt(7,4);
+endchar;
+
+beginchar(251,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,4); crt(1,5); crt(1,6); crt(1,7);
+crt(2,4); crt(2,5);
+crt(3,4); crt(3,5);
+crt(4,4); crt(4,5);
+crt(5,4); crt(5,5);
+crt(6,4); crt(6,5);
+crt(7,0); crt(7,1); crt(7,2); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,4); crt(8,5);
+crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+crt(10,3); crt(10,4); crt(10,5);
+endchar;
+
+beginchar(252,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,0); crt(1,1); crt(1,3); crt(1,4);
+crt(2,1); crt(2,2); crt(2,4); crt(2,5);
+crt(3,1); crt(3,2); crt(3,4); crt(3,5);
+crt(4,1); crt(4,2); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,4); crt(6,5);
+endchar;
+
+beginchar(253,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(1,1); crt(1,2); crt(1,3);
+crt(2,0); crt(2,1); crt(2,3); crt(2,4);
+crt(3,2); crt(3,3);
+crt(4,1); crt(4,2);
+crt(5,0); crt(5,1); crt(5,4);
+crt(6,0); crt(6,1); crt(6,2); crt(6,3); crt(6,4);
+endchar;
+
+beginchar(254,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+crt(4,1); crt(4,2); crt(4,3); crt(4,4); crt(4,5);
+crt(5,1); crt(5,2); crt(5,3); crt(5,4); crt(5,5);
+crt(6,1); crt(6,2); crt(6,3); crt(6,4); crt(6,5);
+crt(7,1); crt(7,2); crt(7,3); crt(7,4); crt(7,5);
+crt(8,1); crt(8,2); crt(8,3); crt(8,4); crt(8,5);
+crt(9,1); crt(9,2); crt(9,3); crt(9,4); crt(9,5);
+endchar;
+
+beginchar(255,9u#,body_height#,desc_depth#);
+adjust_fit(0,0);
+pickup pencircle scaled 0.2pt;
+endchar;
+
+font_slant slant; font_x_height x_height#;
+ font_normal_space 9u#;
+ font_quad 18u#;
+ font_extra_space 9u#;
+bye.
diff --git a/systems/msdos/vga2mf/wnpc10.tex b/systems/msdos/vga2mf/wnpc10.tex
new file mode 100644
index 0000000000..5ce68ace25
--- /dev/null
+++ b/systems/msdos/vga2mf/wnpc10.tex
@@ -0,0 +1,35 @@
+\noindent document: wnpc10.tex translated from wnpc10.txt
+\font\screen=wnpc10
+\vfil
+This little document shows how one may make use of the wnpc10 screen
+display font for illustration in a manual. Suppose for instance, that one wishes
+to show an actual screen display which a program may present to the user.
+Switch to the wnpc10 font, and $\ldots$
+\medskip
+
+\def\crtscreen{\obeylines\obeyspaces\offinterlineskip\screen\parindent=0pt}
+{\crtscreen
+ÉÍÍÍÍÍÍÍÍÍÍÍÍ» HUMANITIES AND ARTS COMPUTING CENTER DW-10
+ºÉÍÍÍÍÍÍÍÍÍÍ»º University of Washington
+ºº ɸոոջ ºº
+ºº ÈØÏØØÏؼ ºº
+ºº ÉØÑØØÑØ» ºº Copyright 1989 HACC
+ºÈ͹ƵƵƵÌͼº
+º ÓÙÀÙÀÙÀ½ º
+º HACC º
+ÈÍÍÍÍÍÍÍÍÍÍÍͼ
+}
+\medskip
+ In some cases, one may wish to show a rendering of a PC screen with non--Ascii
+characters displayed, as above, or at other times, one may just wish to have
+the verisimilitude obtained with a font resembling an actual screen display,
+even if the text could perfectly well be printed without a special font:
+\medskip
+{\crtscreen
+This is TeX, Version 2.1 (preloaded format=plain 88.7.5) 11 MAY 1989 18:01
+ (PCTeX 2.10, (c)Personal TeX, Inc 1987. S/N 11003)
+**
+}
+\vfil\vfil
+
+\bye