[R] embedding fonts in eps files
Sander Oom
slist at oomvanlieshout.net
Tue Jan 18 18:51:11 CET 2005
Rudi,
If it turns out that fonts can not be embedded with R, then one option
is to import/export the file through CorelDraw (or other vector drawing
software equivalent). The 'export to eps' function in CorelDraw provides
an option to embed all the fonts!
It requires manual labour, but it will work. You will be able to embed
any font available in Corel Draw: fonts galore!!
Sander.
Rudi Alberts wrote:
> Hi,
>
> 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