getFontSize method

double getFontSize()
inherited

Implementation

double getFontSize() {
  return _textPaint.getTextSize();
}