Andre Jung wrote: > Hi, > > I'm not sure if the real English warning is the same. I translated it > from German. R came up with the following message: > > ------------------------------------------------------- > Warning message: > In title(main = sinc.exp) : > X11 nutzt Schriftgröße 25 obwohl 28 angefordert war > [engl.: X11 uses font size 25 although 28 was requested] > ------------------------------------------------------- > > system: > R version 2.6.1 (2007-11-26) > on openSuSE 10.3 > installed via YaST from > http://download.opensuse.org/repositories/home:/dsteuer/ > (provided by Detlef Steuer) > > any suggestions? > It's only a warning!
It usually means that your system is set up with non-scalable versions of the adobe fonts, so that some fonts are substituted. This can be considered a good thing: The fixed-size bitmap fonts have been carefully designed for maximum legibility, whereas the scaled fonts look awful... However, the former are only available in pixel sizes 8, 10, 11, 12, 14, 17, 18, 20, 24, 25, 34, if you install both the 75 dpi and 100dpi font sets. > Thanks! > andre > > ______________________________________________ > R-help@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. > -- O__ ---- Peter Dalgaard Øster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ R-help@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.