Defines the positioning of a text element, which may have other text elements as children.
Created on each "<text>" and "<tspan>" element.
| Class Members |
|
SmallVector< Lengthd, 1 > |
dx |
Relative shift in x for each character. If empty, the property is not set. |
|
SmallVector< Lengthd, 1 > |
dy |
Relative shift in y for each character. If empty, the property is not set. |
|
SmallVector< double, 1 > |
rotateDegrees |
Rotation in degrees for each character. If empty, the property is not set. |
|
SmallVector< Lengthd, 1 > |
x |
X coordinate for each character. If empty, the property is not set. |
|
SmallVector< Lengthd, 1 > |
y |
Y coordinate for each character. If empty, the property is not set. |