mirror of
https://github.com/reactos/reactos.git
synced 2025-06-14 07:28:33 +00:00
implement stub for NtGdiGetFontUnicodeRanges
svn path=/trunk/; revision=28708
This commit is contained in:
parent
5ea25d9303
commit
d365bf2125
2 changed files with 11 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue