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

Public Member Functions

 AttributedGrapheme (Grapheme grapheme, TextStyle style, ssize_t logicalIndex=0)
 

Data Fields

Grapheme grapheme
 
TextStyle style
 All information about the shape and color needed to render this grapheme.
 
ssize_t logicalIndex
 Index of the grapheme before bidi-algorithm.
 
BidiClass bidiClass
 The bidirectional classification.
 
int8_t embeddingLevel
 Embedding level needed by the bidi-algorithm.
 
GeneralCharacterClass charClass
 

Field Documentation

◆ bidiClass

BidiClass tt::AttributedGrapheme::bidiClass

The bidirectional classification.

◆ embeddingLevel

int8_t tt::AttributedGrapheme::embeddingLevel

Embedding level needed by the bidi-algorithm.

◆ logicalIndex

ssize_t tt::AttributedGrapheme::logicalIndex

Index of the grapheme before bidi-algorithm.

◆ style

TextStyle tt::AttributedGrapheme::style

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


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