GetFontUnicodeRanges(3w)
NAME
GetFontUnicodeRanges (GDI32.@)
SYNOPSIS
DWORD GetFontUnicodeRanges ( HDC hdc, LPGLYPHSET 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
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/font.c".
- Debug channel "font".