font = pygame.font.SysFont(None, 24) img = font.render('hello', True, BLUE) screen.blit(img, (20, 20))