magickSetPointsize method

bool magickSetPointsize(
  1. double pointSize
)

Sets the font pointsize associated with the MagickWand.

Implementation

bool magickSetPointsize(double pointSize) =>
    _magickWandBindings.MagickSetPointsize(_wandPtr, pointSize).toBool();