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.9 by greg, Sat Nov 20 00:40:33 2021 UTC vs.
Revision 2.10 by greg, Wed Feb 2 00:01:48 2022 UTC

# Line 22 | Line 22 | typedef struct {
22   typedef struct font {
23          char  name[64];                 /* font file name */
24          struct font  *next;             /* next font in list */
25 <        int  nref;                      /* number of references */
25 >        unsigned short  nref;           /* number of references */
26          short  mwidth, mheight;         /* mean glyph width and height */
27 +        short  maxgv;                   /* max # glyph vertices */
28          GLYPH  *fg[256];                /* font glyphs */
29   }  FONT;
30  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines