Re: how to create a multicolor "font-string" in pygame??
> 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??
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