I've just started to transfer a number of dynamic font labels to NGUI ones, but I'm having trouble getting them to appear the same.
I have a number of prefabs with UIlabels on them that are created at runtime.
Dynamic font is set to size 80, Center, ShrinkContent, spacing -2, 6 and works as expected.
The NGUI version of the same font has the same settings, but doesn't shrink the content, is centered horizontally, but positioned at the very bottom of the label.
If I set the settings manually after the prefabs have been created the font starts to behave correctly.
This is my first time creating and working with NGUI fonts, so I've probably missed something simple. Any ideas?