Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e64cd493
Commit
e64cd493
authored
Oct 23, 2018
by
André Hentschel
Committed by
Alexandre Julliard
Oct 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Spelling fixes in a comment.
Signed-off-by:
André Hentschel
<
nerv@dawncrow.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
79a6dd21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
font.c
dlls/gdi32/font.c
+3
-3
No files found.
dlls/gdi32/font.c
View file @
e64cd493
...
...
@@ -753,9 +753,9 @@ static struct font_gamma_ramp *get_font_gamma_ramp( void )
gamma
=
min
(
max
(
gamma
,
1000
),
2200
);
}
/* Calibrati
on
the difference between the registry value and the Wine gamma value.
This
shows a roughly similar looks to the
Windows Native with the same registry value.
MS GDI seems to be rasterizing the outline at
the
different rate than FreeType. */
/* Calibrati
ng
the difference between the registry value and the Wine gamma value.
This
looks roughly similar to
Windows Native with the same registry value.
MS GDI seems to be rasterizing the outline at
a
different rate than FreeType. */
gamma
=
1000
*
gamma
/
1400
;
for
(
i
=
0
;
i
<
256
;
i
++
)
...
...
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