Graphics::setTextWrap
Description
void Graphics::setTextWrap( bool wrap )
Graphics::setTextWrap will set if the text will automatically wrap around if the end of the screen is reached.
Parameters
- bool wrap: enable wrap? true - yes, false - no
Returns
none
Example
N/A