Share via


UNICODERANGE (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.