mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Update Gdi GetFontLanguageInfo.
svn path=/trunk/; revision=37092
This commit is contained in:
@@ -173,21 +173,6 @@ GetMetaFileBitsEx(
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
DWORD
|
||||
STDCALL
|
||||
GetFontLanguageInfo(
|
||||
HDC hDc
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
@@ -904,6 +904,18 @@ GetCharWidthI(HDC hdc,
|
||||
(PVOID) lpBuffer );
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
DWORD
|
||||
STDCALL
|
||||
GetFontLanguageInfo(
|
||||
HDC hDc
|
||||
)
|
||||
{
|
||||
return GetDCDWord(hDc, GdiGetFontLanguageInfo, GCP_ERROR);
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user