Commit d51faa74 authored by Duane Clark's avatar Duane Clark Committed by Alexandre Julliard

notepad: Change notepad printing font.

parent a60ee9c4
...@@ -58,11 +58,11 @@ static VOID NOTEPAD_InitFont(void) ...@@ -58,11 +58,11 @@ static VOID NOTEPAD_InitFont(void)
LOGFONT *lf = &Globals.lfFont; LOGFONT *lf = &Globals.lfFont;
static const WCHAR systemW[] = { 'S','y','s','t','e','m',0 }; static const WCHAR systemW[] = { 'S','y','s','t','e','m',0 };
lf->lfHeight = -10; lf->lfHeight = -40;
lf->lfWidth = 0; lf->lfWidth = 0;
lf->lfEscapement = 0; lf->lfEscapement = 0;
lf->lfOrientation = 0; lf->lfOrientation = 0;
lf->lfWeight = FW_BOLD; lf->lfWeight = FW_REGULAR;
lf->lfItalic = FALSE; lf->lfItalic = FALSE;
lf->lfUnderline = FALSE; lf->lfUnderline = FALSE;
lf->lfStrikeOut = FALSE; lf->lfStrikeOut = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment