goo.text.luadoc 268 B

123456789101112
  1. --[[ Draw text.
  2. <br/>TODO: add support for leading, kerning, word spacing and perhaps even gradients.
  3. ]]
  4. module 'goo.text'
  5. --[[ Sets the text. ]]
  6. function goo.text:setText( text )
  7. --[[ Gets the text.
  8. @return string: the text.
  9. ]]
  10. function goo.text:getText( text )