UNICODERANGE
This structure contains the Unicode range supported by a particular font.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
See Also
IMLangFontLink2::GetFontUnicodeRanges
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.