IMR_COMPOSITIONFONT

When a selected IME needs information about the font used by the composition window, the IMR_COMPOSITIONFONT message is sent to the application through the WM_IME_REQUEST message.

lParam= (LPARAM) lpLOGFONT;
 

Parameters

lpLOGFONT
Pointer to a buffer containing a LOGFONT structure. The application fills in the values for the current composition window.

Return Values

Returns a nonzero value if the application filled in the LOGFONT structure specified by lParam. Otherwise, returns zero.

Remarks

This notification may be sent by the IME to a window that cleared the ISC_SHOWUICOMPOSITIONWINDOW flag in the WM_SETCONTEXT message handler.

See Also

Input Method Editor Overview, Input Method Editor Messages, WM_IME_REQUEST