No good way to dynamically change font size
jseidman95 opened this issue · 1 comments
jseidman95 commented
Once you create the StyledTextRenderer, you would need to create an entirely new object to change one small attribute like font size. This is an expensive process
rnystrom commented
@jseidman95 how is it an expensive process? I’d much prefer calling a builder to recreate an immutable data structure than allow things to be mutated.
Sent with GitHawk