britzl / defold-richtext

Defold-RichText is a system to create styled text based on an HTML inspired markup language
MIT License
75 stars 12 forks source link

Update richtext.lua to add richtext.remove() #65

Closed 8bitskull closed 4 years ago

8bitskull commented 4 years ago

Added function richtext.remove(). It's trivial to loop over the words table and do it yourself, but it looks a bit cluttered when you are attempting to delete multiple rich text tables.