From 46228668bd8ee088bea3634117cd9e0091f3c133 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Fri, 15 May 2015 10:23:03 -0700 Subject: [PATCH] Clarify font location in comments. --- examples/shapes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shapes.py b/examples/shapes.py index 9b1a18c..45ee5ec 100644 --- a/examples/shapes.py +++ b/examples/shapes.py @@ -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)