Loading...
Logo
Processing Forum

Font Issue, OpenGL

in Android Processing  •  1 year ago  
Hi all.

I've run into a strange bug. The following image was sent to me by a tester running Android 2.3.3 on a Samsung Galaxy S2. As you can see, some characters (consistently) fail to draw, in OpenGL mode. This only happens on this phone, and haven't seen it happen on any phones I've tested, although it has me a bit worried.

Any ideas? Has anyone seen this before?


Replies(2)

By any chance, are you using textMode(SCREEN)? I'm pretty sure that this is rather buggy...
I just checked my code, and I'm not calling textMode() at all. Maybe the default setting for it is SCREEN?

Edit: I don't think this is the issue, but thanks for teaching me something, just read about textMode() and learned something new.