--- ray/src/common/font.h 1992/06/16 13:16:49 2.2 +++ ray/src/common/font.h 1992/06/24 17:52:59 2.3 @@ -18,6 +18,7 @@ typedef struct { typedef struct font { GLYPH *fg[256]; /* font glyphs */ + short mwidth, mheight; /* mean glyph width and height */ char *name; /* font file name */ struct font *next; /* next font in list */ } FONT;