gerty tweaks

This commit is contained in:
Black Coffee 2022-11-17 17:43:52 +00:00
parent 60962713f4
commit 7ef61b6d3c

View file

@ -30,7 +30,7 @@ def get_text_item_dict(text: str, font_size: int, x_pos: int = None, y_pos: int
if font_size <= 12: if font_size <= 12:
font_size = 1 font_size = 1
if font_size <= 15: if font_size <= 15:
font_size = 2 font_size = 1
elif font_size <= 20: elif font_size <= 20:
font_size = 2 font_size = 2
elif font_size <= 40: elif font_size <= 40: