ImmGetCompositionFontW method

int ImmGetCompositionFontW(
  1. Pointer<HIMC__> arg0,
  2. Pointer<LPLOGFONTW> lplf
)

Implementation

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