controlP5 fonts corned
in
Contributed Library Questions
•
1 years ago
I need latin special characters like " ã/é" and so...
I'm using controlP5. I love the default font but it does not have all chars. So I used controlFont() to change font. But it won't work with fontMode(SCREEN). Turning that off gets me ugly render of fonts not in of ControlP5. Tried t use Textlabel and Textarea, but cant get those to obey the controlFont()... TextLabel only accepts a pre defined set of fonts. Right?
So I'm stucked without being able to use same font all over the sketch.
What am i missing?
Also the Textfileds labels wont accept toUpperCase(false), they still upper case, only button accepts it.
Help?
1