search for: sfrm1000

Displaying 2 results from an estimated 2 matches for "sfrm1000".

2008 Jan 15
1
using LaTeX-fonts with R
Hi, I try to use the sfrm1000.pfb Type-1 font with my postscript plots. When I add family=CM to the postscript() command the output is empty. What am I doing wrong? # define font CM <- Type1Font('ComputerModern', # font ID c(file.path(getwd(), c('sfrm1000.afm', '', '...
2008 Sep 18
1
PDF fonts problem
...ont("LM", paste("lm/fonts/afm/public/lm/", c("lmb10.afm", "lmbx10.afm", "lmbo10.afm", "lmbxo10.afm"), sep="")) pdfFonts(LM=LM) postscriptFonts(LM=LM) CMS <- Type1Font("CMS", paste("cm-super/afm/", c("sfrm1000.afm", "sfrb1000.afm", "sfti1000.afm", "sfsl1000.afm"), sep="")) pdfFonts(CMS=CMS) postscriptFonts(CMS=CMS) #Default pdf("tryfont-default.pdf") grid.text("gg\u151hh\uF6ii\uF3jj kk\u171ll\uFCmm\uFAnn") dev.off() #The u151 and the u171...