home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / laserjet / part1 / asctab.h next >
Encoding:
Text File  |  1986-11-30  |  1.4 KB  |  58 lines

  1. /*
  2.  * $Header: asctab.h,v 1.1 85/08/15 14:55:33 ron Exp $
  3.  */
  4.  
  5. /*
  6.  * asctab.h - Copyright (c) 1985 by Ron Saad
  7.  *
  8.  * This code may be freely distributed in source
  9.  * for non commercial purposes.
  10.  * Please keep this notice intact.
  11.  */
  12.  
  13. /*
  14.  * $Log:    asctab.h,v $
  15.  * Revision 1.1  85/08/15  14:55:33  ron
  16.  * Initial revision
  17.  * 
  18.  * 
  19.  */
  20.  
  21. char *asctab[] ={
  22.     /*
  23.      * these should be things that are "easy"
  24.      * to generate with esc seq and the
  25.      *  cartridge data, not needing a raster map,
  26.      *  plus things that are not available on the
  27.      *  special font in raster form
  28.      */
  29.     "\\|", "\033&a+12H", /* 1/6 em space ?? */
  30.     "\\^", "\033&a+36H", /* 1/2 em space ?? */
  31.     "em", "-", /* FIX THIS TO DO 3/4 EM */
  32.     "hy", "-",
  33.     "\\-", "\033&a+30H-",    /* curr fnt minus - spacing problem */
  34.     /* "mi", "\033&a+30H-",    /* SHOULD BE ON SPEC FONT */
  35.     "ce", "\277",
  36.         /* does not work - maybe because we have
  37.          * the B cartridge instead of the F one
  38.          */
  39.     "dg", "|\033&a-30H-",    /* looks lousy - do better */
  40.     "aa", "'",
  41.     "ga", "`",
  42.     "en", "-",
  43.     /* "ru", "_", /* use the bit map instead */
  44.     "l.", ".",
  45.     "br", "|",
  46.     "vr", "|",
  47.     "fm", "'",
  48.     "or", "|",
  49.     "fi", "f\033&a-25Hi",    /* fake ligature */
  50.     "ff", "f\033&a-25Hf",    /* fake ligature */
  51.     "fl", "f\033&a-25Hl",    /* fake ligature */
  52.     "Fi", "f\033&a-30Hf\033&a-25Hi",    /* fake ligature */
  53.     "Fl", "f\033&a-30Hf\033&a-25Hl",    /* fake ligature */
  54.     /* "sl", "\033&a-50H/", /* spacing problem - is on the spec font */
  55.     0, 0,
  56. };
  57.  
  58.