CreateFontIndirectW method

Pointer<HFONT__> CreateFontIndirectW(
  1. Pointer<LOGFONTW> lplf
)

Implementation

ffi.Pointer<HFONT__> CreateFontIndirectW(
  ffi.Pointer<LOGFONTW> lplf,
) {
  return _CreateFontIndirectW(
    lplf,
  );
}