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
0433883e
Commit
0433883e
authored
Dec 10, 2007
by
Aric Stewart
Committed by
Alexandre Julliard
Dec 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Font tests with Japanese font data. Thanks to Dmitry Timoshkov for the data and tests.
parent
172a88de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
font.c
dlls/gdi32/tests/font.c
+15
-2
No files found.
dlls/gdi32/tests/font.c
View file @
0433883e
...
...
@@ -324,19 +324,32 @@ static void test_bitmap_font_metrics(void)
{
"Courier"
,
FW_NORMAL
,
20
,
16
,
4
,
0
,
0
,
12
,
12
,
CP1252_BIT
|
CP1250_BIT
|
CP1251_BIT
},
{
"System"
,
FW_BOLD
,
16
,
13
,
3
,
3
,
0
,
7
,
14
,
CP1252_BIT
},
{
"System"
,
FW_BOLD
,
16
,
13
,
3
,
3
,
0
,
7
,
15
,
CP1250_BIT
|
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
3
,
2
,
1
,
0
,
0
,
1
,
2
,
CP1252_BIT
},
/*
* TODO: the system for CP932 should be NORMAL, not BOLD. However that would
* require a new system.sfd for that font
*/
{
"System"
,
FW_BOLD
,
18
,
16
,
2
,
0
,
2
,
8
,
16
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
3
,
2
,
1
,
0
,
0
,
1
,
2
,
CP1252_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
3
,
2
,
1
,
0
,
0
,
1
,
8
,
CP1250_BIT
|
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
3
,
2
,
1
,
0
,
0
,
2
,
4
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
5
,
4
,
1
,
1
,
0
,
3
,
4
,
CP1252_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
5
,
4
,
1
,
1
,
0
,
2
,
8
,
CP1250_BIT
|
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
5
,
4
,
1
,
0
,
0
,
3
,
6
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
6
,
5
,
1
,
1
,
0
,
3
,
13
,
CP1252_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
6
,
5
,
1
,
1
,
0
,
3
,
8
,
CP1250_BIT
|
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
6
,
5
,
1
,
0
,
0
,
4
,
8
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
8
,
7
,
1
,
1
,
0
,
4
,
7
,
CP1252_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
8
,
7
,
1
,
1
,
0
,
4
,
8
,
CP1250_BIT
|
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
8
,
7
,
1
,
0
,
0
,
5
,
10
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
10
,
8
,
2
,
2
,
0
,
4
,
8
,
CP1252_BIT
|
CP1250_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
10
,
8
,
2
,
2
,
0
,
5
,
8
,
CP1251_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
10
,
8
,
2
,
0
,
0
,
6
,
12
,
CP932_BIT
},
{
"Small Fonts"
,
FW_NORMAL
,
11
,
9
,
2
,
2
,
0
,
5
,
9
,
CP1252_BIT
|
CP1250_BIT
|
CP1251_BIT
},
/* No proper small font for Japanese yet */
/* { "Small Fonts", FW_NORMAL, 11, 9, 2, 0, 0, 7, 14, CP932_BIT }, */
{
"Fixedsys"
,
FW_NORMAL
,
15
,
12
,
3
,
3
,
0
,
8
,
8
,
CP1252_BIT
|
CP1250_BIT
},
{
"Fixedsys"
,
FW_NORMAL
,
16
,
12
,
4
,
3
,
0
,
8
,
8
,
CP1251_BIT
}
{
"Fixedsys"
,
FW_NORMAL
,
16
,
12
,
4
,
3
,
0
,
8
,
8
,
CP1251_BIT
},
{
"FixedSys"
,
FW_NORMAL
,
18
,
16
,
2
,
0
,
0
,
8
,
16
,
CP932_BIT
}
/* FIXME: add "Terminal" */
};
...
...
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