The R Project SVN R

Rev

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

Rev 89084 Rev 89085
Line 29... Line 29...
29
#include <R_ext/Applic.h>	/* R_pretty() */
29
#include <R_ext/Applic.h>	/* R_pretty() */
30
#include <Rmath.h>
30
#include <Rmath.h>
31
 
31
 
32
# include <rlocale.h>
32
# include <rlocale.h>
33
 
33
 
34
/*
-
 
35
 * Formerly R_ext/GraphicsEngine.h
34
/* Hershey functions */
36
 */
-
 
37
double R_GE_VStrWidth(const char *s, cetype_t enc, const pGEcontext gc, pGEDevDesc dd);
-
 
38
 
-
 
39
double R_GE_VStrHeight(const char *s, cetype_t enc, const pGEcontext gc, pGEDevDesc dd);
-
 
40
void R_GE_VText(double x, double y, const char * const s, cetype_t enc,
-
 
41
		double x_justify, double y_justify, double rotation,
-
 
42
		const pGEcontext gc, pGEDevDesc dd);
-
 
43
/*
-
 
44
 * (End from R_ext/GraphicsEngine.h)
35
#include "g_extern.h"
45
 */
-
 
46
 
36
 
47
int R_GE_getVersion(void)
37
int R_GE_getVersion(void)
48
{
38
{
49
    return R_GE_version;
39
    return R_GE_version;
50
}
40
}