search for: 72pt

Displaying 2 results from an estimated 2 matches for "72pt".

Did you mean: 12pt
2007 Jan 26
1
Inferring dimensions on bitmap device from par()
..."cra") / par("cin") > dev.off() > dim2 [1] 399.9999 199.9999 I've tried the above on Rv2.4.1 on WinXP and Linux with png() and jpeg() and the precision is good enough. However, when I turn to the bitmap() device, I found the following: > s <- 3; # Multiple of 72pt (default value of argument 'res' of bitmap()) > res <- s*72; > bitmap("foo.png", width=dim[1]/res, height=dim[2]/res, res=res) > dim2 <- par("din") * par("cra") / par("cin") > dev.off() > dim/dim2 [1] 3 3 That is, dim/dim2 is not...
2006 Apr 04
0
Printing: The letters are too big
Hi list, I'm trying to use my printer (Hp Deskjet 930 C) with wine. I've successfully set it up with cups and it works perfect with OpenOffice, Kwrite, GIMP or other linux applications. But when I print something via wine, the letters are too big. (A 12pt letter is printed as a 72pt). I'm using wine version 0.9.10. Any ideas? I'd really appreciate any help. phil