Unravel Engine C++ Reference
Loading...
Searching...
No Matches
text_component.cpp File Reference
#include "text_component.h"
#include <cstdlib>
#include <hpp/string_view.hpp>
#include <engine/profiler/profiler.h>
#include <libunibreak/graphemebreak.h>
#include <libunibreak/linebreak.h>
#include <libunibreak/linebreakdef.h>
#include <libunibreak/unibreakdef.h>

Go to the source code of this file.

Namespaces

namespace  unravel
 

Variable Documentation

◆ offsets

const text_vector<size_t>* offsets

Definition at line 443 of file text_component.cpp.

◆ segments

const segment_list* segments

Definition at line 442 of file text_component.cpp.

◆ total_len

size_t total_len

Definition at line 444 of file text_component.cpp.