Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::scratch_cache Struct Reference

#include <text_component.h>

Public Attributes

text_vector< char, 256 > lb
 
text_vector< char, 256 > wb
 
text_vector< size_t > offsets
 
fragment_list frags
 
text_vector< frag_atomatoms
 
text_layout layout
 

Detailed Description

Definition at line 163 of file text_component.h.

Member Data Documentation

◆ atoms

text_vector<frag_atom> unravel::scratch_cache::atoms

Definition at line 170 of file text_component.h.

◆ frags

fragment_list unravel::scratch_cache::frags

Definition at line 169 of file text_component.h.

◆ layout

text_layout unravel::scratch_cache::layout

Definition at line 172 of file text_component.h.

◆ lb

text_vector<char, 256> unravel::scratch_cache::lb

Definition at line 165 of file text_component.h.

◆ offsets

text_vector<size_t> unravel::scratch_cache::offsets

Definition at line 167 of file text_component.h.

◆ wb

text_vector<char, 256> unravel::scratch_cache::wb

Definition at line 166 of file text_component.h.


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