I have a RichTextLabel in a tree of Controls/Containers. The other elements are set to cover the area available for them. The font size for the RichTextLabel is constant, and this results in very small text by default.
How can I scale the font size proportionally to the actual scren size / editor size?
I tried setting the scale property on the RichTextLabel, but that scales the bounding box of the RichTextLabel, and results in the text flowing over the viewport.