GetKerningPairsW method

int GetKerningPairsW(
  1. Pointer<HDC__> hdc,
  2. int nPairs,
  3. Pointer<LPKERNINGPAIR> lpKernPair
)

Implementation

int GetKerningPairsW(
  ffi.Pointer<HDC__> hdc,
  int nPairs,
  ffi.Pointer<LPKERNINGPAIR> lpKernPair,
) {
  return (_GetKerningPairsW ??=
      _dylib.lookupFunction<_c_GetKerningPairsW, _dart_GetKerningPairsW>(
          'GetKerningPairsW'))(
    hdc,
    nPairs,
    lpKernPair,
  );
}