NAME

NtGdiGetFontUnicodeRanges  (WIN32U.@)

SYNOPSIS

 DWORD NtGdiGetFontUnicodeRanges
 (
  HDC       hdc,
  GLYPHSET* lpgs
 )

DESCRIPTION

Retrieve a list of supported Unicode characters in a font.

PARAMS

hdc [In] Handle to a device context.
lpgs [Out] GLYPHSET structure specifying supported character ranges.

RETURNS

Success: Number of bytes written to the buffer pointed to by lpgs.

Failure: 0

IMPLEMENTATION

Declared in "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/font.c". https://source.winehq.org/source/dlls/win32u/font.c

Debug channel "font".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.