GetCharABCWidthsFloatW method

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

Implementation

int GetCharABCWidthsFloatW(
  ffi.Pointer<HDC__> hdc,
  int iFirst,
  int iLast,
  ffi.Pointer<ABCFLOAT> lpABC,
) {
  return _GetCharABCWidthsFloatW(
    hdc,
    iFirst,
    iLast,
    lpABC,
  );
}