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
feaf5547
Commit
feaf5547
authored
Feb 19, 2014
by
Akihiro Sagawa
Committed by
Alexandre Julliard
Feb 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32/tests: Mark Win2k result as broken.
parent
800edfb8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
font.c
dlls/gdi32/tests/font.c
+2
-1
No files found.
dlls/gdi32/tests/font.c
View file @
feaf5547
...
@@ -5299,7 +5299,8 @@ static void check_vertical_metrics(const char *face)
...
@@ -5299,7 +5299,8 @@ static void check_vertical_metrics(const char *face)
vgm
.
gmptGlyphOrigin
.
x
,
rgm
.
gmptGlyphOrigin
.
x
,
vgm
.
gmCellIncX
,
otm
.
otmDescent
);
vgm
.
gmptGlyphOrigin
.
x
,
rgm
.
gmptGlyphOrigin
.
x
,
vgm
.
gmCellIncX
,
otm
.
otmDescent
);
}
}
ok
(
vgm
.
gmptGlyphOrigin
.
y
==
abc
.
abcA
+
abc
.
abcB
+
otm
.
otmDescent
,
ok
(
vgm
.
gmptGlyphOrigin
.
y
==
abc
.
abcA
+
abc
.
abcB
+
otm
.
otmDescent
||
broken
(
vgm
.
gmptGlyphOrigin
.
y
==
abc
.
abcA
+
abc
.
abcB
-
otm
.
otmTextMetrics
.
tmDescent
)
/* win2k */
,
"got %d, expected abcA(%d) + abcB(%u) + descent(%d)
\n
"
,
"got %d, expected abcA(%d) + abcB(%u) + descent(%d)
\n
"
,
(
INT
)
vgm
.
gmptGlyphOrigin
.
y
,
abc
.
abcA
,
abc
.
abcB
,
otm
.
otmDescent
);
(
INT
)
vgm
.
gmptGlyphOrigin
.
y
,
abc
.
abcA
,
abc
.
abcB
,
otm
.
otmDescent
);
...
...
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