Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: huixiong on May 09, 2013, 12:13:45 AM

Title: Dynamic Font display Partial characters
Post by: huixiong on May 09, 2013, 12:13:45 AM
in android 4.0.4 system,when rebuild font texture, some characters lost in texture.
the lastest RequestCharactersIntexture() and rebuild callback function run in the same framecount.
it seem UIFont.characters save the lost characters ,but texture does not render them.
Is 3.6.1 fix the problem? I was not update it yet.
Title: Re: Dynamic Font display Partial characters
Post by: dlewis on May 09, 2013, 12:50:56 AM
I think this was fixed in 2.6.1b/c so try making sure you are on the absolute latest NGUI
Title: Re: Dynamic Font display Partial characters
Post by: huixiong on May 09, 2013, 03:11:51 AM
I update to 2.6.1c, it still exits this problem. :'(
Title: Re: Dynamic Font display Partial characters
Post by: ArenMook on May 09, 2013, 07:24:43 AM
Does Unity support what you're trying to do on Android? Maybe it's a platform limitation? You will have to investigate. The Request for glyphs in the texture happens on line 1085 of UIFont.cs.