ImmGetCompositionFontW method
Implementation
int ImmGetCompositionFontW(
ffi.Pointer<HIMC__> arg0,
ffi.Pointer<LPLOGFONTW> lplf,
) {
return (_ImmGetCompositionFontW ??= _dylib.lookupFunction<
_c_ImmGetCompositionFontW,
_dart_ImmGetCompositionFontW>('ImmGetCompositionFontW'))(
arg0,
lplf,
);
}