- Home /
Change font size by GUIStyle.fontsize on Android platform
Android and Ios can't use dynamic character so i can't use Guistyle.fontsize :(. So have solution to change font size in runtime instead import mmultiple fonts ?. Sory if my english bad :(
Answer by Owen-Reynolds · Nov 16, 2012 at 05:02 AM
iOS can runtime size text by using 3DText objects and changing characterSize.
That's a huge pain. If you want them to "stick to the screen" like regular GUIText, you almost have to set up a GUIcam. Almost easier to just pick 3-4 font sizes and stick with them.
Your answer
Follow this Question
Related Questions
Changing Font Size of GUI Text With Code? 1 Answer
Dynamic Font Size in mobile devices? 0 Answers
How to build a bestfit font size for a group of UI Text 3 Answers
Skydome jumps and text errors. 3 Answers
Font Size changes between PC and Mac 2 Answers