SCRIPTCONTF Enumerated Ty...     MLang Tutorials     Enumerated Types    
Web Workshop (Miscellaneous)

SCRIPTFONTCONTF Enumerated Type


Contains the script font values.

Syntax

typedef enum tagSCRIPTFONTCONTF{
    SCRIPTCONTF_FIXED_FONT          = 0x00000001,
    SCRIPTCONTF_PROPORTIONAL_FONT   = 0x00000002,
    SCRIPTCONTF_SCRIPT_USER         = 0x00010000,
    SCRIPTCONTF_SCRIPT_HIDE         = 0x00020000,
    SCRIPTCONTF_SCRIPT_SYSTEM       = 0x00040000
} SCRIPTFONTCONTF;

Constants

SCRIPTCONTF_FIXED_FONT
Flag used with IMLangFontLink2::GetScriptFontInfo.
SCRIPTCONTF_PROPORTIONAL_FONT
Flag used with IMLangFontLink2::GetScriptFontInfo.
SCRIPTCONTF_SCRIPT_USER
Flag used with IMultiLanguage2::EnumScripts.
SCRIPTCONTF_SCRIPT_HIDE
Flag used with IMultiLanguage2::EnumScripts.
SCRIPTCONTF_SCRIPT_SYSTEM
Flag used with IMultiLanguage2::EnumScripts.

Enumerated Type Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
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.