ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/font.h
(Generate patch)

Comparing ray/src/common/font.h (file contents):
Revision 2.2 by greg, Tue Jun 16 13:16:49 1992 UTC vs.
Revision 2.3 by greg, Wed Jun 24 17:52:59 1992 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines