Closed GoogleCodeExporter closed 9 years ago
bitfonts with controlp5 are written into PImages when text changes or is set, I
have seen reports t hat suggest that there might be memory leaks with PImages.
To circumvent this behavior, consider to use a PFont instead of a bitfont by
using
cp5.setFont(createFont("",10));
after you initialized controlp5.
Original comment by soj...@gmail.com
on 22 Sep 2012 at 10:23
Original issue reported on code.google.com by
ademar.a...@jurema.la
on 20 Sep 2012 at 11:04