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

#include <text.hpp>

Collaboration diagram for text::text_chunk:

Public Attributes

text::stored_glyphs unicodechars
 
float x = 0
 
substitution source = std::monostate{}
 
int16_t y = 0
 
int16_t width = 0
 
int16_t height = 0
 
text_color color = text_color::black
 

Detailed Description

Definition at line 796 of file text.hpp.

Member Data Documentation

◆ color

text_color text::text_chunk::color = text_color::black

Definition at line 803 of file text.hpp.

◆ height

int16_t text::text_chunk::height = 0

Definition at line 802 of file text.hpp.

◆ source

substitution text::text_chunk::source = std::monostate{}

Definition at line 799 of file text.hpp.

◆ unicodechars

text::stored_glyphs text::text_chunk::unicodechars

Definition at line 797 of file text.hpp.

◆ width

int16_t text::text_chunk::width = 0

Definition at line 801 of file text.hpp.

◆ x

float text::text_chunk::x = 0

Definition at line 798 of file text.hpp.

◆ y

int16_t text::text_chunk::y = 0

Definition at line 800 of file text.hpp.


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