| |||||||||||
PyWeek - How to get TextOk, this has really been bugging me for ages, how do you get text in pygame?— john on 2007/04/01 08:22 of |Gunboy Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] September 2007 [entries, ratings] > April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By Mikle on 2007/04/01 08:31:
You can try chaining together keypress events...By john on 2007/04/01 11:55:
I mean, how do you just make writing appear, not user input, but actually making the text.By RB[0] on 2007/04/01 12:24:
you mean like a font?By simono on 2007/04/01 12:31:
like so: http://www.pygame.org/docs/ref/font.html#pygame.font.Font