Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d51faa74
Commit
d51faa74
authored
Jul 16, 2006
by
Duane Clark
Committed by
Alexandre Julliard
Jul 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
notepad: Change notepad printing font.
parent
a60ee9c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
main.c
programs/notepad/main.c
+2
-2
No files found.
programs/notepad/main.c
View file @
d51faa74
...
...
@@ -58,11 +58,11 @@ static VOID NOTEPAD_InitFont(void)
LOGFONT
*
lf
=
&
Globals
.
lfFont
;
static
const
WCHAR
systemW
[]
=
{
'S'
,
'y'
,
's'
,
't'
,
'e'
,
'm'
,
0
};
lf
->
lfHeight
=
-
1
0
;
lf
->
lfHeight
=
-
4
0
;
lf
->
lfWidth
=
0
;
lf
->
lfEscapement
=
0
;
lf
->
lfOrientation
=
0
;
lf
->
lfWeight
=
FW_
BOLD
;
lf
->
lfWeight
=
FW_
REGULAR
;
lf
->
lfItalic
=
FALSE
;
lf
->
lfUnderline
=
FALSE
;
lf
->
lfStrikeOut
=
FALSE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment