Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::word_frag Struct 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
 

Detailed Description

Definition at line 129 of file text_component.h.

Member Data Documentation

◆ base_width

float unravel::word_frag::base_width

Definition at line 135 of file text_component.h.

◆ brk

break_type unravel::word_frag::brk

Definition at line 134 of file text_component.h.

◆ brk_symbol

std::string_view unravel::word_frag::brk_symbol

Definition at line 132 of file text_component.h.

◆ scaled_width

float unravel::word_frag::scaled_width

Definition at line 136 of file text_component.h.

◆ state

rich_state unravel::word_frag::state

Definition at line 133 of file text_component.h.

◆ txt

std::string_view unravel::word_frag::txt

Definition at line 131 of file text_component.h.


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