Allow customizing font fallback

Have a suggestion for "Everything"? Please post it here.
eugenesv
Posts: 58
Joined: Fri Mar 04, 2016 7:03 pm

Allow customizing font fallback

Post by eugenesv »

I've added a symbol missing from the Segoe UI font to the title, and it's displayed as a box. There is a font on my system that has that symbol, and if I set it in Everything config, the symbols is displayed, but I don't want to change the font (also, the titlebar has no option to change fonts)

I've tried to use both solutions found online to change font fallback (well, alternatives, as far as I understood, you can't control font fallback directly on Windows) by changing with reference to the font file, but it didn't work

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes

Is it possible to instead use app APIs to add that manual control for font substitution since the OS is so bad at this?
Thanks!

Using Version 1.5.0.1400a (x64) on Win11 24h2 x64
void
Developer
Posts: 19899
Joined: Fri Oct 16, 2009 11:31 pm

Re: Allow customizing font fallback

Post by void »

This is beyond the scope of Everything.
I don't want Everything to manage font fallback.
This should be done by the OS.

Thanks for the suggestion.
eugenesv
Posts: 58
Joined: Fri Mar 04, 2016 7:03 pm

Re: Allow customizing font fallback

Post by eugenesv »

Well, yes,OS should do that, but do you maybe know how to do that in Windows 11? Besides the two registry places, I've only found API descriptions for apps to use, but you don't want to use those