WCRANGE structure (wingdi.h)

The WCRANGE structure specifies a range of Unicode characters.

Syntax

typedef struct tagWCRANGE {
  WCHAR  wcLow;
  USHORT cGlyphs;
} WCRANGE, *PWCRANGE, *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.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wingdi.h (include Windows.h)

See also

Font and Text Structures

Fonts and Text Overview

GLYPHSET