IActiveIMMApp::SetCandida...     IActiveIMMApp::SetComposi...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::SetCompositionFontA Method


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

Syntax

HRESULT SetCompositionFontA(
    HIMC hIMC,
    LOGFONTA *plf
);

Parameters

hIMC
[in] Handle to the input context.
plf
Address of the LOGFONTA 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



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.