Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Tkfore21 on November 26, 2013, 12:09:05 AM

Title: Fonts look really bad...
Post by: Tkfore21 on November 26, 2013, 12:09:05 AM
When I try adding fonts, they are very uneven.  The same letter and words will be different thicknesses though out a label.  I am using the latest version of NGUI, 3.0.6 f1.  I have noticed this problem for the last few versions.  The scaling is 1x1x1.  If I use the "Dimensions" under the widget, the text gets even worse.
The example below is the same text, including formatting, on both lines.
What is the fix for this?
(https://dl.dropboxusercontent.com/u/2335179/Test_error.png)
Title: Re: Fonts look really bad...
Post by: ArenMook on November 26, 2013, 03:33:47 AM
Is it a bitmap font or a dynamic font? Is the width and height of the label allowing for the text to fit without shrinking? My guess is you have it set to "Shrink to Fit", and the area is smaller than the text needs, causing it to shrink. Change Overflow to Resize Freely to have it auto-set the dimensions.
Title: Re: Fonts look really bad...
Post by: Tkfore21 on November 26, 2013, 11:18:22 AM
It is a dynamic font. And, thanks.  I will try that this evening.