Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mlang.h |