| # | Line 10 | Line 10 | typedef unsigned char GORD; | |
|---|---|---|
| 10 | ||
| 11 | typedef struct { | |
| 12 | short nverts; /* number of vertices */ | |
| 13 | < | GORD start, width; /* glyph size for prop. spacing */ |
| 13 | > | GORD left, right, top, bottom; /* glyph extent */ |
| 14 | /* followed by vertex list */ | |
| 15 | } GLYPH; | |
| 16 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |