Merge pull request #4060 from hpwamr/mui

+fix: using by error 'Segoe UI'' as default for pure 'Text File' scheme
This commit is contained in:
Pairi Daiza 2022-04-30 12:52:43 +02:00 committed by GitHub
commit 8ef401b9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);