GetCharABCWidthsW method

int GetCharABCWidthsW(
  1. Pointer<HDC__> hdc,
  2. int wFirst,
  3. int wLast,
  4. Pointer<LPABC> lpABC,
)

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