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 "mlang.h".

Implemented in "dlls/gdi32/font.c". source.winehq.org/source/dlls/gdi32/font.c

Debug channel "font".


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