Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |