Re: how to create a multicolor "font-string" in pygame??

2006-11-14 Thread Iacopo . Marmo
> Of course you can just create an equally dimensioned image for each > character and each color (cached or not, however you like it), and just > blit these one after another, offsetting them with the character width. > > Diez thanks. -- http://mail.python.org/mailman/listinfo/python-list

how to create a multicolor "font-string" in pygame??

2006-11-09 Thread Iacopo . Marmo
Hi! I need to manipulate multicolor strings, i.e. strings with a color associated with each letter. Any suggestions? -- http://mail.python.org/mailman/listinfo/python-list