[R] Console font size

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Feb 23 14:46:40 CET 2000


> From: "Eusebio Arenal Gutiérrez" <use at eio.uva.es>
> To: "R help" <r-help at stat.math.ethz.ch>
> Subject: [R] Console font size
> Date: Wed, 23 Feb 2000 13:25:42 +0100
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700
> 
> Friedrich Leisch point me out that in my first message I forgot the R
> version: R 0.99.0 for Windows 9x-NT
> 
> It is posible to change the console font size? What is the funtion needed?

Look in the file Rconsole (the default place is rw0990\etc\Rconsole,
but you can have a personal copy).  That contains:

   ## Font.
   # Please use only fixed width font.
   # If font=FixedFont the system fixed font is used; in this case
   # points and style are ignored. If font begins with "TT ", only 
   # True Type fonts are searched for.
   font = TT Courier New
   points = 10
   style = normal # Style can be normal, bold, italic

and you need to alter `points' and re-start the R console.

One day we may have a configuration editor (it is on the TODO list)
but for now you need to edit this file.


-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list