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

Handle nested tags #45

Closed britzl closed 5 years ago

rgrams commented 5 years ago

So basically, instead of storing the exact state changes for each tag that is active, you just keep a list of the open tags and reapply them every iteration?

Yeah, it's definitely more compact than my attempt, and seems to work just as well! It's all good by my account!