what does antialiasing do exactly...

--- On Wed, 3/25/09, Frozenball <[email protected]> wrote:

From: Frozenball <[email protected]>
Subject: Re: [pygame] Font
To: [email protected]
Date: Wednesday, March 25, 2009, 8:23 AM

And make sure to cache it.

On Wed, Mar 25, 2009 at 4:08 AM, Ian Mallett <[email protected]> wrote:
> Read the docs.
>
> Simple example:
>
> antialias = True
> color = (255,0,0)
> Font = pygame.font.SysFont("Times New Roman",12)
> RenderedFontSurface = Font.render("blah",antialias,color)
>
> Ian
>



      

Reply via email to