|
Krita Source Code Documentation
|
#include <KoSvgTextShape_p.h>
Public Attributes | |
| QRectF | boundingBox |
| QVector< int > | chunkIndices |
| charResult indices that belong to this chunk. | |
| QPointF | conditionalHangEnd = QPointF() |
| QLineF | length |
| Used to measure how long the current line is allowed to be. | |
Definition at line 274 of file KoSvgTextShape_p.h.
| QRectF LineChunk::boundingBox |
Definition at line 277 of file KoSvgTextShape_p.h.
| QVector<int> LineChunk::chunkIndices |
charResult indices that belong to this chunk.
Definition at line 276 of file KoSvgTextShape_p.h.
| QPointF LineChunk::conditionalHangEnd = QPointF() |
Definition at line 278 of file KoSvgTextShape_p.h.
| QLineF LineChunk::length |
Used to measure how long the current line is allowed to be.
Definition at line 275 of file KoSvgTextShape_p.h.