Creates text that wraps when it exceeds a given width. It does so by adding a new line at the last space given before the text exceeds the width and does so for all of the text.
The text to wrap.
The font used for the text.
The size of the font used.
The width to wrap the text at when it exceeds.
A string that is wrapable based on the original given string and conditions.
See Implementation
Creates text that wraps when it exceeds a given width. It does so by adding a new line at the last space given before the text exceeds the width and does so for all of the text.