pull/2284/head
Kaalleen 2023-05-10 17:12:20 +02:00
rodzic 0f78733c4b
commit 3574f0e179
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -185,7 +185,7 @@ class Font(object):
custom_dir = get_custom_font_dir()
if not custom_dir:
return False
return get_custom_font_dir() in self.path
return custom_dir in self.path
def render_text(self, text, destination_group, variant=None, back_and_forth=True, trim_option=0, use_trim_symbols=False):