[svn r7277] Updated so it works on my machine. Not sure why this needs to be in CVS, but there you go.

This commit is contained in:
dave
2005-11-07 16:02:02 +01:00
parent eb326bb124
commit 5dd695a75b
5 changed files with 158 additions and 137 deletions

View File

@@ -99,8 +99,7 @@ my40Draw = ImageDraw.Draw(my40Image)
my204Image = Image.open("pguidemap_204area.jpg")
my204Draw = ImageDraw.Draw(my204Image)
FONT = "/usr/share/fonts/truetype/msttcorefonts/arial.ttf"
FONT = "/usr/X11R6/lib/X11/fonts/truetype/arial.ttf"
SIZE = 8
myFont = ImageFont.truetype(FONT, SIZE)
myDraw.setfont(myFont)