Text Size

lgoebels

Member
Licensed User
Longtime User
Good Evening,
is it possible to handle text sizes for Buttons,Layer and ListView automatically?
My design looks awesome on every phone I had tested, the only thing is that some Texts are to large on some phones, how can I handle this?
I have read all design / style postes but i dont find any solution for this Problem.

I use scripts for my layout so it was possible to use one default layout for all phones expected the font sizes...

hopefully you understand what i mean.

Lars
 

klaus

Expert
Licensed User
Longtime User
Do you use AutoScale in the Designer Scripts?
The Button text should be sized.
ListView texts are not sized with AutoScale.
What do you mean with Layer ?

You could use the AutoScale module, which can scale in two different modes.
You could also have a look at the Designer Scripts & AutoScale Tutorial.

Best regards.
 
Upvote 0
Top