AddFontResourceW method

int AddFontResourceW(
  1. Pointer<Uint16> arg0
)

Implementation

int AddFontResourceW(
  ffi.Pointer<ffi.Uint16> arg0,
) {
  return _AddFontResourceW(
    arg0,
  );
}