I'll try to explain better, sorry if the question is pretty silly, I am a beginner.
I have to compile a grid with some letters-tiles with a sprite font.
I have an array 12x12, I'd like to duplicate the spritefont object and assign to it different letters with settext.
I'll have a1, a2, a3 ... and so on, can I assign settext to UID ? Have I to create new spritefont object for each tile?
Thanks a lot for your help.