GetKerningPairsA method
Implementation
int GetKerningPairsA(
ffi.Pointer<HDC__> hdc,
int nPairs,
ffi.Pointer<LPKERNINGPAIR> lpKernPair,
) {
return (_GetKerningPairsA ??=
_dylib.lookupFunction<_c_GetKerningPairsA, _dart_GetKerningPairsA>(
'GetKerningPairsA'))(
hdc,
nPairs,
lpKernPair,
);
}