The R Project SVN R

Rev

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

Rev 11112 Rev 11211
Line 19... Line 19...
19
 */
19
 */
20
 
20
 
21
#ifndef R_EXT_GRAPHICS_H_
21
#ifndef R_EXT_GRAPHICS_H_
22
#define R_EXT_GRAPHICS_H_
22
#define R_EXT_GRAPHICS_H_
23
 
23
 
-
 
24
#ifdef  __cplusplus
-
 
25
extern "C" {
-
 
26
#endif
-
 
27
 
24
/*
28
/*
25
 *	Some Notes on Color
29
 *	Some Notes on Color
26
 *
30
 *
27
 *	R uses a 24-bit color model.  Colors are specified in 32-bit
31
 *	R uses a 24-bit color model.  Colors are specified in 32-bit
28
 *	integers which are partitioned into 4 bytes as follows.
32
 *	integers which are partitioned into 4 bytes as follows.
Line 539... Line 543...
539
double GVStrWidth (const unsigned char *, int, int, int, DevDesc *);
543
double GVStrWidth (const unsigned char *, int, int, int, DevDesc *);
540
double GVStrHeight (const unsigned char *, int, int, int, DevDesc *);
544
double GVStrHeight (const unsigned char *, int, int, int, DevDesc *);
541
void GVText (double, double, int, char *, int, int,
545
void GVText (double, double, int, char *, int, int,
542
	     double, double, double, DevDesc *);
546
	     double, double, double, DevDesc *);
543
 
547
 
-
 
548
#ifdef  __cplusplus
-
 
549
}
-
 
550
#endif
-
 
551
 
544
#endif /* R_EXT_GRAPHICS_H_ */
552
#endif /* R_EXT_GRAPHICS_H_ */