HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
tt::attributed_grapheme Struct Reference

Public Member Functions

 attributed_grapheme (tt::grapheme grapheme, text_style style, ssize_t logicalIndex=0)
 

Data Fields

tt::grapheme grapheme
 
text_style style
 All information about the shape and color needed to render this grapheme.
 
ssize_t logicalIndex
 Index of the grapheme before bidi-algorithm.
 
unicode_bidi_class bidi_class
 The bidirectional classification.
 
int8_t embeddingLevel
 Embedding level needed by the bidi-algorithm.
 
unicode_general_category general_category
 

Field Documentation

◆ bidi_class

unicode_bidi_class tt::attributed_grapheme::bidi_class

The bidirectional classification.

◆ embeddingLevel

int8_t tt::attributed_grapheme::embeddingLevel

Embedding level needed by the bidi-algorithm.

◆ logicalIndex

ssize_t tt::attributed_grapheme::logicalIndex

Index of the grapheme before bidi-algorithm.

◆ style

text_style tt::attributed_grapheme::style

All information about the shape and color needed to render this grapheme.


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