IMN_SETCOMPOSITIONFONT (Windows CE 5.0)

Send Feedback

This message is sent when the font of the input context is updated.

WM_IME_NOTIFYwSubMessage = IMN_SETCOMPOSITIONFONT;lParam= 0;

Parameters

  • lParam
    Not used.

Return Values

None.

Remarks

The application can get font data by using the ImmGetCompositionFont function. The IME window subsequently uses the font to draw the composition string.

Requirements

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

See Also

ImmGetCompositionFont | WM_IME_NOTIFY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.