The R Project SVN R

Rev

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

Rev 18560 Rev 18657
Line 1379... Line 1379...
1379
	pd->current.fontsize = size;
1379
	pd->current.fontsize = size;
1380
	pd->current.fontstyle = style;
1380
	pd->current.fontstyle = style;
1381
    }
1381
    }
1382
}
1382
}
1383
 
1383
 
-
 
1384
#ifdef Win32
-
 
1385
/* exists, but does not work on GUI processes */
-
 
1386
# undef HAVE_POPEN
-
 
1387
#endif
-
 
1388
 
1384
static Rboolean PS_Open(NewDevDesc *dd, PostScriptDesc *pd)
1389
static Rboolean PS_Open(NewDevDesc *dd, PostScriptDesc *pd)
1385
{
1390
{
1386
    char buf[512], *p;
1391
    char buf[512], *p;
1387
    int i;
1392
    int i;
1388
 
1393