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
546c5870
Commit
546c5870
authored
May 17, 2013
by
Aric Stewart
Committed by
Alexandre Julliard
May 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: GetGlyphIndices does substitute glyph.
parent
adfa3c0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
freetype.c
dlls/gdi32/freetype.c
+2
-0
font.c
dlls/gdi32/tests/font.c
+1
-1
No files found.
dlls/gdi32/freetype.c
View file @
546c5870
...
...
@@ -5841,6 +5841,8 @@ static DWORD freetype_GetGlyphIndices( PHYSDEV dev, LPCWSTR lpstr, INT count, LP
}
pgi
[
i
]
=
default_char
;
}
else
pgi
[
i
]
=
get_GSUB_vert_glyph
(
physdev
->
font
,
pgi
[
i
]);
}
LeaveCriticalSection
(
&
freetype_cs
);
return
count
;
...
...
dlls/gdi32/tests/font.c
View file @
546c5870
...
...
@@ -4835,7 +4835,7 @@ static void test_vertical_font(void)
"gmBlackBoxX(%u) should be less than gmBlackBoxY(%u) if vertical
\n
"
,
gm
.
gmBlackBoxX
,
gm
.
gmBlackBoxY
);
todo_wine
ok
(
hgi
!=
vgi
,
"same glyph h:%u v:%u
\n
"
,
hgi
,
vgi
);
ok
(
hgi
!=
vgi
,
"same glyph h:%u v:%u
\n
"
,
hgi
,
vgi
);
ret
=
pRemoveFontResourceExA
(
ttf_name
,
FR_PRIVATE
,
0
);
ok
(
ret
,
"RemoveFontResourceEx() error %d
\n
"
,
GetLastError
());
...
...
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