gerty tweaks
This commit is contained in:
parent
b8be50a592
commit
60962713f4
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ def get_text_item_dict(text: str, font_size: int, x_pos: int = None, y_pos: int
|
|||
|
||||
# Get font sizes for Gerty mini
|
||||
if(gerty_type.lower() == 'mini gerty'):
|
||||
if font_size <= 12:
|
||||
font_size = 1
|
||||
if font_size <= 15:
|
||||
font_size = 2
|
||||
elif font_size <= 20:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue