mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
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:
commit
8ef401b9e1
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user