Hi,
I'm currently having some UILabel in my app and it works pretty well thanks to this super good tool for unity

But here is my problem :
I have some label with unified anchor set to fit the screen size, I have also configured font size to be 45 on all of those label.
But the texts I display in the different label don't have the same length.
So i some time have smaller text in some label (that's pretty normal).
But I would like to have the same font size on all my label so it look better !
But I can't find a good way to get the "real" font size of a label, in order to apply it to all the others =/
(I want to get the font size of the label where there is the longer text and apply this font size to the other labels)
I'm certainly missing something but i don't have find anything in the documentation or in the forum
Thanks for your help !
Duke