mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 12:22:23 +03:00
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:
parent
5bee7f4819
commit
4d52257497
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user