The R Project SVN R

Rev

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

Rev 32250 Rev 32255
Line 54... Line 54...
54
 * Free the font and encoding structures used by
54
 * Free the font and encoding structures used by
55
 * PostScript, Xfig, and PDF devices
55
 * PostScript, Xfig, and PDF devices
56
 */
56
 */
57
void freeType1Fonts(void);
57
void freeType1Fonts(void);
58
 
58
 
59
/* Drivers from ../main/devices.c , 
-
 
60
 * description there;   platform-specific drivers in platform directories! */
-
 
61
 
-
 
62
Rboolean 
-
 
63
PSDeviceDriver(DevDesc*, char*, char*, char*, char**,
-
 
64
	       char*, char*, char*, double, double, Rboolean, double, 
-
 
65
	       Rboolean, Rboolean, Rboolean, char*, char*, SEXP);
-
 
66
Rboolean 
-
 
67
XFigDeviceDriver(DevDesc*, char*, char*, char*,
-
 
68
		 char*, char*, double, double, 
-
 
69
		 Rboolean, double, Rboolean, Rboolean);
-
 
70
Rboolean
-
 
71
PDFDeviceDriver(DevDesc* dd, char *, char *, char *, 
-
 
72
		char *, char *, double, double, double,
-
 
73
		int, char*, SEXP, int, int);
-
 
74
 
-
 
75
 
-
 
76
 
59
 
77
/*-------------------------------------------------------------------
60
/*-------------------------------------------------------------------
78
 *
61
 *
79
 *  DEVICE FUNCTIONS are concerned with the creation and destruction
62
 *  DEVICE FUNCTIONS are concerned with the creation and destruction
80
 *  of devices.
63
 *  of devices.