Text:add
Available since LÖVE 0.10.0 This function is not supported in earlier versions. Adds additional colored text to the Text object at the specified position. Function Synopsis index = Text:add( textstring, x, y, angle, sx, sy, ox, oy, kx, ky ) Arguments string textstring The text to add to the object. number x The position of the new text on the x-axis. number y The position of the new text on the y-axis. number angle (0) The orientation of the new text in radians. number sx (1)