Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: dlewis on May 14, 2013, 11:19:21 PM

Title: 128pt dynamic font limit
Post by: dlewis on May 14, 2013, 11:19:21 PM
How come you decided to limit the dynamic font size to 128?
Title: Re: 128pt dynamic font limit
Post by: ArenMook on May 15, 2013, 01:26:38 AM
For sanity's sake, pretty much. 128 size glyphs are pretty massive.
Title: Re: 128pt dynamic font limit
Post by: eucryptic on October 14, 2013, 08:43:18 PM
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?
Title: Re: 128pt dynamic font limit
Post by: dlewis on October 14, 2013, 08:44:35 PM
You can always change it locally. It's a 1 line thing.

Yay source code!
Title: Re: 128pt dynamic font limit
Post by: mishaps on October 14, 2013, 09:30:28 PM
You can always change it locally. It's a 1 line thing.

Yay source code!

cool! where's that line in ngui?
Title: Re: 128pt dynamic font limit
Post by: dlewis on October 14, 2013, 09:33:43 PM
UIFont line 502. It's easy enough to do a search for 128 and see what comes up (That's all I did).
Title: Re: 128pt dynamic font limit
Post by: mishaps on October 14, 2013, 10:41:04 PM
good thinking! thanks for the line num anyways!  8)