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
83846cd1
Commit
83846cd1
authored
Jan 21, 2013
by
Stefan Leichter
Committed by
Alexandre Julliard
Jan 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32: Add stub for GetFontResourceInfoW.
parent
77337d75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
font.c
dlls/gdi32/font.c
+9
-0
gdi32.spec
dlls/gdi32/gdi32.spec
+1
-1
No files found.
dlls/gdi32/font.c
View file @
83846cd1
...
...
@@ -3602,6 +3602,15 @@ BOOL WINAPI RemoveFontResourceExW( LPCWSTR str, DWORD fl, PVOID pdv )
}
/***********************************************************************
* GetFontResourceInfoW (GDI32.@)
*/
BOOL
WINAPI
GetFontResourceInfoW
(
LPCWSTR
str
,
LPDWORD
size
,
PVOID
buffer
,
DWORD
type
)
{
FIXME
(
"%s %p(%d) %p %d
\n
"
,
debugstr_w
(
str
),
size
,
size
?
*
size
:
0
,
buffer
,
type
);
return
FALSE
;
}
/***********************************************************************
* GetTextCharset (GDI32.@)
*/
UINT
WINAPI
GetTextCharset
(
HDC
hdc
)
...
...
dlls/gdi32/gdi32.spec
View file @
83846cd1
...
...
@@ -279,7 +279,7 @@
@ stdcall GetFontData(long long long ptr long)
@ stdcall GetFontLanguageInfo(long)
@ stub GetFontResourceInfo
@ st
ub GetFontResourceInfoW
@ st
dcall GetFontResourceInfoW(wstr ptr ptr long)
@ stdcall GetFontUnicodeRanges(ptr ptr)
@ stdcall GetGlyphIndicesA(long ptr long ptr long)
@ stdcall GetGlyphIndicesW(long ptr long ptr long)
...
...
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