Contains data used for loading svg.
Context for saving svg files.
The KoSvgTextContentElement struct.
KoSvgText::AutoValue textLength
the value 'textLength' attribute of the associated dom element
~KoSvgTextContentElement()=default
QVector< KoSvgText::CharTransformation > localTransformations
Local SVG char transforms.
QMap< KoSvgText::TextDecoration, QPainterPath > textDecorations
Cached text decorations to be used by the painting function.
KoSvgTextProperties properties
The textProperties. This includes.
QPainterPath associatedOutline
The associated outline. Currently only a bounding box.
QString textPathId
The textpath's name, if any.
QString text
Plain text of the current node. Use insertText and removeText to manipulate it.
KoSvgTextContentElement(const KoSvgTextContentElement &rhs)
KoSvgText::TextOnPathInfo textPathInfo
Text path info for the text-on-path algorithm.