GetCharWidthFloatW method
Implementation
int GetCharWidthFloatW(
ffi.Pointer<HDC__> hdc,
int iFirst,
int iLast,
ffi.Pointer<ffi.Float> lpBuffer,
) {
return (_GetCharWidthFloatW ??=
_dylib.lookupFunction<_c_GetCharWidthFloatW, _dart_GetCharWidthFloatW>(
'GetCharWidthFloatW'))(
hdc,
iFirst,
iLast,
lpBuffer,
);
}