I am glad I am not the only one has this issue.
I put my phone in debug mode last night, and examined the debug log a little bit further, and found out the really cause of this bug is the Pulse app tries to set the background color to Dark, and it issues a setDark() method call, unfortunately, for some reason, the method is undefined, and the app. throws an exception. Based on all the images I saw, it only happened when the image font is white and the setDark could not set the background to dark or black, therefore, all the white fonts got messed up.
I tried to get the some .so files from an previous working ROM and replaced them in the latest Jerry's ROM, but nothing changed. So I am thinking maybe there are some Java drawing classes missing the required setDark method got removed or something.
Just hope someone with access to the ROM source could look into this, someone like Jerry or BobZ?
Thanks