Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSvgTextShape.h File Reference
#include "kritaflake_export.h"
#include <KoSvgTextProperties.h>
#include <KoShapeFactoryBase.h>
#include <SvgShape.h>
#include <KoShape.h>
#include <KoShapeBulkActionInterface.h>
#include <KoSvgText.h>
#include "html/HtmlSavingContext.h"
#include <QFlags>

Go to the source code of this file.

Classes

struct  KoSvgTextCharacterInfo
 The KoSvgTextCharacterInfo class This is a small struct to convey information about character positioning inside a textShape. It's functionally a simplified readonly version of CharacterResult inside the TextShape. More...
 
class  KoSvgTextNodeIndex
 The KoSvgTextNodeIndex class. More...
 
class  KoSvgTextShape
 
class  KoSvgTextShapeFactory
 
class  KoSvgTextShapeMemento
 
struct  KoSvgTextShape::TextCursorChangeListener
 ShapeChangeListener so we can inform any text cursors that the cursor needs updating. More...
 

Macros

#define KoSvgTextShape_SHAPEID   "KoSvgTextShapeID"
 
#define KoSvgTextShape_TEXTCONTOURGROUP   "krita:textContourGroup"
 

Typedefs

typedef QSharedPointer< KoSvgTextShapeMementoKoSvgTextShapeMementoSP
 

Macro Definition Documentation

◆ KoSvgTextShape_SHAPEID

#define KoSvgTextShape_SHAPEID   "KoSvgTextShapeID"

Definition at line 27 of file KoSvgTextShape.h.

◆ KoSvgTextShape_TEXTCONTOURGROUP

#define KoSvgTextShape_TEXTCONTOURGROUP   "krita:textContourGroup"

Definition at line 28 of file KoSvgTextShape.h.

Typedef Documentation

◆ KoSvgTextShapeMementoSP