Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This enumeration contains the script font values used by the IMLangFontLink2::GetScriptFontInfoand IMultiLanguage2::EnumScriptsmethods.

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::GetScriptFontInfomethod.

SCRIPTCONTF_PROPORTIONAL_FONT

Flag used with the IMLangFontLink2::GetScriptFontInfomethod.

SCRIPTCONTF_SCRIPT_USER

Flag used with the IMultiLanguage2::EnumScriptsmethod.

SCRIPTCONTF_SCRIPT_HIDE

Flag used with the IMultiLanguage2::EnumScriptsmethod.

SCRIPTCONTF_SCRIPT_SYSTEM

Flag used with the IMultiLanguage2::EnumScriptsmethod.

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