Displaying 2 results from an estimated 2 matches for "maxpointsize".
1997 Jun 11
1
R-alpha: write() && quoting && ...
Has anyone had some time to look at the generic write() I posted some
time ago? I'd appreciate some feedback/comments/suggestions on how to
consistently deal with quoting and name-type attributes ...
On a related matter, Martin indicated that it would be nice to have a
"matrix" class, etc. Is there any reason for not doing so? Should not
do any harm, and would make writing
2000 Jul 01
0
margins with postscript device
...,6 +909,13 @@
} else {
xoff = yoff = 0.0;
}
+ /* HACK for DeskJet printers with 1/2" bottom margin and 1/8" top */
+ if(pd->landscape) {
+ pd->width -= 0.125; xoff += 0.25;
+ } else {
+ pd->height -= 0.125; yoff += 0.25;
+ }
+
pd->maxpointsize = 72.0 * ((pd->pageheight > pd->pagewidth) ?
pd->pageheight : pd->pagewidth);
pd->pageno = 0;
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...