forked from Decentrala/website
add text to posters for MATF location
This commit is contained in:
parent
4cbdf84c98
commit
48362210c2
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user