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
5e65f955
Commit
5e65f955
authored
Oct 23, 2012
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 23, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdiplus: Test also lf.lfEscapement and lf.lfOrientation returned by GdipGetLogFont.
parent
c5faceab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
font.c
dlls/gdiplus/tests/font.c
+16
-0
No files found.
dlls/gdiplus/tests/font.c
View file @
5e65f955
...
...
@@ -857,6 +857,8 @@ static void test_font_transform(void)
expect
(
Ok
,
status
);
expect
(
-
100
,
lf
.
lfHeight
);
expect
(
0
,
lf
.
lfWidth
);
expect
(
0
,
lf
.
lfEscapement
);
expect
(
0
,
lf
.
lfOrientation
);
status
=
GdipGetFontHeight
(
font
,
graphics
,
&
height
);
expect
(
Ok
,
status
);
expectf
(
120
.
703125
,
height
);
...
...
@@ -905,6 +907,8 @@ todo_wine
todo_wine
expect
(
-
300
,
lf
.
lfHeight
);
expect
(
0
,
lf
.
lfWidth
);
expect
(
0
,
lf
.
lfEscapement
);
expect
(
0
,
lf
.
lfOrientation
);
status
=
GdipGetFontHeight
(
font
,
graphics
,
&
height
);
expect
(
Ok
,
status
);
expectf
(
120
.
703125
,
height
);
...
...
@@ -953,6 +957,10 @@ todo_wine
todo_wine
expect
(
-
300
,
lf
.
lfHeight
);
expect
(
0
,
lf
.
lfWidth
);
todo_wine
expect
(
3151
,
lf
.
lfEscapement
);
todo_wine
expect
(
3151
,
lf
.
lfOrientation
);
status
=
GdipGetFontHeight
(
font
,
graphics
,
&
height
);
expect
(
Ok
,
status
);
expectf
(
120
.
703125
,
height
);
...
...
@@ -1002,6 +1010,10 @@ todo_wine
todo_wine
expect
(
1032
,
lf
.
lfHeight
);
expect
(
0
,
lf
.
lfWidth
);
todo_wine
expect
(
3099
,
lf
.
lfEscapement
);
todo_wine
expect
(
3099
,
lf
.
lfOrientation
);
status
=
GdipGetFontHeight
(
font
,
graphics
,
&
height
);
expect
(
Ok
,
status
);
expectf
(
120
.
703125
,
height
);
...
...
@@ -1051,6 +1063,10 @@ todo_wine
todo_wine
expect
(
1032
,
lf
.
lfHeight
);
expect
(
0
,
lf
.
lfWidth
);
todo_wine
expect
(
3099
,
lf
.
lfEscapement
);
todo_wine
expect
(
3099
,
lf
.
lfOrientation
);
status
=
GdipGetFontHeight
(
font
,
graphics
,
&
height
);
expect
(
Ok
,
status
);
expectf
(
120
.
703125
,
height
);
...
...
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