[R-SIG-Mac] Ugly default Tk font on Mac OS

Milan Bouchet-Valat nalimilan at club.fr
Mon Oct 8 20:10:55 CEST 2012


Le lundi 08 octobre 2012 à 10:54 -0700, David Winsemius a écrit :
> Just as a point of reference. With a recently installed update to Snow
> Leopard (yes, I'm way behind that adoption curve) and Rcmdr version
> 1.8.4 ( I'm not a user and I see this is out-of-date) , I get:
> 
> tkfont.actual("RcmdrDefaultFont")
> <Tcl> -family {Bitstream Vera Sans} -size 12 -weight normal -slant roman -underline 0 -overstrike 0 
Interesting. Do you get the same if you run my small test?

library(tcltk)
.Tcl("font create test")
tkfont.actual("test") # Wrong
tkfont.actual("TkDefaultFont") # OK
tkfont.actual("systemSystemFont) # Wrong

Thanks!



More information about the R-SIG-Mac mailing list