Chunks the current text element. If the TextChunks parameter already holds chunks, it appends onto the end.
Chunking means to divide text up into segments. Each absolute position adjustment defines a new text chunk. A text chunk can span text child elements if they do not define a new absolute position.
The Text field holds the text. The Chars array holds the position and formatting information for each character in the text.
Namespace: FMX.RS.SVG.Text
Delphi |
protected |
Parameters
Canvas
Type: System.Void
aMatrix
Type: System.Void
TextChunks
Type: TSVGTextChunks