drawSetFontSize method

void drawSetFontSize(
  1. double pointSize
)

DrawSetFontSize() sets the font pointsize to use when annotating with text.

  • pointSize : text pointsize

Implementation

void drawSetFontSize(double pointSize) =>
    _magickWandBindings.DrawSetFontSize(_wandPtr, pointSize);