FSIZE
char width[FSIZE]; /* width table for a physical font */
char kern[FSIZE]; /* ascender+descender info */
char code[FSIZE]; /* actual device codes for a physical font */
#define BIGGESTFONT FSIZE /* biggest font if no size in DESC */
for (i = 0; i < FSIZE; i++)
char width[FSIZE]; /* width table for a physical font */
char kern[FSIZE]; /* ascender+descender info */
char code[FSIZE]; /* actual device codes for a physical font */
for (i = 0; i < FSIZE; i++)
static long fsize = FSIZE;
static long fsize = FSIZE;