SCRIPTINFO Structure     MLang Enumerated Types     MLang Structures    
Web Workshop (Miscellaneous)

UNICODERANGE 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.

Structure Information

Windows NT Use version 4.0. Implemented as ANSI and Unicode structures.
Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures.
Header Mlang.h
Minimum availability Internet Explorer 5


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.