I solved my problem by loading the font file from the program:
Font = pygame.font.Font("freesansbold.ttf",12)
or something, then adding the relevant file to the finished directory.
Ian

Reply via email to