6#include "TTauri/Text/Grapheme.hpp"
7#include "TTauri/Text/TextStyle.hpp"
8#include "TTauri/Text/UnicodeData.hpp"
31 GeneralCharacterClass charClass;
35 bidiClass(BidiClass::Unknown), charClass(GeneralCharacterClass::Unknown) {}
Definition AttributedGrapheme.hpp:12
int8_t embeddingLevel
Embedding level needed by the bidi-algorithm.
Definition AttributedGrapheme.hpp:29
BidiClass bidiClass
The bidirectional classification.
Definition AttributedGrapheme.hpp:25
TextStyle style
All information about the shape and color needed to render this grapheme.
Definition AttributedGrapheme.hpp:17
ssize_t logicalIndex
Index of the grapheme before bidi-algorithm.
Definition AttributedGrapheme.hpp:21
Definition Grapheme.hpp:20
Definition TextStyle.hpp:15