I wrote some code that spits out an image. The code ran on my local machine yields this image:

and on my webhost, it looks like this:

As you can see they are different. The top is much nicer. Both are using the same code, and the same font file (VeraMoBd.ttf), the same version of PIL (1.1.6), and the same Python version (2.6).
I googled around and there doesn't seem to be any kind of global settings relating to how PIL renders fonts... What could be causing different results?
