temp1="first neko"
nn1=love.graphics.newText(font,tostring(temp1))
nn1=nn1:setf("111",500)
always report argument #3 to 'setf' (string expected, got no value)
Do I have a understanding-problem with "textstring" of "Text:setf( textstring, wraplimit, alignmode )"?
Another thing I want to know is is there a way to format (word wrap) text object directly, without replacing text-content like Text:setf does?
Sorry for my English Any understanding-problems just let me know.
Edit:
Ah...I didn't know that, really sorry, now I know, not again, thank you Nixola