gerty tweaks
This commit is contained in:
parent
1d7109ddf9
commit
4a6f7050cd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ def get_text_item_dict(text: str, font_size: int, x_pos: int = None, y_pos: int
|
||||||
# Get font sizes for Gerty mini
|
# Get font sizes for Gerty mini
|
||||||
if(gerty_type.lower() == 'mini gerty'):
|
if(gerty_type.lower() == 'mini gerty'):
|
||||||
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:
|
||||||
font_size = 4
|
font_size = 3
|
||||||
else:
|
else:
|
||||||
font_size = 5
|
font_size = 5
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue