We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b149bf + bde3840 commit 4bb1de2Copy full SHA for 4bb1de2
examples/all-in-one-no-pm.py
@@ -54,7 +54,7 @@
54
draw = ImageDraw.Draw(img)
55
path = os.path.dirname(os.path.realpath(__file__))
56
font_size = 20
57
-font = ImageFont.truetype(UserFont, FontSize)
+font = ImageFont.truetype(UserFont, font_size)
58
59
message = ""
60
0 commit comments