|
||||||||||||||||||||||||||||
Base class for text content child elements: textPath, tref, and tspan |
||||||||||||||||||||||||||||
Represents type TSVGGraphicElementHack. |
||||||||||||||||||||||||||||
Represents a SVG 'text' element. The ‘text’ element defines a graphics element consisting of text. The attributes and properties on the ‘text’ element indicate such things as the writing direction, font specification and painting attributes which describe how exactly to render the characters. Since ‘text’ elements are rendered using the same rendering methods as other graphics elements, all of the same coordinate system transformations, painting, clipping and masking features that apply to shapes such as paths and rectangles also apply to ‘text’ elements.
|
||||||||||||||||||||||||||||
Represents a text-path svg element. The class displays a text string along a path. A path can be either an svg path element or a basic shape (rect, ellipse, etc).
|
||||||||||||||||||||||||||||
Represents a SVG tref element. The textual content for a ‘text’ can be either character data directly embedded within the ‘text’ element or the character data content of a referenced element, where the referencing is specified with a ‘tref’ element. |
||||||||||||||||||||||||||||
Child element of a text element ( FMX.RS.SVG.Text.TSVGText class). Within a ‘text’ element, text and font properties and the current text position can be adjusted with absolute or relative coordinate values by including a ‘tspan’ element. |