Increase font boldness
This commit is contained in:
parent
8c49c3f870
commit
ed538fae27
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
|
@ -33,6 +33,7 @@ def draw_symbol(img, symbol, color, x, y):
|
|||
with Drawing() as draw:
|
||||
draw.font = 'DejaVu-Sans-Mono'
|
||||
draw.font_size = 100
|
||||
draw.font_weight = 900
|
||||
draw.stroke_color = Color('black')
|
||||
draw.stroke_width = 3
|
||||
draw.text_alignment = 'center'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue