wglUseFontBitmapsW method

int wglUseFontBitmapsW(
  1. Pointer<HDC__> arg0,
  2. int arg1,
  3. int arg2,
  4. int arg3,
)

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,
  );
}