GetCharWidthW method
Implementation
int GetCharWidthW(
ffi.Pointer<HDC__> hdc,
int iFirst,
int iLast,
ffi.Pointer<ffi.Int32> lpBuffer,
) {
return (_GetCharWidthW ??=
_dylib.lookupFunction<_c_GetCharWidthW, _dart_GetCharWidthW>(
'GetCharWidthW'))(
hdc,
iFirst,
iLast,
lpBuffer,
);
}