#include <KoSvgText.h>
|
| boost::optional< qreal > | dxPos |
| |
| boost::optional< qreal > | dyPos |
| |
| boost::optional< qreal > | rotate |
| |
| boost::optional< qreal > | xPos |
| |
| boost::optional< qreal > | yPos |
| |
Definition at line 603 of file KoSvgText.h.
◆ absolutePos()
| QPointF KoSvgText::CharTransformation::absolutePos |
( |
| ) |
const |
Definition at line 346 of file KoSvgText.cpp.
347{
348 QPointF result;
349
352 }
353
356 }
357
358 return result;
359}
boost::optional< qreal > yPos
boost::optional< qreal > xPos
References xPos, and yPos.
◆ hasRelativeOffset()
| bool KoSvgText::CharTransformation::hasRelativeOffset |
( |
| ) |
const |
Definition at line 341 of file KoSvgText.cpp.
342{
344}
boost::optional< qreal > dxPos
boost::optional< qreal > dyPos
References dxPos, and dyPos.
◆ isNull()
| bool KoSvgText::CharTransformation::isNull |
( |
| ) |
const |
◆ mergeInParentTransformation()
◆ operator==()
◆ relativeOffset()
| QPointF KoSvgText::CharTransformation::relativeOffset |
( |
| ) |
const |
Definition at line 361 of file KoSvgText.cpp.
362{
363 QPointF result;
364
366 result.rx() = *
dxPos;
367 }
368
370 result.ry() = *
dyPos;
371 }
372
373 return result;
374}
References dxPos, and dyPos.
◆ startsNewChunk()
| bool KoSvgText::CharTransformation::startsNewChunk |
( |
| ) |
const |
◆ dxPos
| boost::optional<qreal> KoSvgText::CharTransformation::dxPos |
◆ dyPos
| boost::optional<qreal> KoSvgText::CharTransformation::dyPos |
◆ rotate
| boost::optional<qreal> KoSvgText::CharTransformation::rotate |
◆ xPos
| boost::optional<qreal> KoSvgText::CharTransformation::xPos |
◆ yPos
| boost::optional<qreal> KoSvgText::CharTransformation::yPos |
The documentation for this struct was generated from the following files: