drawGetFontSize method

double drawGetFontSize()

DrawGetFontSize() returns the font pointsize used when annotating with text.

Implementation

double drawGetFontSize() => _magickWandBindings.DrawGetFontSize(_wandPtr);