MagickGetFont method

Pointer<Char> MagickGetFont(
  1. Pointer<MagickWand> arg0
)

Implementation

ffi.Pointer<ffi.Char> MagickGetFont(
  ffi.Pointer<MagickWand> arg0,
) {
  return _MagickGetFont(
    arg0,
  );
}