PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
text_props_t Struct Reference

Element text properties structure. More...

#include <element.h>

Collaboration diagram for text_props_t:

Data Fields

align_t xAlign
 
align_t yAlign
 
font_tfont
 

Detailed Description

Element text properties structure.

To avoid code duplication, we implement a text properties structure that can be used by any element that needs to render text.

Definition at line 62 of file element.h.

Field Documentation

◆ xAlign

align_t text_props_t::xAlign

Definition at line 64 of file element.h.

◆ yAlign

align_t text_props_t::yAlign

Definition at line 65 of file element.h.

◆ font

font_t* text_props_t::font

Definition at line 66 of file element.h.


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