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