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

richtext.update(nodes, text, font, settings) ? #15

Closed subsoap closed 6 years ago

subsoap commented 6 years ago

An easy way of rebuilding richtext bodies as elements within are changed?

britzl commented 6 years ago

What kind of changes are we talking about? Changing of word in the text?

How would the update() function actually work?

subsoap commented 6 years ago

Check through existing nodes and update / replace them without needing to rebuild all nodes?

Changes would be for example adding one character at a time to a text body.