GetKerningPairsW method
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,
);
}