Gets the width of a text element using a faster method than getTextWidth. This method requires that we know the text element's font family and size in advance. Similar to getTextWidth, we cache the width we compute.
getTextWidth
An SVG 'text' element.
The font size to use.
The font weight to use.
The font family to use.
Width of element.
Gets the width of a text element using a faster method than
getTextWidth. This method requires that we know the text element's font family and size in advance. Similar togetTextWidth, we cache the width we compute.