setTextBounds(x, y, width, height) → {Phaser.Text}
The Text Bounds is a rectangular region that you control the dimensions of into which the Text object itself is positioned,regardless of the number of lines in the text, the font size or any other attribute. Alignment is controlled via the properties boundsAlignH and boundsAlignV within the Text.style object, or can be directlyset through the setters Text.boundsAlignH and Text.boundsAlignV. Bounds alignment is independent of text alignment. F