MENU
Displaying
<text> creates text......OCGPS
......transform(7.3.4)
......x="<coord.> [coord.]......": the x positions of the glyphs. If there are more glyphs than the coordinates, then the text continues at the end of the last glyph.
......y="<coord.> [coord.]......": the y positions of the glyphs. If there are more glyphs than the coordinates, then the text continues at the end of the last glyph.
......dx="<length> [length]......": the x offsets of the glyphs. If there are more glyphs than the lengths, the extra glyphs use the last offset.
......dy="<length> [length]......": the y offsets of the glyphs. If there are more glyphs than the lengths, the extra glyphs use the last offset.
......rotate="<number> [number]......": the degrees to rotate for the glyphs. If there are more glyphs than the numbers, the extra glyphs use the last number.
......textLength="<length>": the total length of the whole text. The text is stretched or compressed to fit this length.
......lengthAdjust="{spacing | spacingAndGlyphs}": how to stretch or compress the text to fit the 'textLength'.
'spacing' adjusts only the spacing.
'spacingAndGlyphs' adjusts the lengths of the individual glyphs as well.
......text decoration="{none | underline | overline | line-through | blink}": how to decorate the text.
......direction="{ltr | rtl}": the writing direction of the text.
......unicode-bidi="{normal | embed | bidi-override}": how to treat Unicode.
......letter-spacing="{normal | <length>}": the spacing between characters.
......word-spacing="{normal | <length>}": the spacing between words.
......text-anchor="{start | middle | end}": the text alignment.
......writing-mode="{lr | rl | tb}": the initial inline progression direction.
'lr' means left-to-right.
'rl' means right-to-left.
'tb' means top-to-bottom.
<tspan> adjusts text properties within a <text> element......OCGPS
......x
......y
......dx
......dy
......rotate
......textLength
......lengthAdjust
<textPath> draws the text along the shape of a <path> element......OCGPSX
......xlink:href="<iri>"......startOffset="<length>": the offset from the start of the <path> for the initial current text position.
......method="{align | stretch}": the method by which text is rendered.
......spacing="{auto | exact}": the spacing between glyphs.