[R] embedding fonts in eps files

Simon Wood simon at stats.gla.ac.uk
Tue Jan 18 13:38:36 CET 2005


Do you ultimately need the eps files themselves with embedded fonts, or 
is that you need to include them in a document that that has all fonts 
embedded? 

If it's the latter then you may find:

http://mpa.itc.it/markus/highres_pdf.html

useful. The trick seems to be to substitute the standard Fonts with their 
URW equivalents: the URW fonts are freely available and can therefor be 
embedded. It simplifies matters if you choose URW `families' when calling
`postscript()'.

> 
> I have to make eps files with fonts embedded. 
> I use the following postscript command:
> 
> 
> postscript("fig3a.eps", width = 5.2756, height = 7.27, pointsize =
> 7,horizontal = FALSE, onefile = FALSE, paper = "special",family =
> "Times")
> 
> plot(...)
> 
> dev.off()
> 
> 
> Are fonts automatically embedded in this way?
> How can I see that?
> If not, how to do it?
> 
> 
> regards, Rudi.
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list