There seems to be no SetWrap for draw.SimpleText, how can i create a function that changes line if the line hit the end of it?
So instead of doing this:
|||You could really help me out with|||| this
||| ||||
It does this:
|||You could really help me out with|||
|||this ||||
You can use surface.GetTextSize to write your own word wrap using the line width as your wrap size reference.
You could use http://wiki.garrysmod.com/page/markup/Parse too, i have the same issue but markup worked fine for me
Sorry, you need to Log In to post a reply to this thread.