UNICODERANGE (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
Internet Explorer MLang Structures
IMLangFontLink2::GetFontUnicodeRanges