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
e0216879
Commit
e0216879
authored
Jun 24, 2008
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Jun 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Indent a block of code using 4 spaces instead of 5.
parent
b2fa21e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
freetype.c
dlls/gdi32/freetype.c
+7
-8
No files found.
dlls/gdi32/freetype.c
View file @
e0216879
...
...
@@ -3300,14 +3300,13 @@ GdiFont *WineEngCreateFontInstance(DC *dc, HFONT hfont)
ret
=
alloc_font
();
memcpy
(
&
ret
->
font_desc
.
matrix
,
&
dc
->
xformWorld2Vport
,
sizeof
(
FMAT2
));
ret
->
font_desc
.
lf
=
lf
;
ret
->
font_desc
.
can_use_bitmap
=
can_use_bitmap
;
calc_hash
(
&
ret
->
font_desc
);
hflist
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
*
hflist
));
hflist
->
hfont
=
hfont
;
list_add_head
(
&
ret
->
hfontlist
,
&
hflist
->
entry
);
memcpy
(
&
ret
->
font_desc
.
matrix
,
&
dc
->
xformWorld2Vport
,
sizeof
(
FMAT2
));
ret
->
font_desc
.
lf
=
lf
;
ret
->
font_desc
.
can_use_bitmap
=
can_use_bitmap
;
calc_hash
(
&
ret
->
font_desc
);
hflist
=
HeapAlloc
(
GetProcessHeap
(),
0
,
sizeof
(
*
hflist
));
hflist
->
hfont
=
hfont
;
list_add_head
(
&
ret
->
hfontlist
,
&
hflist
->
entry
);
/* If lfFaceName is "Symbol" then Windows fixes up lfCharSet to
SYMBOL_CHARSET so that Symbol gets picked irrespective of the
...
...
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