PyGame Logo
PyGame
Documentation
||  Home  ||  Help Contents  ||
 
|| CD || Channel || Font || Joystick || Rect ||
|| Sound || Surface || pygame || cdrom || display ||
|| event || font || image || joystick || key ||
|| mixer || mouse || music || surfarray || time ||

pygame.font

Contains the font object and the functions used to create them.
get_init - get status of font module initialization
init - initialize the display module
quit - uninitialize the font module

get_init
pygame.font.get_init() -> bool
 
init
pygame.font.init() -> None
 
quit
pygame.font.quit() -> none