Unravel Engine C++ 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_atom > | atoms |
text_layout | layout |
Definition at line 163 of file text_component.h.
text_vector<frag_atom> unravel::scratch_cache::atoms |
Definition at line 170 of file text_component.h.
fragment_list unravel::scratch_cache::frags |
Definition at line 169 of file text_component.h.
text_layout unravel::scratch_cache::layout |
Definition at line 172 of file text_component.h.
text_vector<char, 256> unravel::scratch_cache::lb |
Definition at line 165 of file text_component.h.
text_vector<size_t> unravel::scratch_cache::offsets |
Definition at line 167 of file text_component.h.
text_vector<char, 256> unravel::scratch_cache::wb |
Definition at line 166 of file text_component.h.