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.2 by greg, Tue Jun 16 13:16:49 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines