Skip to content
Prev 76359 / 398502 Next

pdf font embedding --- again

Hi
ivo_welch-rstat8303 at mailblocks.com wrote:
I think we're almost there.  All we have to do now is actually USE the 
Lucida font (see below) ...
# Actually, if family= had worked we would have specified that
# "lucida" should be used;  what fonts= does is just ensure that
# the font gets mentioned in the PostScript output, but it does
# not set the font.  We have to use par(family) to do that, as below
# Specify that we should use the "lucida" font!!!
par(family="lucida")
Now when you ghostscript the output it should include "lucida" because 
that font is now used.  In the original code, the only font that was 
used was Helvetica, so ghostscript only embedded Helvetica.

Paul