ImmGetCompositionFont
Functional Difference from WIN95
A LOGFONT value is not same as the LOGFONT one of the Win95 environment. Becuase the installed font file of OS/2 is different from Win95's one.
Functional Difference from SBCS Open32
'N/A'
Implementation
This API is translated to ImQueryConversionFont(hIMI, PFATTRS). A hIMC of Win95 is used as the hIMI of OS/2. The FATTRS of OS/2 is translated to the LOGFONT of Win95 using WinNLSFontObject class in Open32 source code ofont.cpp.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.