Share via


IMC_SETCOMPOSITIONFONT (Windows CE 5.0)

Send Feedback

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.

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 Values

Zero indicates success. Nonzero indicates failure.

Remarks

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

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.

See Also

LOGFONT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.