The font module allows for rendering TrueType fonts into a new
Surface object. This module is optional and requires SDL_ttf as a
dependency. You may want to check for pygame.font to import and
initialize before attempting to use the module.
Most of the work done with fonts are done by using the actual
Font objects. The module by itself only has routines to
initialize the module and create Font objects with
pygame.font.Font().