Hi, first of all, Thank you for making NGUI. It's nice!
Now I'm trying to make a draggable window which contains an item with a label.
When label's font was on the same atlas with the draggable window background, it worked fine.
But my asian font size is quite big ( 2048 * 2048 ). I tried to put the font out of the atlas. It stayed independently.
Then, two problem happened.
1. Labels are not clipped well by draggable Window
2. Labels go behind the other images.
How can I solve this problem?