Share via


IMC_SETCOMPOSITIONFONT (Windows Embedded CE 6.0)

1/6/2010

This message is sent by an application to an IME window to specify the logical font to use for displaying intermediate characters in the composition window.

Syntax

msg = (UINT)WM_IME_CONTROL;
wParam = (WPARAM)IMC_SETCOMPOSITIONFONT;
lParam = (LPARAM)&LogFont;

Parameters

  • &LogFont
    Pointer to the LOGFONT structure that contains data about the logical font.

Return Value

Zero indicates success. Nonzero indicates failure.

Remarks

When processing this message, the IME window changes the current selected font in the input context.

Requirements

Header imm.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Other Resources

Input Method Manager (IMM) Messages
LOGFONT