Font path fix
This commit is contained in:
parent
4d4e31bb44
commit
50b3b50922
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 = 'League_Gothic'
|
||||
draw.font = 'DejaVu-Sans-Mono'
|
||||
draw.font_size = 100
|
||||
draw.stroke_color = Color('black')
|
||||
draw.stroke_width = 3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue