GetFontUnicodeRanges.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/font.c".

Debug channel "font".