WrapText
Description
Wraps the given text to fit within the specified width.
Arguments
string text
The text to wrap.
number width
The width of the container to fit the text within.
string font
The font the text will be drawn with.
Returns
string
The wrapped text.