GetCharABCWidthsFloatA method

int GetCharABCWidthsFloatA(
  1. Pointer<HDC__> hdc,
  2. int iFirst,
  3. int iLast,
  4. Pointer<LPABCFLOAT> lpABC,
)

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