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!

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to