Displaying 8 results from an estimated 8 matches for "isolatin1encod".
2000 Sep 18
1
Latin1 encoded AFM files
Hi,
I patched my R-1.1.1 sources to add support for a couple more fonts to
the postscript device.
It works for alphanumeric characters, but I notice that I should be
supplying an AFM file with ISOLatin1Encoding (I'm using a standard AFM
for now, and get some parsing errors from R when I open the postscript
device).
Is there a program/script which will re-encode my AFM files from
AdobeStandardEncoding to ISOLatin1Encoding?
Or will I have to bite the bullet and do it by hand?
cheers,
Malcolm
--
M...
2000 Nov 16
1
postscript error
...{ setrgbcolor } def
/s { scalefont setfont } def
/R { /Font1 findfont } def
/B { /Font2 findfont } def
/I { /Font3 findfont } def
/BI { /Font4 findfont } def
/S { /Font5 findfont } def
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font1 exch definefont pop
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font2 exch definefont pop
/Helvetica-Oblique findfont
dup length dict begin
{1 index /FID n...
2002 Oct 22
1
negative numbers in R plots in Illustrator 8 (and higher?) (PR#2199)
...tscript generated by R loose their sign when opened in Adobe Illustrator 8 (french). This was so in 1.5.x and remains in 1.6.0.
I suppose that this is a known issue, although it is rather a flaw in Illustrator than in R, if my analysis of it is correct. I sent a lengthy mail containing a solution (ISOLatin1Encoding has to be redefined) to the r-help mailing list, where it never arrived.
Is there any interest in that I retype it and send it here?
RenE Bertin.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...
2005 Jan 18
4
embedding fonts in eps files
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.
2008 Aug 20
1
Problems with PostScript Encoding
...he character on the screen;
however, when I saved the graphic to a PostScript file the alpha character
was replaced by "..".
Obviously, something is not working when encoding. I've tried to change the
encoding using ps.options; however, no matter what I try R encodes the file
using ISOLatin1Encoding. I'm not even certain that changing the encoding
type would solve my problem. I really do not want to resort to using
another file format, as the resulting images are inferior. Is there
something I'm missing here?
My current solution to the problem: editing the PostScript by hand....
1999 Mar 03
4
xfig device
Hi, I am VERY interested in getting the xfig driver so that I can edit
graphical output from R. Searching through the mail archives and reading
documentation isn't helping. Is there or isn't there a working driver for
this purpose. How can I get it? I tried looking at the development version
of the tarballs, but I didn't find anything that looked promising in there.
Also, does
2002 Mar 25
2
Extreme value distributions (Long.)
.../B { /Font2 findfont } def
/I { /Font3 findfont } def
/BI { /Font4 findfont } def
/S { /Font5 findfont } def
1 setlinecap 1 setlinejoin
% end .ps.prolog
%%IncludeResource: font Helvetica
/Helvetica findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font1 exch definefont pop
%%IncludeResource: font Helvetica-Bold
/Helvetica-Bold findfont
dup length dict begin
{1 index /FID ne {def} {pop pop} ifelse} forall
/Encoding ISOLatin1Encoding def
currentdict
end
/Font2 exch definefont pop
%%IncludeResource: font Helv...
2004 May 26
6
Saving Trellis Graphics in R 1.9.0. (PR#6915)
Full_Name: Zdenek Valenta
Version: 1.9.0.
OS: Windows XP
Submission from: (NULL) (147.231.7.250)
I could not copy/save (Trelis) graphics using R version 1.9.0. The graphics
displayed normally, but copying/saving it only produced an empty file.
Everything works o.k. with R rel. 1.8.1.
Best regards,
Zdenek Valenta