def loadfont(size): global font font = pygame.freetype.Font('font/De Valencia (beta).otf', size) # Utility functions