| # | Line 18 | Line 18 | typedef struct { | |
|---|---|---|
| 18 | ||
| 19 | typedef struct font { | |
| 20 | GLYPH *fg[256]; /* font glyphs */ | |
| 21 | + | short mwidth, mheight; /* mean glyph width and height */ |
| 22 | char *name; /* font file name */ | |
| 23 | struct font *next; /* next font in list */ | |
| 24 | } FONT; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |