V8/usr/man/man3/chrtab.3

Compare this file to the similar file:
Show the results in this format:

.TH CHRTAB 3
.SH NAME
chrtab \- simple character bitmaps
.SH SYNOPSIS
.B extern char chrtab[95][16];
.SH DESCRIPTION
.I Chrtab
contains 8-by-16 bitmaps for ASCII printing characters.
The 16 bytes pointed to by
.I chrtab[c \- \'\ \']
are the 16 rows of character 
.I c
from top to bottom.
The bottom row is always empty (has all bits 0).
.SH SEE ALSO
plot(3), font(9.5)