Change text width or text height without changing size

Is it possible in processing to change the text width or height without size?

Use textSize or scale ()

Scale() is the solution here as i wanted to change width or height but not both.