The R Project SVN R

Rev

Rev 45017 | Rev 83438 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45017 Rev 47490
Line 32... Line 32...
32
#include "internal.h"
32
#include "internal.h"
33
 
33
 
34
/*
34
/*
35
 *  Pre-defined library fonts.
35
 *  Pre-defined library fonts.
36
 */
36
 */
37
	font SystemFont = NULL;
37
__declspec(dllexport)	font SystemFont = NULL;
38
	font FixedFont  = NULL;
38
__declspec(dllexport)	font FixedFont  = NULL;
39
	font Times      = NULL;
39
__declspec(dllexport)	font Times      = NULL;
40
	font Helvetica  = NULL;
40
__declspec(dllexport)	font Helvetica  = NULL;
41
	font Courier    = NULL;
41
__declspec(dllexport)	font Courier    = NULL;
42
 
42
 
43
/*
43
/*
44
 *  Dots per inch for the screen.
44
 *  Dots per inch for the screen.
45
 */
45
 */
46
	static int screen_dpix = 96;	/* logical dpi for VGA */
46
	static int screen_dpix = 96;	/* logical dpi for VGA */