Font path fix

This commit is contained in:
Spengreb 2021-01-15 22:05:16 +01:00
parent b204f0919f
commit 4d4e31bb44

View file

@ -31,7 +31,7 @@ def draw_card_face(color, symbol):
def draw_symbol(img, symbol, color, x, y):
with Drawing() as draw:
draw.font = 'wandtests/assets/League_Gothic.otf'
draw.font = 'League_Gothic'
draw.font_size = 100
draw.stroke_color = Color('black')
draw.stroke_width = 3