wglUseFontBitmapsW method
Implementation
int wglUseFontBitmapsW(
ffi.Pointer<HDC__> arg0,
int arg1,
int arg2,
int arg3,
) {
return (_wglUseFontBitmapsW ??=
_dylib.lookupFunction<_c_wglUseFontBitmapsW, _dart_wglUseFontBitmapsW>(
'wglUseFontBitmapsW'))(
arg0,
arg1,
arg2,
arg3,
);
}