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.15 by greg, Fri Jun 4 17:02:48 1993 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)
# Line 140 | Line 134 | unkopt:
134                                          /* convert text to bitmap */
135          maptext();
136                                          /* print header */
137 +        newheader("RADIANCE", stdout);
138          printargs(argc, argv, stdout);
139          fputformat(COLRFMT, stdout);
140          putchar('\n');

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines