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.
A version of this page is also available for
4/8/2010
This 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
| Header | mlang.h, mlang.idl |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |