mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:13:01 +00:00
Move NtGdiGetCharWidthW into text.
svn path=/trunk/; revision=30236
This commit is contained in:
parent
b2b76c26a3
commit
a221ab29d5
2 changed files with 17 additions and 17 deletions
|
@ -2268,6 +2268,23 @@ NtGdiGetCharABCWidthsW(
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
BOOL
|
||||||
|
STDCALL
|
||||||
|
NtGdiGetCharWidthW(
|
||||||
|
IN HDC hdc,
|
||||||
|
IN UINT wcFirst,
|
||||||
|
IN UINT cwc,
|
||||||
|
IN OPTIONAL PWCHAR pwc,
|
||||||
|
IN FLONG fl,
|
||||||
|
OUT PVOID pvBuf)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED;
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtGdiGetCharWidth32(HDC hDC,
|
NtGdiGetCharWidth32(HDC hDC,
|
||||||
|
|
|
@ -2497,23 +2497,6 @@ NtGdiGetCharacterPlacementW(
|
||||||
*/
|
*/
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtGdiGetCharWidthW(
|
|
||||||
IN HDC hdc,
|
|
||||||
IN UINT wcFirst,
|
|
||||||
IN UINT cwc,
|
|
||||||
IN OPTIONAL PWCHAR pwc,
|
|
||||||
IN FLONG fl,
|
|
||||||
OUT PVOID pvBuf)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
BOOL
|
|
||||||
STDCALL
|
|
||||||
NtGdiGetCharWidthInfo(
|
NtGdiGetCharWidthInfo(
|
||||||
IN HDC hdc,
|
IN HDC hdc,
|
||||||
OUT PCHWIDTHINFO pChWidthInfo)
|
OUT PCHWIDTHINFO pChWidthInfo)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue