This function retrieves information about the logical font currently used to display characters in the composition window.
At a Glance
Header file: | Imm.h |
Windows CE versions: | 2.10 and later |
Syntax
BOOL ImmGetCompositionFont( HIMC hIMC, LPLOGFONT lplf );
Parameters
hIMC
[in] Handle to the input context.
lplf
[out] Long pointer to a LOGFONT structure that receives the font information.
Return Values
Nonzero indicates success. Zero indicates failure.