is there a way to easily change the size of a text node without changing the font’s text size?
i know that changing the scale of the node will change the size, however that comes with a few problems, that being that the actual size versus the listed size is not the same.
it also makes using a function like gui.get_text_metrics_from_node very hard to use, as it also uses the unscaled text size.
this makes creating UI layouts that depend on the size of text hard (example, a text button that scales its text if it’s too large, perhaps due to localization differences)
is there something i am missing, or is it more or less a necessary evil?