| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | */ | |
| 5 | #ifndef _RAD_FONT_H_ | |
| 6 | #define _RAD_FONT_H_ | |
| 7 | + | |
| 8 | #ifdef __cplusplus | |
| 9 | extern "C" { | |
| 10 | #endif | |
| # | Line 22 | Line 23 | typedef struct font { | |
| 23 | int nref; /* number of references */ | |
| 24 | GLYPH *fg[256]; /* font glyphs */ | |
| 25 | short mwidth, mheight; /* mean glyph width and height */ | |
| 26 | < | char *name; /* font file name */ |
| 26 | > | char name[64]; /* font file name */ |
| 27 | struct font *next; /* next font in list */ | |
| 28 | } FONT; | |
| 29 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |