|
Krita Source Code Documentation
|
#include <KoSvgTextShape_p.h>
Public Attributes | |
| int | cluster |
| Which character result this position belongs in. | |
| int | index |
| Which grapheme this position belongs with. | |
| int | offset |
| Which offset this position belongs with. | |
| bool | synthetic = false |
| Whether this position was inserted to have a visual indicator. | |
Definition at line 62 of file KoSvgTextShape_p.h.
| int CursorPos::cluster |
Which character result this position belongs in.
Definition at line 63 of file KoSvgTextShape_p.h.
| int CursorPos::index |
Which grapheme this position belongs with.
Definition at line 64 of file KoSvgTextShape_p.h.
| int CursorPos::offset |
Which offset this position belongs with.
Definition at line 65 of file KoSvgTextShape_p.h.
| bool CursorPos::synthetic = false |
Whether this position was inserted to have a visual indicator.
Definition at line 66 of file KoSvgTextShape_p.h.