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

#include <text.hpp>

Public Attributes

int16_t left = 0
 
int16_t top = 0
 
int16_t right = 0
 
int16_t bottom = 0
 
uint16_t font_id = 0
 
int16_t leading = 0
 
alignment align = alignment::left
 
text_color color = text_color::white
 
bool suppress_hyperlinks = false
 
bool single_line = false
 

Detailed Description

Definition at line 805 of file text.hpp.

Member Data Documentation

◆ align

alignment text::layout_parameters::align = alignment::left

Definition at line 812 of file text.hpp.

◆ bottom

int16_t text::layout_parameters::bottom = 0

Definition at line 809 of file text.hpp.

◆ color

text_color text::layout_parameters::color = text_color::white

Definition at line 813 of file text.hpp.

◆ font_id

uint16_t text::layout_parameters::font_id = 0

Definition at line 810 of file text.hpp.

◆ leading

int16_t text::layout_parameters::leading = 0

Definition at line 811 of file text.hpp.

◆ left

int16_t text::layout_parameters::left = 0

Definition at line 806 of file text.hpp.

◆ right

int16_t text::layout_parameters::right = 0

Definition at line 808 of file text.hpp.

◆ single_line

bool text::layout_parameters::single_line = false

Definition at line 815 of file text.hpp.

◆ suppress_hyperlinks

bool text::layout_parameters::suppress_hyperlinks = false

Definition at line 814 of file text.hpp.

◆ top

int16_t text::layout_parameters::top = 0

Definition at line 807 of file text.hpp.


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