GetCharABCWidthsFloatW method
Implementation
int GetCharABCWidthsFloatW(
ffi.Pointer<HDC__> hdc,
int iFirst,
int iLast,
ffi.Pointer<LPABCFLOAT> lpABC,
) {
return (_GetCharABCWidthsFloatW ??= _dylib.lookupFunction<
_c_GetCharABCWidthsFloatW,
_dart_GetCharABCWidthsFloatW>('GetCharABCWidthsFloatW'))(
hdc,
iFirst,
iLast,
lpABC,
);
}