We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi. Sorry for my english. I've got a problem with my code using library ControlP5. Here you have screenshot from my app http://prntscr.com/bri6jt when using library, all words are pixelated. I tried using textMode(SCREEN), but it has been removed from Processing 2.0
Answers
How are you creating/loading your fonts?
Could you put some sample code of how you create and load your fonts? I believe you could solve the problem by creating fonts larger in size. If you create a font of size 8 but you use it with size 24, then it will be pixelated. However if you create them with an original size of 24, then you should not have this issue.
I hope this helps.
Kf