gerty tweaks
This commit is contained in:
parent
60962713f4
commit
7ef61b6d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue