+fix: using by error 'Segoe UI'' as default for pure 'Text File' scheme

This commit is contained in:
Pairi Daiza 2022-04-30 12:17:00 +02:00
parent fa4a56ad73
commit 58a91162c3
No known key found for this signature in database
GPG Key ID: AC2515EF755AF96F

View File

@ -2852,6 +2852,8 @@ static inline unsigned GetDefaultTextFont(LPWSTR pwchFontName, int cchFont)
L"Cascadia Mono",
L"Roboto Mono",
L"DejaVu Sans Mono",
L"Consolas",
L"Lucida Console"
};
unsigned const countof = COUNTOF(FontNamePrioList);