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.
This structure contains the Unicode range supported by a particular font.
typedef struct tagUNICODERANGE {WCHARwcFrom;WCHARwcTo;} 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
Send Feedback on this topic to the authors