pygame.font
To render text, create a font and invoke my_font.render('your text here'). You will get a surface that you can blit like a tile.
The link address is: http://www.pygame.org/docs/ref/font.html#pygame.font
|
|
pygame.fontTo render text, create a font and invoke my_font.render('your text here'). You will get a surface that you can blit like a tile.
The link address is: http://www.pygame.org/docs/ref/font.html#pygame.font |
Groups |