getComputedTextLength method
Returns the total sum of all advance values from rendering all characters within the given text element.
![]() ![]() |
Syntax
retVal = object.getComputedTextLength();
Parameters
This method has no parameters.
Standards information
- Scalable Vector Graphics: Text, Section 10.17.1
Remarks
The return value of the getComputedTextLength method enables Windows Internet Explorer to make reasonable assumptions about the glyph metrics for non-rendering processes.
The total text advance distance includes the advance values on the glyphs (horizontal or vertical), kerning effects, letter-spacing effects, word-spacing effects, and adjustments because of the dx and dy attributes on SVGTSpanElement elements.
See also
Show:

