Pygame - Only ONE Font found!?

Pete Shinners pete at shinners.org
Mon Aug 2 10:31:08 EDT 2004


Askari wrote:
> print "ListFont :", pygame.font.get_fonts()
> 
> the resultat is:
>     ListFont : ['netropaosdicon']

On Windows, Pygame finds its system fonts in the registry. It looks 
under one of these locations. I'd say load up regedit and see if your 
fonts are in there.

     "SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts"
     "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts"




More information about the Python-list mailing list