CreateFontIndirectExW method

Pointer<HFONT__> CreateFontIndirectExW(
  1. Pointer<LPENUMLOGFONTEXDVW> arg0
)

Implementation

ffi.Pointer<HFONT__> CreateFontIndirectExW(
  ffi.Pointer<LPENUMLOGFONTEXDVW> arg0,
) {
  return (_CreateFontIndirectExW ??= _dylib.lookupFunction<
      _c_CreateFontIndirectExW,
      _dart_CreateFontIndirectExW>('CreateFontIndirectExW'))(
    arg0,
  );
}