Increase font boldness

This commit is contained in:
spengreb 2021-02-06 15:17:58 +01:00
parent 8c49c3f870
commit ed538fae27

View file

@ -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'