Author Topic: Fonts look really bad...  (Read 2114 times)

Tkfore21

  • Guest
Fonts look really bad...
« 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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Fonts look really bad...
« Reply #1 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.

Tkfore21

  • Guest
Re: Fonts look really bad...
« Reply #2 on: November 26, 2013, 11:18:22 AM »
It is a dynamic font. And, thanks.  I will try that this evening.