Mark G. Saye - 2011-04-11

The following code used to work in 8.4.x (to rescale all named fonts after the tk scaling had been changed), but does not in 8.5+:

foreach font [font names] {
font configure $font -size [font configure $font -size]
}

See: http://wiki.tcl.tk/8488