The R Project SVN R

Rev

Rev 82986 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82986 Rev 89085
Line 134... Line 134...
134
*/
134
*/
135
extern unsigned short * _controlify (pGEDevDesc, const unsigned char *,
135
extern unsigned short * _controlify (pGEDevDesc, const unsigned char *,
136
				     int, int);
136
				     int, int);
137
 
137
 
138
/* PAUL MURRELL
138
/* PAUL MURRELL
-
 
139
   Used by engine.c
-
 
140
*/
-
 
141
extern double R_GE_VStrWidth(const char *s, cetype_t enc, 
-
 
142
                             const pGEcontext gc, pGEDevDesc dd);
-
 
143
extern double R_GE_VStrHeight(const char *s, cetype_t enc, 
-
 
144
                              const pGEcontext gc, pGEDevDesc dd);
-
 
145
extern void R_GE_VText(double x, double y, const char * const s, cetype_t enc,
-
 
146
                       double x_justify, double y_justify, double rotation,
-
 
147
                       const pGEcontext gc, pGEDevDesc dd);
-
 
148
 
-
 
149
/* PAUL MURRELL
139
   Removed heaps below here
150
   Removed heaps below here
140
*/
151
*/