CreateFontIndirectA method

Pointer<HFONT__> CreateFontIndirectA(
  1. Pointer<LOGFONTA> lplf
)

Implementation

ffi.Pointer<HFONT__> CreateFontIndirectA(
  ffi.Pointer<LOGFONTA> lplf,
) {
  return _CreateFontIndirectA(
    lplf,
  );
}