GetCharABCWidthsFloatA method
Implementation
int GetCharABCWidthsFloatA(
ffi.Pointer<HDC__> hdc,
int iFirst,
int iLast,
ffi.Pointer<LPABCFLOAT> lpABC,
) {
return (_GetCharABCWidthsFloatA ??= _dylib.lookupFunction<
_c_GetCharABCWidthsFloatA,
_dart_GetCharABCWidthsFloatA>('GetCharABCWidthsFloatA'))(
hdc,
iFirst,
iLast,
lpABC,
);
}