Project Alice
Loading...
Searching...
No Matches
text::layout Struct Reference

#include <text.hpp>

Public Member Functions

text_chunk const * get_chunk_from_position (int32_t x, int32_t y) const
 

Public Attributes

std::vector< text_chunkcontents
 
int32_t number_of_lines = 0
 

Detailed Description

Definition at line 817 of file text.hpp.

Member Function Documentation

◆ get_chunk_from_position()

text_chunk const * text::layout::get_chunk_from_position ( int32_t  x,
int32_t  y 
) const

Definition at line 1091 of file text.cpp.

Member Data Documentation

◆ contents

std::vector<text_chunk> text::layout::contents

Definition at line 818 of file text.hpp.

◆ number_of_lines

int32_t text::layout::number_of_lines = 0

Definition at line 819 of file text.hpp.


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