implement stub for NtGdiGetFontUnicodeRanges

svn path=/trunk/; revision=28708
This commit is contained in:
Magnus Olsen
2007-08-31 15:08:37 +00:00
parent 5ea25d9303
commit d365bf2125
2 changed files with 11 additions and 3 deletions
+10 -2
View File
@@ -2860,8 +2860,16 @@ NtGdiHT_Get8BPPFormatPalette(
ULONG
STDCALL
NtGdiQueryFontAssocInfo(
IN HDC hdc
)
IN HDC hdc)
{
UNIMPLEMENTED;
return 0;
}
DWORD
NtGdiGetFontUnicodeRanges(
IN HDC hdc,
OUT OPTIONAL LPGLYPHSET pgs)
{
UNIMPLEMENTED;
return 0;
+1 -1
View File
@@ -221,7 +221,7 @@ NtGdiGetUFI 6
# NtGdiGetEmbedFonts 0
# NtGdiChangeGhostFont 2
# NtGdiAddEmbFontToDC 2
# NtGdiGetFontUnicodeRanges 2
NtGdiGetFontUnicodeRanges 2
# NtGdiGetWidthTable 7
NtGdiGradientFill 6
NtGdiHfontCreate 5