Hey there,
I'm starting to get a grasp on this new NGUI 3.5.5 thing, and it's really nice!

Using custom anchoring, I've manage to scale my sprites according to screen width
(e.g., make a sprite take always 30% of the screen width).
How can I do the same with labels and fonts?
I want my fonts to look the same on all screen sizes, relatively to screen width.
For example, if screen width is 480 - font size will be 40, if screen width is 720, font size will be 60.
I've tried to explicitly change the fontSize property in code, but it doesn't seem to work -
I get all kinds of weird proportions of the font which I cannot explain.
(tried it in all overflow modes: shrink/clamp/resize-freely/resize-height - it doesn't work.)
Any ideas?
TNX