usp10: Added stub for ScriptGetCMap.

This commit is contained in:
Louis Lenders 2006-02-14 17:38:47 +01:00 committed by Alexandre Julliard
parent 29ff53c119
commit 9acfd6beb6
2 changed files with 12 additions and 1 deletions

View File

@ -212,3 +212,14 @@ HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs,
return E_NOTIMPL;
}
/***********************************************************************
* ScriptGetCMap (USP10.@)
*
*/
HRESULT WINAPI ScriptGetCMap(HDC hdc, SCRIPT_CACHE *psc, const WCHAR *pwcInChars,
int cChars, DWORD dwFlags, WORD *pwOutGlyphs)
{
FIXME("(%p,%p,%s,%d,0x%lx,%p): stub\n", hdc, psc, debugstr_w(pwcInChars), cChars, dwFlags, pwOutGlyphs);
return E_NOTIMPL;
}

View File

@ -5,7 +5,7 @@
@ stub ScriptCPtoX
@ stub ScriptCacheGetHeight
@ stdcall ScriptFreeCache(ptr)
@ stub ScriptGetCMap
@ stdcall ScriptGetCMap(ptr ptr ptr long long ptr)
@ stdcall ScriptGetFontProperties(long ptr ptr)
@ stub ScriptGetGlyphABCWidth
@ stub ScriptGetLogicalWidths