Clarify font location in comments.

This commit is contained in:
Tony DiCola
2015-05-15 10:23:03 -07:00
parent 0ae6f5a496
commit 46228668bd
+1 -1
View File
@@ -110,7 +110,7 @@ x += shape_width+padding
# Load default font.
font = ImageFont.load_default()
# Alternatively load a TTF font.
# Alternatively load a TTF font. Make sure the .ttf font file is in the same directory as the python script!
# Some other nice fonts to try: http://www.dafont.com/bitmap.php
#font = ImageFont.truetype('Minecraftia.ttf', 8)