GetCharABCWidthsW method
Implementation
int GetCharABCWidthsW(
ffi.Pointer<HDC__> hdc,
int wFirst,
int wLast,
ffi.Pointer<LPABC> lpABC,
) {
return (_GetCharABCWidthsW ??=
_dylib.lookupFunction<_c_GetCharABCWidthsW, _dart_GetCharABCWidthsW>(
'GetCharABCWidthsW'))(
hdc,
wFirst,
wLast,
lpABC,
);
}