Im trying to do the following:
Given a max dimensions (for example 400x400). Make a text whose size varies to fill the space. For example if the desired text is "A" it will have a high textSize value, but if I put a long sentence its textSize should be reduced in order to fit the size.
Is possible to implement that easily? Thanks