How to change font on ControlP5 sliders?

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.

Sign In or Register to comment.