ImmSetCompositionFont
Functional Difference from WIN95
Can not rotate BITMAP font on OS/2 environment. If the lfEscapement/lfOrientation of a BITMAP font are set to non zero, the values are ignored and the values are used as zero.
Functional Difference from SBCS Open32
'N/A '
Implementation
This API is translated to ImSetConversionFont(HIMI, PFONTATTR).
A hIMC of Win95 is used as the hIMI of OS/2. The LOGFONT of Win95 is translated to the FATTRS of OS/2 using WinNLSFontObject class in Open32 source code ofont.cpp.
Behavior using 16 bit IME
You can use this function as same as 32bit IME.