IMC_SETCOMPOSITIONFONT command
Instructs an IME window to specify the logical font to use for displaying intermediate characters in the composition window. To send this command, the application uses the WM_IME_CONTROL message with the parameter settings shown below.
LRESULT IMC_SETCOMPOSITIONFONT
Parameters
-
wParam
-
Set to IMC_SETCOMPOSITIONFONT.
-
lParam
-
Pointer to a LOGFONT structure that contains information about the logical font.
Return Value
Returns 0 if successful, or a nonzero value otherwise.
Remarks
When processing this command, the IME window changes the current selected font in the input context.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
See also