px-fwlib 0.10.0
Cross-platform embedded library and documentation for 8/16/32-bit microcontrollers generated with Doxygen 1.9.2
px_gfx_draw_prop_t Struct Reference

Graphic drawing properties. More...

Data Fields

px_gfx_color_t color_fg
 Foreground color. More...
 
px_gfx_color_t color_bg
 Background color. More...
 
px_gfx_align_t align
 Alignment. More...
 
bool vp_active
 View port active flag. More...
 
px_gfx_view_port_t vp
 View port. More...
 
const px_gfx_font_tfont
 Current font. More...
 

Detailed Description

Graphic drawing properties.

Definition at line 33 of file px_gfx.c.

Field Documentation

◆ color_fg

px_gfx_color_t px_gfx_draw_prop_t::color_fg

Foreground color.

Definition at line 35 of file px_gfx.c.

◆ color_bg

px_gfx_color_t px_gfx_draw_prop_t::color_bg

Background color.

Definition at line 36 of file px_gfx.c.

◆ align

px_gfx_align_t px_gfx_draw_prop_t::align

Alignment.

Definition at line 37 of file px_gfx.c.

◆ vp_active

bool px_gfx_draw_prop_t::vp_active

View port active flag.

Definition at line 38 of file px_gfx.c.

◆ vp

px_gfx_view_port_t px_gfx_draw_prop_t::vp

View port.

Definition at line 39 of file px_gfx.c.

◆ font

const px_gfx_font_t* px_gfx_draw_prop_t::font

Current font.

Definition at line 40 of file px_gfx.c.


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