GetCharABCWidthsA method

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

Implementation

int GetCharABCWidthsA(
  ffi.Pointer<HDC__> hdc,
  int wFirst,
  int wLast,
  ffi.Pointer<ABC> lpABC,
) {
  return _GetCharABCWidthsA(
    hdc,
    wFirst,
    wLast,
    lpABC,
  );
}