Manual Page Result
0
Command: chrtab | Section: 3 | Source: UNIX v10 | File: chrtab.3
CHRTAB(3) Library Functions Manual CHRTAB(3)
NAME
chrtab - simple character bitmaps
SYNOPSIS
extern char chrtab[95][16];
DESCRIPTION
Chrtab contains 8-by-16 bitmaps for ASCII printing characters. The 16
bytes pointed to by chrtab[c-' '] are the 16 rows of character c from
top to bottom. The most significant bit is the leftmost bit. The bot-
tom row is always empty (has all bits 0).
SEE ALSO
font(9.5)
BUGS
The bitmaps of chrtab are intended for use with line printers, not
bitmap devices.
CHRTAB(3)