We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi all, currently I'm unable to change fonts for sliders using ControlP5 version 2.2.5 and Processing 3. I'm not sure if this is a version issue or not, but none of the methods suggested online seem to exist. That includes .setControlFont and .setFont. Anybody experiencing something similar or have any helpful suggestions?
Answers
I found a solution. *.addSlider.getCaptionLabel().setFont(myFont) Still curious about why the other methods described elsewhere don't work though.