For some reason, in the module I made (HintService), the TextBounds.X value in the created TextLabel is returning the correct info, though the size of the label itself is not changing accordingly to it with random fonts. Here is an example of the issue:
I don’t get it? For me UIPadding works as expected and it’s functionally equivalent to just doing it manually
I guess it depends on the method; I use UIPadding on the TextLabel, and then put that TextLabel inside a Frame which is what gets resized to fit the text
Well before, I added extra padding of 23 on the size. But for some reason on the padding it seems to be larger than before. But thank you! This worked and I found a good padding amount!
Just another question though, is there a way to get the size of the AutomaticSize? The size does not change in properties so I am unsure if you can do this.