getEstimatedTextBoundary method

MapSize getEstimatedTextBoundary(
  1. String caption,
  2. double strokeWidth
)
inherited

Implementation

MapSize getEstimatedTextBoundary(String caption, double strokeWidth) {
  return FontWidthHelper().getBoundaryForText(caption, fontFamily, fontStyle, fontSize, strokeWidth, _maxTextWidth);
}