add text to posters for MATF location

This commit is contained in:
fram3d 2024-11-01 17:12:35 +01:00
parent 4cbdf84c98
commit 48362210c2
Signed by: fram3d
GPG Key ID: 938920E709EEA32A

View File

@ -60,7 +60,10 @@ def drawPoster(events, bg, fg, month:int):
height = 990 height = 990
draw.text((165, height), "Radionice pocinju u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg) draw.text((165, height), "Pondeljkom i utorkom u 19h u DC Krovu", font=fontIosevkaSmall, fill=fg)
height += 200
draw.text((165, height), "Sredom u 18h na MATF-u", font=fontIosevkaSmall, fill=fg)
height += 200 height += 200
draw.text((165, height), "Svi dogadjaji su uvek besplatni", font=fontIosevkaSmall, fill=fg) draw.text((165, height), "Svi dogadjaji su uvek besplatni", font=fontIosevkaSmall, fill=fg)