FONTENUMPROCW typedef

FONTENUMPROCW = Int32 Function(Pointer<LOGFONTW>, Pointer<TEXTMETRICW>, Uint64, Int64)

Implementation

typedef FONTENUMPROCW = ffi.Int32 Function(
  ffi.Pointer<LOGFONTW>,
  ffi.Pointer<TEXTMETRICW>,
  ffi.Uint64,
  ffi.Int64,
);