DrawSetFontSize method

void DrawSetFontSize(
  1. Pointer<DrawingWand> arg0,
  2. double arg1
)

Implementation

void DrawSetFontSize(
  ffi.Pointer<DrawingWand> arg0,
  double arg1,
) {
  return _DrawSetFontSize(
    arg0,
    arg1,
  );
}