ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/psign.c
(Generate patch)

Comparing ray/src/px/psign.c (file contents):
Revision 2.16 by greg, Mon Feb 28 09:25:31 1994 UTC vs.
Revision 2.17 by greg, Thu Apr 14 04:53:54 1994 UTC

# Line 16 | Line 16 | static char SCCSid[] = "$SunId$ LBL";
16  
17   #include  "font.h"
18  
19 #include  "paths.h"
20
19   #ifndef  SSS
20   #define  SSS                    3       /* super-sample size */
21   #endif
# Line 48 | Line 46 | int  xdim;                             /* size of horizontal scan (bytes) */
46  
47   FONT  *ourfont;                         /* our font */
48  
51 char  *libpath;                         /* library search path */
52
49   typedef struct line {
50          char  *s;               /* line w/o LF */
51          short  *sp;             /* character spacing */
# Line 126 | Line 122 | unkopt:
122                          exit(1);
123                  }
124                                          /* load font file */
129        if ((libpath = getenv(ULIBVAR)) == NULL)
130                libpath = DEFPATH;
125          ourfont = getfont(fontfile);
126                                          /* get text */
127          if (an == argc)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines