Displaying 2 results from an estimated 2 matches for "tryfont".
2008 Sep 18
1
PDF fonts problem
...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 characters "slips into" the characters following
them ("h" and "l")
postscript("tryfont-default.eps")
grid.text("gg\u151hh\uF6ii\uF3j...
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...r-help@r-project.org
Message-ID: <48D70607.40301@stat.auckland.ac.nz>
Content-Type: text/plain; charset=UTF-8
Hi
Mihalicza P?ter wrote:
> Dear Dr. Murrel,
>
[[elided Yahoo spam]]
>
> Paul Murrell ?rta:
>> Hi
>>
>>>
>>> #CMS
>>> pdf("tryfont-cms.pdf", family="CMS")
>>> grid.text("gg\u151hh\uF6ii\uF3jj kk\u171ll\uFCmm\uFAnn")
>>> dev.off()
>>> #u151 and u171 doesn't show, though the other accented ones do
>>>
>>> embedFonts("tryfont-cms.pdf",
>>>...