gdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges.

This commit is contained in:
Louis. Lenders 2006-05-07 00:33:32 +01:00 committed by Alexandre Julliard
parent 1ca6fc12a8
commit ad2b0a0fd7
2 changed files with 20 additions and 2 deletions

View File

@ -3068,3 +3068,21 @@ BOOL WINAPI EnableEUDC(BOOL fEnableEUDC)
FIXME("(%d): stub\n", fEnableEUDC);
return FALSE;
}
/***********************************************************************
* GetCharWidthI (GDI32.@)
*/
BOOL WINAPI GetCharWidthI(HDC hdc, UINT giFirst, UINT cgi, LPWORD pgi, LPINT lpBuffer)
{
FIXME("(%p, %d, %d, %p, %p): stub\n", hdc, giFirst, cgi, pgi, lpBuffer);
return FALSE;
}
/***********************************************************************
* GetFontUnicodeRanges (GDI32.@)
*/
DWORD WINAPI GetFontUnicodeRanges(HDC hdc, LPGLYPHSET lpgs)
{
FIXME("(%p, %p): stub\n", hdc, lpgs);
return 0;
}

View File

@ -244,7 +244,7 @@
@ stdcall GetCharWidthA(long long long long) GetCharWidth32A
@ stdcall GetCharWidthFloatA(long long long ptr)
@ stdcall GetCharWidthFloatW(long long long ptr)
# @ stub GetCharWidthI
@ stdcall GetCharWidthI(ptr long long ptr ptr)
# @ stub GetCharWidthInfo
@ stdcall GetCharWidthW(long long long long) GetCharWidth32W
@ stub GetCharWidthWOW
@ -279,7 +279,7 @@
@ stdcall GetFontLanguageInfo(long)
@ stub GetFontResourceInfo
@ stub GetFontResourceInfoW
# @ stub GetFontUnicodeRanges
@ stdcall GetFontUnicodeRanges(ptr ptr)
@ stdcall GetGlyphIndicesA(long ptr long ptr long)
@ stdcall GetGlyphIndicesW(long ptr long ptr long)
@ stub GetGlyphOutline