[R] Postcript font size
Andre Nathan
andre at digirati.com.br
Fri Jun 12 01:40:47 CEST 2009
On Thu, 2009-06-11 at 23:48 +0100, Ted.Harding at manchester.ac.uk wrote:
> How are you comparing?
> A: Looking into the PostScript code in the files, and identifying
> the font-sizes where they are set in the code?
This. To get the size I wanted in both files, I had to use par(ps = 15)
in one of them, and par(ps = 18) in the other. Strangely, the generated
files had the following PS code:
/ps 12 def /Font1 findfont 12 s
I don't know PostScript, but I assume this means pointsize = 12.
Best,
Andre
More information about the R-help
mailing list