--- ray/src/common/font.h 1992/06/06 07:38:39 2.1 +++ ray/src/common/font.h 1992/06/16 13:16:49 2.2 @@ -10,7 +10,7 @@ typedef unsigned char GORD; typedef struct { short nverts; /* number of vertices */ - GORD start, width; /* glyph size for prop. spacing */ + GORD left, right, top, bottom; /* glyph extent */ /* followed by vertex list */ } GLYPH;