man(1) Manual page archive


     CHRTAB(3)                                               CHRTAB(3)

     NAME
          chrtab - simple character bitmaps

     SYNOPSIS
          extern char chrtab[95][16];

     DESCRIPTION
          Chrtab contains 8-by-16 bitmaps for ASCII printing charac-
          ters.  The 16 bytes pointed to by chrtab[c-' '] are the 16
          rows of character c from top to bottom.  The most signifi-
          cant bit is the leftmost bit.  The bottom row is always
          empty (has all bits 0).

     SEE ALSO
          font(9.5)

     BUGS
          The bitmaps of chrtab are intended for use with line print-
          ers, not bitmap devices.