Pfad von der DejaVuSansMono.ttf angepasst auf den Standard-Systempfad

This commit is contained in:
starcalc 2017-08-29 21:12:48 +02:00
parent a1d725dc2b
commit 7d9bf4f7fb
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class Hangman(object):
#font = ImageFont.truetype("/usr/share/fonts/truetype/fonts-japanese-gothic.ttf", FONT_SIZE_word)
#font = ImageFont.truetype("hangman/alterebro-pixel-font.ttf", FONT_SIZE_word)
font = ImageFont.truetype("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf", FONT_SIZE_word)
font = ImageFont.truetype("/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf", FONT_SIZE_word)
if (self._g_gamestate!=3):