GetFontUnicodeRanges (GDI32.@)
DWORD GetFontUnicodeRanges ( HDC hdc, LPGLYPHSET lpgs )
Retrieve a list of supported Unicode characters in a font.
hdc | [In] | Handle to a device context. |
lpgs | [Out] | GLYPHSET structure specifying supported character ranges. |
Success: Number of bytes written to the buffer pointed to by lpgs.
Failure: 0
Defined in "wingdi.h".
Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c
Debug channel "font".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.