Is it possible in processing to change the text width or height without size?
1 Like
Use textSize or scale ()
3 Likes
Scale() is the solution here as i wanted to change width or height but not both.
3 Likes