UNICODERANGE structure
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.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mlang.h |