SCRIPTFONTCONTF
This enumeration contains the script font values used by the IMLangFontLink2::GetScriptFontInfo and IMultiLanguage2::EnumScripts methods.
typedef enum tagSCRIPTFONTCONTF {
SCRIPTCONTF_FIXED_FONT = 0x00000001,
SCRIPTCONTF_PROPORTIONAL_FONT = 0x00000002,
SCRIPTCONTF_SCRIPT_USER = 0x00010000,
SCRIPTCONTF_SCRIPT_HIDE = 0x00020000,
SCRIPTCONTF_SCRIPT_SYSTEM = 0x00040000
} SCRIPTFONTCONTF;
Elements
- SCRIPTCONTF_FIXED_FONT
Flag used with the IMLangFontLink2::GetScriptFontInfo method. - SCRIPTCONTF_PROPORTIONAL_FONT
Flag used with the IMLangFontLink2::GetScriptFontInfo method. - SCRIPTCONTF_SCRIPT_USER
Flag used with the IMultiLanguage2::EnumScripts method. - SCRIPTCONTF_SCRIPT_HIDE
Flag used with the IMultiLanguage2::EnumScripts method. - SCRIPTCONTF_SCRIPT_SYSTEM
Flag used with the IMultiLanguage2::EnumScripts method.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Mlang.h, Mlang.idl.
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.