Dear All, I have Rcmdr installed on a machine running Fedora 8 (Linux). It works fine, but I find the fonts of the Script window and of Output window very small. How can one increase the size of the font use on those windows? Thanks in advance, Paul
Dear Paul, You can change fonts and font sizes via Rcmdr options, as explained in ?Commander (also accessible via the R Commander "Help -> Commander help" menu). For example, options(Rcmdr=list(default.font="*helvetica-medium-r-normal-*-20*", log.font.size=20)) would change both the GUI elements and text input and output to 20-point (from the default 12). I hope this helps, John -------------------------------- John Fox, Professor Department of Sociology McMaster University Hamilton, Ontario, Canada L8S 4M4 905-525-9140x23604 http://socserv.mcmaster.ca/jfox> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Paul Smith > Sent: March-10-08 8:20 AM > To: r-help > Subject: [R] Changing font size of Rcmdr (Linux) > > Dear All, > > I have Rcmdr installed on a machine running Fedora 8 (Linux). It works > fine, but I find the fonts of the Script window and of Output window > very small. How can one increase the size of the font use on those > windows? > > Thanks in advance, > > Paul > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting- > guide.html > and provide commented, minimal, self-contained, reproducible code.
On Mon, Mar 10, 2008 at 1:36 PM, John Fox <jfox at mcmaster.ca> wrote:> You can change fonts and font sizes via Rcmdr options, as explained in > ?Commander (also accessible via the R Commander "Help -> Commander help" > menu). For example, > > options(Rcmdr=list(default.font="*helvetica-medium-r-normal-*-20*", > log.font.size=20)) > > would change both the GUI elements and text input and output to 20-point > (from the default 12).Thanks, John. Done so and now having the font size changed. Paul> > -----Original Message----- > > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > > project.org] On Behalf Of Paul Smith > > Sent: March-10-08 8:20 AM > > To: r-help > > Subject: [R] Changing font size of Rcmdr (Linux) > > > > Dear All, > > > > I have Rcmdr installed on a machine running Fedora 8 (Linux). It works > > fine, but I find the fonts of the Script window and of Output window > > very small. How can one increase the size of the font use on those > > windows? > > > > Thanks in advance, > > > > Paul > > > > ______________________________________________ > > R-help at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide http://www.R-project.org/posting- > > guide.html > > and provide commented, minimal, self-contained, reproducible code. > >