SCRIPTFONTCONTF
A version of this page is also available for
4/8/2010
This enumeration contains the script font values used by the IMLangFontLink2::GetScriptFontInfo and IMultiLanguage2::EnumScripts methods.
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;
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
Header | mlang.h, mlang.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |