mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user