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

[pygame] Ugly font rendering?



Hello,

For some odd reason the fonts in Pygame seem rather ugly. I have tried
different fonts with and without antialiasing but still they have
little pixel issues when rendered in small size while the fonts in
Photoshop/The GIMP/whatever are always sharp and good-looking.

Picture: http://img707.imageshack.us/img707/3601/fontsarebleedingmyeye.png
Code used:

self.font = pygame.font.SysFont("tahoma",10)
self.window.blit(self.font.render(self.title, 0, (255,255,255)),(5,3))

What I am doing wrong?

P.S. I'm not really used to mailing lists.