Displaying 1 result from an estimated 1 matches for "test_em".
2011 Aug 09
1
embedFonts() does not embed fonts?
...setenv("R_GSCMD"="C:/Downloads/gs9.04/bin/gswin32c.exe")
>
> pdf(file = "test.pdf", family = "serif")
> plot(1:10)
> dev.off()
null device
1
>
> embedFonts(file = "test.pdf", format = "pdfwrite", outfile = "test_em.pdf",fontpaths =
"C/Windows/Fonts")
>
> Sys.unsetenv(x = "R_GSCMD")
>
> sessionInfo()
R version 2.13.1 (2011-07-08)
Platform: i386-pc-mingw32/i386 (32-bit)
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETAR...