in the windows environment the fonts are scaled by the OS to fit the current Dots per inch..
so font scaling there should not be touched unless its a non-windows managed control but
even then, if that type of control is using the parent canvas, which most likely it is, then the
scaling for the font should carry over..
As for the other platforms, I can't say, but if you are using the scaleBy to change the
scene, then I think you'll also need to scale the fonts too.
I come from a Windows environment and that is how it's done..