WCRANGE

[This is preliminary documentation and subject to change.]

The WCRANGE structure specifies a range of Unicode characters.

typedef struct tagWCRANGE
{
    WCHAR  wcLow;
    USHORT cGlyphs;
} WCRANGE, *PWCRANGE,FAR *LPWCRANGE;
 

Members

wcLow
Low Unicode code point in the range of supported Unicode code points.
cGlyphs
Number of supported Unicode code points in this range.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 98 or later.
  Windows CE: Unsupported.
  Header: Declared in wingdi.h.

See Also

Fonts and Text Overview, Font and Text Structures, GLYPHSET