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

View file

@ -2860,8 +2860,16 @@ NtGdiHT_Get8BPPFormatPalette(
ULONG ULONG
STDCALL STDCALL
NtGdiQueryFontAssocInfo( NtGdiQueryFontAssocInfo(
IN HDC hdc IN HDC hdc)
) {
UNIMPLEMENTED;
return 0;
}
DWORD
NtGdiGetFontUnicodeRanges(
IN HDC hdc,
OUT OPTIONAL LPGLYPHSET pgs)
{ {
UNIMPLEMENTED; UNIMPLEMENTED;
return 0; return 0;

View file

@ -221,7 +221,7 @@ NtGdiGetUFI 6
# NtGdiGetEmbedFonts 0 # NtGdiGetEmbedFonts 0
# NtGdiChangeGhostFont 2 # NtGdiChangeGhostFont 2
# NtGdiAddEmbFontToDC 2 # NtGdiAddEmbFontToDC 2
# NtGdiGetFontUnicodeRanges 2 NtGdiGetFontUnicodeRanges 2
# NtGdiGetWidthTable 7 # NtGdiGetWidthTable 7
NtGdiGradientFill 6 NtGdiGradientFill 6
NtGdiHfontCreate 5 NtGdiHfontCreate 5