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