When dealing with a GUIText inside of a widget I can see from the help document that there is the Options section that allows for control of font size. The only issue I have is that the options are for;
- no change
- change based off vertical scaling of the page
- scale to topmost scaling, ie. the page
I am trying to get a GUIText to scale inside of a widget so that I can change the widget dimensions and have the text font scale with it. This way I don't have to build 20+ widgets to cover all the different font sizes that I may or may not need.
As far as I can find the font will scale to the page or not at all and that is about it for options. If there is something I am missing could someone please let me know. Or if they have sorted out a way to get the text font size to change in accordance with the widget size. Below is an example, the top box is the original, and the one below is the widget resized, but the text does not scale with it. I have been getting more and more requests to have different sizing of the same widgets and it would be nice to have one universal widget that I could use and not have to create a new one each time for a new size.