8#include "text_style.hpp"
9#include "unicode_bidi_class.hpp"
10#include "unicode_general_category.hpp"
33 unicode_general_category general_category;
38 general_category(unicode_general_category::unknown)
Definition attributed_grapheme.hpp:14
ssize_t logicalIndex
Index of the grapheme before bidi-algorithm.
Definition attributed_grapheme.hpp:23
unicode_bidi_class bidi_class
The bidirectional classification.
Definition attributed_grapheme.hpp:27
text_style style
All information about the shape and color needed to render this grapheme.
Definition attributed_grapheme.hpp:19
int8_t embeddingLevel
Embedding level needed by the bidi-algorithm.
Definition attributed_grapheme.hpp:31
Definition grapheme.hpp:21
Definition text_style.hpp:16