__GLIB_Context_t Struct Reference
GLIB Drawing Context (Multiple instances of GLIB_Context_t can exist)
#include <glib.h>
Data Fields |
|
const DMD_DisplayGeometry * | pDisplayGeometry |
Pointer to the dimensions of the display.
|
|
uint32_t | backgroundColor |
Background color.
|
|
uint32_t | foregroundColor |
Foreground color.
|
|
GLIB_Rectangle_t | clippingRegion |
Clipping rectangle.
|
|
GLIB_Font_t | font |
Font definition.
|
|
GLIB Drawing Context (Multiple instances of GLIB_Context_t can exist)
Field Documentation
◆ pDisplayGeometry
const DMD_DisplayGeometry * __GLIB_Context_t::pDisplayGeometry |
Pointer to the dimensions of the display.
◆ backgroundColor
uint32_t __GLIB_Context_t::backgroundColor |
Background color.
◆ foregroundColor
uint32_t __GLIB_Context_t::foregroundColor |
Foreground color.
◆ clippingRegion
GLIB_Rectangle_t __GLIB_Context_t::clippingRegion |
Clipping rectangle.
◆ font
GLIB_Font_t __GLIB_Context_t::font |
Font definition.