The SVGTextContentElement interface is implemented by elements
support rendering child text content. It is inherited by various
interfaces, such as web.svg.SVGTextElement
, web.svg.SVGTSpanElement
,
web.deprecated.SVGAltGlyphElement
and web.svg.SVGTextPathElement
.
The SVGTextContentElement interface is implemented by elements support rendering child text content. It is inherited by various interfaces, such as `web.svg.SVGTextElement`, `web.svg.SVGTSpanElement`, `web.deprecated.SVGAltGlyphElement` and `web.svg.SVGTextPathElement`.
(get-char-num-at-position this & args)
Method.
Returns a long representing the character which caused a text to be rendered at a given position in the coordinate system. the relationship between characters and glyphs is not one-to-one, the first character of the relevant typographic character is
Method. Returns a long representing the character which caused a text to be rendered at a given position in the coordinate system. the relationship between characters and glyphs is not one-to-one, the first character of the relevant typographic character is
(get-computed-text-length this & args)
Method.
Returns a float representing the computed length for the text the element.
Method. Returns a float representing the computed length for the text the element.
(get-end-position-of-char this & args)
Method.
Returns a DOMPoint representing the trailing position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.
Method. Returns a DOMPoint representing the trailing position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.
(get-extent-of-char this & args)
Method.
Returns a DOMRect representing the computed tight bounding box the glyph cell that corresponds to a given typographic character.
Method. Returns a DOMRect representing the computed tight bounding box the glyph cell that corresponds to a given typographic character.
(get-number-of-chars this & args)
Method.
Returns a long representing the total number of addressable characters for rendering within the current element, regardless of whether will be rendered.
Method. Returns a long representing the total number of addressable characters for rendering within the current element, regardless of whether will be rendered.
(get-rotation-of-char this & args)
Method.
Returns a float representing the rotation of typographic character.
Method. Returns a float representing the rotation of typographic character.
(get-start-position-of-char this & args)
Method.
Returns a DOMPoint representing the position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.
Method. Returns a DOMPoint representing the position of a typographic after text layout has been performed. Note: In SVG 1.1 this method returned an SVGPoint.
(get-sub-string-length this & args)
Method.
Returns a float representing the computed length of the formatted advance distance for a substring of text within the element. that this method only accounts for the widths of the glyphs in substring and any extra spacing inserted by the CSS 'letter-spacing' 'word-spacing' properties. Visual spacing adjustments made by 'x' attribute is ignored.
Method. Returns a float representing the computed length of the formatted advance distance for a substring of text within the element. that this method only accounts for the widths of the glyphs in substring and any extra spacing inserted by the CSS 'letter-spacing' 'word-spacing' properties. Visual spacing adjustments made by 'x' attribute is ignored.
(length-adjust this)
Property.
An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.
Property. An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.
(select-sub-string this & args)
Method.
Selects text within the element.
Method. Selects text within the element.
(set-length-adjust! this val)
Property.
An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.
Property. An SVGAnimatedEnumeration reflecting the lengthAdjust attribute the given element. The numeric type values represent one of the values above.
(set-text-length! this val)
Property.
An SVGAnimatedLength reflecting the textLength attribute of the element.
Property. An SVGAnimatedLength reflecting the textLength attribute of the element.
(text-length this)
Property.
An SVGAnimatedLength reflecting the textLength attribute of the element.
Property. An SVGAnimatedLength reflecting the textLength attribute of the element.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close