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
044a6f81
Commit
044a6f81
authored
Feb 21, 2006
by
Jeff Latimer
Committed by
Alexandre Julliard
Feb 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
usp10: Add stub for ScriptTextOut.
parent
a05e712c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
usp10.c
dlls/usp10/usp10.c
+16
-0
usp10.spec
dlls/usp10/usp10.spec
+1
-1
No files found.
dlls/usp10/usp10.c
View file @
044a6f81
...
...
@@ -439,3 +439,19 @@ HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars
FIXME
(
"(%p,%p,%s,%d,0x%lx,%p): stub
\n
"
,
hdc
,
psc
,
debugstr_w
(
pwcInChars
),
cChars
,
dwFlags
,
pwOutGlyphs
);
return
E_NOTIMPL
;
}
/***********************************************************************
* ScriptTextOut (USP10.@)
*
*/
HRESULT
WINAPI
ScriptTextOut
(
const
HDC
hdc
,
SCRIPT_CACHE
*
psc
,
int
x
,
int
y
,
UINT
fuOptions
,
const
RECT
*
lprc
,
const
SCRIPT_ANALYSIS
*
psa
,
const
WCHAR
*
pwcReserved
,
int
iReserved
,
const
WORD
*
pwGlyphs
,
int
cGlyphs
,
const
int
*
piAdvance
,
const
int
*
piJustify
,
const
GOFFSET
*
pGoffset
)
{
FIXME
(
"(%p, %p, %d, %d, %04x, %p, %p, %p, %d, %p, %d, %p, %p, %p): stub
\n
"
,
hdc
,
psc
,
x
,
y
,
fuOptions
,
lprc
,
psa
,
pwcReserved
,
iReserved
,
pwGlyphs
,
cGlyphs
,
piAdvance
,
piJustify
,
pGoffset
);
return
E_NOTIMPL
;
}
dlls/usp10/usp10.spec
View file @
044a6f81
...
...
@@ -28,7 +28,7 @@
@ stub ScriptString_pLogAttr
@ stub ScriptString_pSize
@ stub ScriptString_pcOutChars
@ st
ub ScriptTextOut
@ st
dcall ScriptTextOut(ptr ptr long long long ptr ptr ptr long ptr long ptr ptr ptr)
@ stub ScriptXtoCP
@ stub UspAllocCache
@ stub UspAllocTemp
...
...
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