mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 11:20:18 +00:00
[NOTEPAD] Add STRING_DEFAULTFONT for default font
CORE-11700
This commit is contained in:
parent
98e8827a59
commit
cef42ec443
41 changed files with 42 additions and 1 deletions
|
@ -186,7 +186,8 @@ void NOTEPAD_LoadSettingsFromRegistry(void)
|
|||
Globals.lfFont.lfCharSet = ANSI_CHARSET;
|
||||
Globals.lfFont.lfClipPrecision = CLIP_STROKE_PRECIS;
|
||||
Globals.lfFont.lfEscapement = 0;
|
||||
_tcscpy(Globals.lfFont.lfFaceName, _T("Lucida Console"));
|
||||
LoadString(Globals.hInstance, STRING_DEFAULTFONT, Globals.lfFont.lfFaceName,
|
||||
ARRAY_SIZE(Globals.lfFont.lfFaceName));
|
||||
Globals.lfFont.lfItalic = FALSE;
|
||||
Globals.lfFont.lfOrientation = 0;
|
||||
Globals.lfFont.lfOutPrecision = OUT_STRING_PRECIS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue