UNICODERANGE

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Reference

IMLangFontLink2::GetFontUnicodeRanges