Clarify what feature is affected by font fallback

Truetype fonts are used for rasterizing ANSI art for Set As Wallpaper.
There are also FIGlet fonts in this app, for magnification.
This commit is contained in:
Isaiah Odhner 2023-07-20 17:45:13 -04:00
parent 5bee7f4819
commit 4d52257497

View File

@ -70,7 +70,7 @@ for font_dir in font_dirs:
if font:
break
if not font:
print("Font not found, falling back to built-in font for rasterization.")
print("Font not found, falling back to built-in font for ANSI art rasterization if Set As Wallpaper feature is used.")
font = ImageFont.load_default()
ch_width: int