Contains the Unicode range supported by a particular font.
Syntax
typedef struct tagUNICODERANGE{ WCHAR wcFrom; WCHAR wcTo; } UNICODERANGE;
Members
- wcFrom
- Wide character value that contains the lowest Unicode value in the range.
- wcTo
- Wide character value that contains the highest Unicode value in the range.
Structure Information
Windows NT Use version 4.0. Implemented as ANSI and Unicode structures. Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures. Header Mlang.h Minimum availability Internet Explorer 5