Scroll to navigation

GetFontUnicodeRanges(3w) Wine API 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

Declared in "wingdi.h".
Implemented in "dlls/gdi32/font.c".
Debug channel "font".
Oct 2012 Wine API