Font path fix
This commit is contained in:
parent
b204f0919f
commit
4d4e31bb44
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue