AddFontResourceW method

int AddFontResourceW(
  1. Pointer<Uint16> arg0
)

Implementation

int AddFontResourceW(
  ffi.Pointer<ffi.Uint16> arg0,
) {
  return (_AddFontResourceW ??=
      _dylib.lookupFunction<_c_AddFontResourceW, _dart_AddFontResourceW>(
          'AddFontResourceW'))(
    arg0,
  );
}