Nic Barker
Nic Barker
@emoon That would definitely be helpful! I want to make a couple of other breaking changes to the measure text function while we're there - passing the string by value...
My apologies, this one slipped through the cracks. I'll take a look at it now 🙂
Your fix looks like totally the right way to do it! I've comitted it here: https://github.com/nicbarker/clay/commit/06167b4f4b5e52a29e17cfc7e61b41aa2e982ba3
> Are the commands nested? Do I need to keep a stack of masks? In the current implementation, yes it is technically possible that these commands will be nested. It's...
Have tested this locally and it looks great to me, thanks for the hard work!
Thanks for opening this one, something like this is obviously needed if we want to make it less painful to build editable text fields. Just a high level Q -...
I also just remembered that text elements having IDs is problematic when interacting with deferred rendering systems - at the moment each of our wrapped lines of text is emitted...
Thanks for opening this one, I will take a look today or tomorrow 🙂
We should also do this for `Clay_String` I think, most users I suspect will have their own string container struct and it would be nice to avoid duplication boilerplate
Thanks, this is likely a bug - I'll take a look!