Not really a NGUI question but maybe somebody knows. I am making some effects for splash and intro screens which will have some nice effects with text. In order to do what I have imagined I need font data in this form (or similiar), for example letter "I", this was easiest to pressent
000011110000
000001100000
000001100000
000001100000
000001100000
000001100000
000001100000
000011110000
I could then do all kind of effects on 12x8 sprite map, color,animation etc...anybody have ideas how to get font data in this form?
Thanks!