mod user letter
This commit is contained in:
parent
3c4d658099
commit
f54cce446d
|
|
@ -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.8):
|
||||
def get_font_size(image_size, text, font_source, target_percentage=0.6):
|
||||
font_size = 1
|
||||
while True:
|
||||
if isinstance(font_source, bytes):
|
||||
|
|
|
|||
Loading…
Reference in New Issue