|
Unravel Engine C++ Reference
|
#include <text_component.h>
Public Attributes | |
| std::string_view | txt |
| std::string_view | brk_symbol |
| rich_state | state |
| break_type | brk |
| float | base_width |
| float | scaled_width |
Definition at line 129 of file text_component.h.
| float unravel::word_frag::base_width |
Definition at line 135 of file text_component.h.
| break_type unravel::word_frag::brk |
Definition at line 134 of file text_component.h.
| std::string_view unravel::word_frag::brk_symbol |
Definition at line 132 of file text_component.h.
| float unravel::word_frag::scaled_width |
Definition at line 136 of file text_component.h.
| rich_state unravel::word_frag::state |
Definition at line 133 of file text_component.h.
| std::string_view unravel::word_frag::txt |
Definition at line 131 of file text_component.h.