The new download from here I just tested installs the font.
http://www.pygame.org/download.shtml

I didn't test the old one... so I'm not so sure if it did.  (it's in
the old directory if anyone wants to test).




On Thu, Feb 28, 2008 at 4:14 PM, Ian Mallett <[EMAIL PROTECTED]> wrote:
> while 1:
>   for event in pygame.event.get():
>   if event.type == QUIT:
>     return
>   screen.blit(background, (0, 0))
>   screen.blit(text, (0, 0))
>   pygame.display.flip()

Reply via email to