Hello,
While writing a little program on android processing, I encountered a problem ,I would like to know if it is possible to line up automatically when the text meets the right edge of the screen :
void setup () {
background (0);
fullScreen();
}
void draw () {
textSize(height/20);
fill(255);
text(“Click here to go to the next level”,width/100,height/2);
}
Here are the image:
Sorry for the mistakes I use the Google Translate
Can you help me solve my problem ?
Thanks