Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: dlewis on May 14, 2013, 11:19:21 PM
-
How come you decided to limit the dynamic font size to 128?
-
For sanity's sake, pretty much. 128 size glyphs are pretty massive.
-
This is a huge showstopping bug for us.
We're using fonts on a 3d camera, and 128px really isn't big enough.
I'm trying to create a font around 160px.
It's for a large display with few characters.
Could you remove this limitation please?
-
You can always change it locally. It's a 1 line thing.
Yay source code!
-
You can always change it locally. It's a 1 line thing.
Yay source code!
cool! where's that line in ngui?
-
UIFont line 502. It's easy enough to do a search for 128 and see what comes up (That's all I did).
-
good thinking! thanks for the line num anyways! 8)