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

#include <text.hpp>

Public Attributes

size_t first_chunk = 0
 
size_t line_start = 0
 
int32_t x_offset = 0
 
int32_t x_size = 0
 
int32_t y_size = 0
 
float x_position = 0
 
int32_t y_position = 0
 
text_color color = text_color::white
 

Detailed Description

Definition at line 823 of file text.hpp.

Member Data Documentation

◆ color

text_color text::layout_box::color = text_color::white

Definition at line 832 of file text.hpp.

◆ first_chunk

size_t text::layout_box::first_chunk = 0

Definition at line 824 of file text.hpp.

◆ line_start

size_t text::layout_box::line_start = 0

Definition at line 825 of file text.hpp.

◆ x_offset

int32_t text::layout_box::x_offset = 0

Definition at line 826 of file text.hpp.

◆ x_position

float text::layout_box::x_position = 0

Definition at line 830 of file text.hpp.

◆ x_size

int32_t text::layout_box::x_size = 0

Definition at line 827 of file text.hpp.

◆ y_position

int32_t text::layout_box::y_position = 0

Definition at line 831 of file text.hpp.

◆ y_size

int32_t text::layout_box::y_size = 0

Definition at line 828 of file text.hpp.


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