Re: [R] Information about font

2014-07-11 Thread Sébastien Bihorel
If I may ask, how can I know the path to the font file(s) used by R when it generates the png files with the Helvetica font? Thanks On Thu, Jul 10, 2014 at 12:21 AM, David Winsemius wrote: > > On Jul 9, 2014, at 7:47 PM, Sébastien Bihorel wrote: > > > Hi, > > > > I have this set of R scripts

Re: [R] Information about font

2014-07-10 Thread Sébastien Bihorel
Correction The warnings section in ?png indicate that Helvetica is the default font. Now I need to verify if this is true for my plot and find out where this font is located on my system On Thu, Jul 10, 2014 at 8:54 AM, Sébastien Bihorel wrote: > Hi David, > > Thank you for your response. > >

Re: [R] Information about font

2014-07-10 Thread Sébastien Bihorel
Hi David, Thank you for your response. I use png devices to create my plots. Looking at ?pdfFonts and ?Type1Font, I believe these fonts only apply to pdf devices. Additionally, ?grid::gpar and ?png are not specific about default font options. Any suggestions? Sebastien On Thu, Jul 10, 2014 a

Re: [R] Information about font

2014-07-09 Thread David Winsemius
On Jul 9, 2014, at 7:47 PM, Sébastien Bihorel wrote: > Hi, > > I have this set of R scripts which are ran on a linux box and create plots > with the lattice package. I do not specify any custom font family, so I > believe that whatever is the default font on my system is used in the plot. > 1- h

[R] Information about font

2014-07-09 Thread Sébastien Bihorel
Hi, I have this set of R scripts which are ran on a linux box and create plots with the lattice package. I do not specify any custom font family, so I believe that whatever is the default font on my system is used in the plot. 1- how can I know which is the default font used in my plots? 2- is thi