Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tho.mas

Pages: [1]
1
NGUI 3 Support / Re: UILabel Crisp-Settings on Mobile Devices
« on: December 13, 2013, 09:25:39 AM »
Oh, I forgot to say: We use a Dynamic Font!

2
Hey!

This is a screenshot from an iPad 4 with different settings for UILabels using a dynamic font:



The UIRoot is set to "FixedSizeOnMobile", so the labels are scaled. As you can see, only the setting with Overflow set to "ShrinkContent" and Keep Crisp set to "Allways" results in crisp letters.
But what if "ShrinkContent" is not the way you want the labels with overflow to be handled ? This is especially the case on Apps with different languages.

If I set the "usePrintedSize" of the UILabel-Script to allways be true (like it would be if Overflow is set to "ShrinkContent" and Keep Crisp is set to "Allways") all of the labels are crisp.

In the Comment to the Crispness you say:
Quote
Whether the label will keep its content crisp even when shrunk. You may want to turn this off on mobile devices.

So is there any problem with setting the Crispness to "Allways" with every Overflow-Settings especially on mobile devices?

Thank you for your help and for your great product!

Tho.mas


Pages: [1]