controlP5 : function setControlFont(PFont) does not exist.
in
Contributed Library Questions
•
2 years ago
void setupGUI() {
controlP5 = new ControlP5(this);
PFont GUIfont = createFont("arial",12);
controlP5.setControlFont(GUIfont);
stop run and
The function setControlFont(PFont) does not exist.
what is worng ?
1