home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume7 / thack / th.h < prev    next >
C/C++ Source or Header  |  1989-06-03  |  366b  |  10 lines

  1. #include <stdio.h>
  2. char *table[2][2]=
  3.     { /* FONT 0,1,2,4,5,6,7 */
  4.      " htnmlizsdbxfjuk p ; a_c`e'o r v-wq/.g ,&y % QTOHNMLRGIPCVEZDBSY",
  5.      " FXAWJUK0123456789*       ()[]  = :+ ! ? |   $$$$$$$$$$$$$$$$$$$",
  6.      /* FONT 3 */
  7.      " yqnmlizsdbxhfuk p   a c e=o r t_ Y  g   w   FQW  VL-G P    D S ",
  8.      " >X</ U                   {}   #  ~    *   +  $$$$$$$$$$$$$$$$$$",
  9.      };
  10.