GetCharABCWidthsI method

int GetCharABCWidthsI(
  1. Pointer<HDC__> hdc,
  2. int giFirst,
  3. int cgi,
  4. Pointer<Uint16> pgi,
  5. Pointer<ABC> pabc,
)

Implementation

int GetCharABCWidthsI(
  ffi.Pointer<HDC__> hdc,
  int giFirst,
  int cgi,
  ffi.Pointer<ffi.Uint16> pgi,
  ffi.Pointer<ABC> pabc,
) {
  return _GetCharABCWidthsI(
    hdc,
    giFirst,
    cgi,
    pgi,
    pabc,
  );
}