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:
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