mod letter

This commit is contained in:
l.gabrysiak 2025-03-02 17:59:00 +01:00
parent f54cce446d
commit cab8e9faa2
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class UsersTable:
draw = ImageDraw.Draw(image)
text_color = (255, 255, 255)
def get_font_size(image_size, text, font_source, target_percentage=0.6):
def get_font_size(image_size, text, font_source, target_percentage=0.5):
font_size = 1
while True:
if isinstance(font_source, bytes):