Krita Source Code Documentation
Loading...
Searching...
No Matches
CursorPos Struct Reference

#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 = 0
 Which offset this position belongs with.
 
bool synthetic = false
 Whether this position was inserted to have a visual indicator.
 

Detailed Description

Definition at line 65 of file KoSvgTextShape_p.h.

Member Data Documentation

◆ cluster

int CursorPos::cluster

Which character result this position belongs in.

Definition at line 66 of file KoSvgTextShape_p.h.

◆ index

int CursorPos::index

Which grapheme this position belongs with.

Definition at line 67 of file KoSvgTextShape_p.h.

◆ offset

int CursorPos::offset = 0

Which offset this position belongs with.

Definition at line 68 of file KoSvgTextShape_p.h.

◆ synthetic

bool CursorPos::synthetic = false

Whether this position was inserted to have a visual indicator.

Definition at line 69 of file KoSvgTextShape_p.h.


The documentation for this struct was generated from the following file: