Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: xiewenqi.cs@gmail.com on May 05, 2013, 08:42:33 PM

Title: UIFont works different with different Graphics Card
Post by: xiewenqi.cs@gmail.com on May 05, 2013, 08:42:33 PM
Hi, I met a problem when testing my game on different computers, most of which are fine, except one with ATI Mobility Radeon HD 3650.

I found that UIFont shows very very blurry with HD3650, see illustration with attachments, in which "GMA X4500.jpg" shows a good working while "HD3650.jpg" shows a bad working.


Please help me with this, thank you!
Title: Re: UIFont works different with different Graphics Card
Post by: ArenMook on May 05, 2013, 08:56:39 PM
Check the maximum texture size supported by your device. Chances are you've exceeded it with your font. Either that, or there is another reason why your font's texture's quality got reduced (such as quality settings).
Title: Re: UIFont works different with different Graphics Card
Post by: xiewenqi.cs@gmail.com on May 06, 2013, 01:07:44 AM
Problem has been solved by disable mip-mapping of the font atlas. Thanks!