Share via


IMC_GETCOMPOSITIONFONT (Compact 2013)

3/28/2014

This message is sent to an IME window to retrieve the logical font used for displaying intermediate characters in the composition window.

Syntax

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

Parameters

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

Return Value

Zero indicates success. Nonzero indicates failure.

Requirements

Header

imm.h

See Also

Reference

Input Method Manager (IMM) Messages

Other Resources

LOGFONT