drawSetFontSize method
DrawSetFontSize() sets the font pointsize to use when annotating with text.
pointSize
: text pointsize
Implementation
void drawSetFontSize(double pointSize) =>
_magickWandBindings.DrawSetFontSize(_wandPtr, pointSize);
DrawSetFontSize() sets the font pointsize to use when annotating with text.
pointSize
: text pointsizevoid drawSetFontSize(double pointSize) =>
_magickWandBindings.DrawSetFontSize(_wandPtr, pointSize);