I'm just starting with NGUI, and working my way through the videos to start. I'm confused about the goal with your packed font approach: you are using each channel in a 32-bit texture for 8-bit information, and unpacking it in a shader. What does this get you over using a quadruple-sized 8-bit texture (Alpha8) and using a simpler shader?