IActiveIMMIME::SetComposi...     IActiveIMMIME::SetComposi...     IActiveIMMIME Interface    
Web Workshop (Miscellaneous)

IActiveIMMIME::SetCompositionFontW Method


Sets the logical font used to display characters in the composition window. Unicode implementation.

Syntax

HRESULT SetCompositionFontW(
    HIMC hIMC,
    LOGFONTW *plf
);

Parameters

hIMC
[in] Handle to the input context.
plf
[in] Address of the LOGFONTW structure containing the font information to set.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmSetCompositionFont function documented in the Microsoft® Platform Software Development Kit (SDK). Non-MSDN link

See Also

SetCompositionFontA



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.