Parallel
searfoss.lst
Associated article: Bounding Box Data Compression
Tags: Parallel
_BOUNDING BOX DATA COMPRESSION_
by Glenn Searfoss
[LISTING ONE]
/* FONT1 STRUCTURE DEFINITIONS */
struct font1head { /* standard character font header */
unsigned char fnttype; /* font structure type: */
/* non-compressed type = 0x16 or compressed type = 0x14 */
char fntname[13]; /* font name: always followed with a ...


