as im trying to draw the string in a box, im stuck with positioning it,
as ( i * 50 , only split my string upsidedown, how would i change stretch it left and right?
thanks regards.
void Draw_Controls() {
textFont(DFont);
fill(Black_C);
for ( int i = 0; i < Legends.length; i++) {
text(Legends[i], 350/4, 335 + i + 50);
textAlign(CENTER);
noFill();