Text:set
Available since LÖVE 0.10.0 This function is not supported in earlier versions. Replaces the contents of the Text object with a new unformatted string. Function Synopsis Text:set( textstring ) Arguments string textstring The new string of text to use.
Returns Nothing. Function Synopsis Text:set( coloredtext ) Arguments table coloredtext A table containing colors and strings to use as the new text, in the form of {color1, string1, color2, string2, ...}. table color1 A table c