[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] font.get_fonts() returns empty list



Hi,

on Mac OS X 10.3.4, I'm trying to use the system fonts, but I get an empty list:


>>> import pygame
>>> f = pygame.font.get_fonts()
>>> f
[None]

Anyone knows what I'm doing wrong, or is it an OS X bug?

Thanks, Arthur.