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.1 by greg, Sat Jun 6 07:38:39 1992 UTC vs.
Revision 2.3 by greg, Wed Jun 24 17:52:59 1992 UTC

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