mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
redirect GetFontUnicodeRanges to win32k.sys
svn path=/trunk/; revision=28709
This commit is contained in:
parent
d365bf2125
commit
ec96e8225c
2 changed files with 12 additions and 24 deletions
|
@ -316,6 +316,17 @@ GetEUDCTimeStampExW@4
|
||||||
GetEnhMetaFileA@4
|
GetEnhMetaFileA@4
|
||||||
GetEnhMetaFileBits@12
|
GetEnhMetaFileBits@12
|
||||||
GetEnhMetaFileDescriptionA@12
|
GetEnhMetaFileDescriptionA@12
|
||||||
|
GetEnhMetaFileDescriptionW@12
|
||||||
|
GetEnhMetaFileHeader@12
|
||||||
|
GetEnhMetaFilePaletteEntries@12
|
||||||
|
GetEnhMetaFilePixelFormat@12
|
||||||
|
GetEnhMetaFileW@4
|
||||||
|
GetFontAssocStatus@4
|
||||||
|
GetFontData@20
|
||||||
|
GetFontLanguageInfo@4
|
||||||
|
GetFontResourceInfoW@16
|
||||||
|
GetFontUnicodeRanges@8=NtGdiGetFontUnicodeRanges@8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ClearBitmapAttributes@8
|
ClearBitmapAttributes@8
|
||||||
|
@ -379,16 +390,6 @@ DdEntry56@8=NtGdiDdWaitForVerticalBlank@8
|
||||||
GdiDrawStream@12
|
GdiDrawStream@12
|
||||||
GetBitmapAttributes@4
|
GetBitmapAttributes@4
|
||||||
GetBrushAttributes@4
|
GetBrushAttributes@4
|
||||||
GetEnhMetaFileDescriptionW@12
|
|
||||||
GetEnhMetaFileHeader@12
|
|
||||||
GetEnhMetaFilePaletteEntries@12
|
|
||||||
GetEnhMetaFilePixelFormat@12
|
|
||||||
GetEnhMetaFileW@4
|
|
||||||
GetFontAssocStatus@4
|
|
||||||
GetFontData@20
|
|
||||||
GetFontLanguageInfo@4
|
|
||||||
GetFontResourceInfoW@16
|
|
||||||
GetFontUnicodeRanges@8
|
|
||||||
GetGlyphIndicesA@20
|
GetGlyphIndicesA@20
|
||||||
GetGlyphIndicesW@20
|
GetGlyphIndicesW@20
|
||||||
GetGlyphOutline=GetGlyphOutlineA@28
|
GetGlyphOutline=GetGlyphOutlineA@28
|
||||||
|
|
|
@ -1663,20 +1663,7 @@ GetCharWidthI(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
DWORD
|
|
||||||
STDCALL
|
|
||||||
GetFontUnicodeRanges(
|
|
||||||
HDC hdc,
|
|
||||||
LPGLYPHSET lpgs
|
|
||||||
)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue