Not sure if it will help or not, but you may want to try specifying a different font to see if that solves your problem. With 3.7 they added several new fonts. If you are not specifying a font programatically the Graphics object should be using the default system font which you can set under Options->Screen/Keyboard(so you dont need to change your code to test this). If you can find a font that draws properly you could specify which font the Graphics object should use -- one thing to be careful with specifying the font -- you will want to use one that is available on 3.6 and 3.7 devices so it will work with both.
|