|
Krita Source Code Documentation
|
#include <KoSvgTextShape_p.h>
Public Member Functions | |
| SubChunk (KisForest< KoSvgTextContentElement >::child_iterator leaf) | |
Public Attributes | |
| KisForest< KoSvgTextContentElement >::child_iterator | associatedLeaf |
| QSharedPointer< KoShapeBackground > | bg |
| bool | firstTextInPath = false |
| KoSvgTextProperties | inheritedProps |
| QVector< QPair< int, int > > | newToOldPositions |
| For transformed strings, we need to know which. | |
| QString | originalText |
| QString | text |
| bool | textInPath = false |
A representation of a single leaf of the KisForest<KoTextContentElement>
Definition at line 414 of file KoSvgTextShape_p.h.
|
inline |
Definition at line 416 of file KoSvgTextShape_p.h.
| KisForest<KoSvgTextContentElement>::child_iterator SubChunk::associatedLeaf |
Definition at line 423 of file KoSvgTextShape_p.h.
| QSharedPointer<KoShapeBackground> SubChunk::bg |
Definition at line 429 of file KoSvgTextShape_p.h.
| bool SubChunk::firstTextInPath = false |
We need to mark the first text in path as an anchored chunk. original index matches which new index;
Definition at line 426 of file KoSvgTextShape_p.h.
| KoSvgTextProperties SubChunk::inheritedProps |
Definition at line 428 of file KoSvgTextShape_p.h.
| QVector<QPair<int, int> > SubChunk::newToOldPositions |
For transformed strings, we need to know which.
Definition at line 424 of file KoSvgTextShape_p.h.
| QString SubChunk::originalText |
Definition at line 422 of file KoSvgTextShape_p.h.
| QString SubChunk::text |
Definition at line 421 of file KoSvgTextShape_p.h.
| bool SubChunk::textInPath = false |
Definition at line 425 of file KoSvgTextShape_p.h.